1. 815b757 gallium/util: adapt util code to interface changes by Roland Scheidegger · 14 years ago
  2. 379db6a gallium: clean up resource_copy_region function by Roland Scheidegger · 14 years ago
  3. 6272d76 gallium: another interface change for multisampling by Roland Scheidegger · 14 years ago
  4. 0ae2f59 Merge commit 'origin/master' into gallium-msaa by Roland Scheidegger · 15 years ago
  5. 1c920c6 intel: Enable GL_EXT_framebuffer_object for gles2 by Kristian Høgsberg · 15 years ago
  6. ec43b2e gallivm: Proper implementation of TXL opcode. by José Fonseca · 15 years ago
  7. 4554cdc gallivm: Fix several glitches introduced in the prev commit. by José Fonseca · 15 years ago
  8. 2b1f0e1 mesa: Forgot to add .pc.in files for gles by Kristian Høgsberg · 15 years ago
  9. 962558d gallivm: Implement TXD. by José Fonseca · 15 years ago
  10. 3c6756d gles: Add -I$(TOP)/include. by Chia-I Wu · 15 years ago
  11. e83ca40 mesa: Only initialize TNL for OpenGL by Kristian Høgsberg · 15 years ago
  12. 208fdac mesa: Only initialize save dispatch table for OpenGL by Kristian Høgsberg · 15 years ago
  13. 6428398 progs/egl/opengles2: Add es2gears demo by Kristian Høgsberg · 15 years ago
  14. e2ea69a mesa: increase MAX_DRAW_BUFFERS to 8 by Brian Paul · 15 years ago
  15. 8b0c217 gallium: move surface utility functions into u_surface.c by Brian Paul · 15 years ago
  16. 6c8c88f gallivm: Increase the TGSI translation limits and centralize them in a header. by José Fonseca · 15 years ago
  17. a9d1a85 gallicm: Newton-Raphson step to improve precision. by José Fonseca · 15 years ago
  18. 9b02f41 cso: use framebuffer utility functions by Brian Paul · 15 years ago
  19. 1fc5a31 gallium: move framebuffer utility functions into a new file by Brian Paul · 15 years ago
  20. d8306c9 st/mesa: remove dead code by Brian Paul · 15 years ago
  21. 295a87f st/mesa: remove unused needFlush parameter to st_finalize_texture() by Brian Paul · 15 years ago
  22. 013b332 st/mesa: updated comments and fix some formatting in texture storage code by Brian Paul · 15 years ago
  23. e790868 st/mesa: rename srcImageStride -> srcRowStride and fix-up formatting by Brian Paul · 15 years ago
  24. c7d1d34 st/mesa: consolidate and clean-up texture memory allocation code by Brian Paul · 15 years ago
  25. fe3332d st/mesa: updated comments for st_texture_image_map() by Brian Paul · 15 years ago
  26. 41b8a2e st/mesa: move some texture size calculation code by Brian Paul · 15 years ago
  27. 682fec0 st/mesa: remove old convolution-related vars and min pitch code by Brian Paul · 15 years ago
  28. b026199 st/mesa: remove unsupported convolution code by Brian Paul · 15 years ago
  29. babd71b progs/demos: check for GL_ARB_imaging if convolutions is requested by Brian Paul · 15 years ago
  30. 4b78129 st/mesa: updated comment by Brian Paul · 15 years ago
  31. a126143 glsl: change variable declared assertion into conditional by Brian Paul · 15 years ago
  32. 6405ecb Revert "glapi: s/strcpy/strncpy/" by Brian Paul · 15 years ago
  33. cc67bd8 st/mesa: remove dead code by Brian Paul · 15 years ago
  34. 529b7b3 st/mesa: restore original last_layer comparison by Brian Paul · 15 years ago
  35. ac6a26b r300g: use util_format_short_name and util_format_is_plain by Marek Olšák · 15 years ago
  36. 5a6b9f3 util: add util_format_short_name by Marek Olšák · 15 years ago
  37. bc3d9a8 util: add util_format_is_plain by Marek Olšák · 15 years ago
  38. 5cdedaa r300g: refuse to create a texture with size 0 by Marek Olšák · 15 years ago
  39. 0bcb4f1 r300g: improve texture debug output, split into TEX and TEXALLOC flags by Marek Olšák · 15 years ago
  40. 15af543 Reorder LLVM passes, running mem2reg earlier. by Török Edwin · 15 years ago
  41. 723ab66 svga: Silent warning. by José Fonseca · 15 years ago
  42. 723511b Generate es glapi files when es1 or es2 is enabled by Kristian Høgsberg · 15 years ago
  43. 9db4a21 gallivm: Display message instead of crashing when sampler generator was not supplied for tgsi translation. by José Fonseca · 15 years ago
  44. 9ab3df4 driswrast: Fix more context creation breakage by Kristian Høgsberg · 15 years ago
  45. 4b89123 translate: Make translate_generic truly generic. by José Fonseca · 15 years ago
  46. caede75 draw: Remove draw_pt_fetch_prepare call from llvm middle end. by José Fonseca · 15 years ago
  47. 14a0328 tgsi: Parse and dump predicates. by José Fonseca · 15 years ago
  48. d288698 gallium: Remove loop register file. by José Fonseca · 15 years ago
  49. e27983b gallivm: Replace predicate assertion failure with warning message. by José Fonseca · 15 years ago
  50. d44c8ee draw: Disable rtasm compilation when using LLVM. by José Fonseca · 15 years ago
  51. 738cb50 nouveau: fix nouveau_create_context decleration by Dave Airlie · 15 years ago
  52. e8f48b1 softpipe: invalidate cache view when swizzles are different. by Dave Airlie · 15 years ago
  53. 26a9b7e glx: fix regression with GLX_USE_GL by Dave Airlie · 15 years ago
  54. d2b6ed7 gallivm: fix nested break and continue statements by Zack Rusin · 15 years ago
  55. c2c1f60 identity: Move sampler view create and destroy to id_objects.c by Jakob Bornecrantz · 15 years ago
  56. 59b160d identity: s/texture/resource/ by Jakob Bornecrantz · 15 years ago
  57. eda7c25 identity: Whitespace & Style by Jakob Bornecrantz · 15 years ago
  58. 83a1a0b swrast: Correct include for mtypes.h by Jakob Bornecrantz · 15 years ago
  59. d0f9e75 gallium/util: print \n after DXTn printf by Luca Barbieri · 15 years ago
  60. 5362f77 llvmpipe: add lp_test_* to .gitignore by Xavier Chantry · 15 years ago
  61. b845909 svga: Remove the screen private context. by José Fonseca · 15 years ago
  62. 49e3746 svga: Remove empty file. by José Fonseca · 15 years ago
  63. 7e28479 svga: Update flags documentation. by José Fonseca · 15 years ago
  64. 4885cd4 softpipe: Fix alpha blending for formats without alpha channel. by José Fonseca · 15 years ago
  65. 59253a7 llvmpipe: Fix alpha blending for formats without alpha channel. by José Fonseca · 15 years ago
  66. b44c528 Update drisw state tracker to use new API aware context create by Xavier Chantry · 15 years ago
  67. 6edb18e svga: Include svga_surface.h in svga_screen.c. by Vinson Lee · 15 years ago
  68. 1a30d98 r300g: Remove unnecessary header. by Vinson Lee · 15 years ago
  69. 38e3fb2 Update dri state tracker to use new API aware context create by Xavier Chantry · 15 years ago
  70. 801dcd9 mesa: Include api_exec.h in dlist.c. by Vinson Lee · 15 years ago
  71. b08b7b7 r300g: do not validate buffers in check_cs by Marek Olšák · 15 years ago
  72. 3b2cf97 r300g: fix surface_copy for compressed formats by Marek Olšák · 15 years ago
  73. 2df3c36 configure.ac: Fix test for whether to build src/gles by Kristian Høgsberg · 15 years ago
  74. aa8606f mesa: Include mfeatures.h before testing feature macros by Kristian Høgsberg · 15 years ago
  75. da76a4d mesa: Only compile ES files when ES1 or ES2 are selected by Kristian Høgsberg · 15 years ago
  76. 559d124 mesa: #ifdef out more remap_table related code when disabled. by José Fonseca · 15 years ago
  77. 316b6fa retrace: Add sampler_view_destroy by José Fonseca · 15 years ago
  78. db1ed3d trace: Fix typo in method name. by José Fonseca · 15 years ago
  79. 0870e4a Merge branch 'gles2-2' by Kristian Høgsberg · 15 years ago
  80. 9fd5fa0 Hook in install rules for es1 and es2 by Kristian Høgsberg · 15 years ago
  81. 74399d4 Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2 by Kristian Høgsberg · 15 years ago
  82. a804af2 st/mesa: Create context for API_OPENGL as first priority by Kristian Høgsberg · 15 years ago
  83. 9d33605 r300g: always set the pitch of the first miplevel in the tiling flags by Marek Olšák · 15 years ago
  84. 82027b2 Revert "r300g: disable point sprites (again)" by Marek Olšák · 15 years ago
  85. 68e720e r300g: merge VS output mapping state (VAP) to rasterizer block state (RS) by Marek Olšák · 15 years ago
  86. 3523217 r300g: inline update_derived_shader_state by Marek Olšák · 15 years ago
  87. 45d79af r300g: fix segfault when resizing a DRI2 framebuffer by Marek Olšák · 15 years ago
  88. 5c6ea46 r300g: cache tiling flags to reduce the number of DRM calls by Marek Olšák · 15 years ago
  89. fc1be4a mesa: s/sprintf/_mesa_snprintf/ by Vinson Lee · 15 years ago
  90. 3c86e2f i965g: s/sprintf/util_snprintf/ by Vinson Lee · 15 years ago
  91. f487470 glsl: s/sprintf/_mesa_snprintf/ by Vinson Lee · 15 years ago
  92. 9446fd8 glapi: s/strcpy/strncpy/ by Vinson Lee · 15 years ago
  93. 70c7531 llvmpipe: Remove unused variable. by Vinson Lee · 15 years ago
  94. 33c34c0 progs/tests: Remove meaningless const qualifiers. by Vinson Lee · 15 years ago
  95. cd502e5 swrastg: Use trace by Jakob Bornecrantz · 15 years ago
  96. 19aa773 progs/demos: Remove meaningless const qualifier in vao_demo.c. by Vinson Lee · 15 years ago
  97. f5a4d70 nv50: raise constant buffers size to maximum by Christoph Bumiller · 15 years ago
  98. 75ee309 nv50: relax restriction on surface_copy format equality a bit by Christoph Bumiller · 15 years ago
  99. 6df1e5c nv50: don't segfault on OPCODE_END for empty programs by Christoph Bumiller · 15 years ago
  100. d225221 llvmpipe: fix out-of-bounds texture sampling by Brian Paul · 15 years ago