1. b41ab3b Add .deps/, .libs/, and *.la to toplevel .gitignore by Paul Berry · 12 years ago
  2. 75f82b5 mesa: only test cube face widths in _mesa_test_texobj_completeness() by Brian Paul · 12 years ago
  3. 2cbccfd softpipe: set max cube texture size to 4Kx4K by Brian Paul · 12 years ago
  4. 73fd269 mesa: add integer texture completeness check by Brian Paul · 12 years ago
  5. f4a93e0 mesa: rework texture completeness testing by Brian Paul · 12 years ago
  6. b219b2c mesa: add _mesa_is_mipmap_filter() helper by Brian Paul · 12 years ago
  7. ff005bd mesa: use _mesa_dirty_texobj() in glTexParameter code by Brian Paul · 12 years ago
  8. 878c69f mesa: use _mesa_dirty_texobj() function by Brian Paul · 12 years ago
  9. d335e69 mesa: rewrite/consolidate code in _mesa_test_texobj_completeness() by Brian Paul · 12 years ago
  10. e86d0de mesa: use new baseImage var to simplify _mesa_test_texobj_completeness() by Brian Paul · 12 years ago
  11. fbbbb98 mesa: add comments in _mesa_test_texobj_completeness() related to the spec by Brian Paul · 12 years ago
  12. 085d2bb mesa: better debug message in _mesa_test_texobj_completeness() by Brian Paul · 12 years ago
  13. 4c9537f mesa: move some code in _mesa_test_texobj_completeness() by Brian Paul · 12 years ago
  14. 4c385d3 mesa: use switch(target) in _mesa_test_texobj_completeness() by Brian Paul · 12 years ago
  15. cfd5b14 mesa: use MAX3() macro for 3D texture in _mesa_test_texobj_completeness() by Brian Paul · 12 years ago
  16. 3f7509b mesa: make _mesa_reference_sampler_object() an inline function by Brian Paul · 12 years ago
  17. 0225a15 glsl: Don't include the deprecated structure types in GLSL 1.40. by Eric Anholt · 12 years ago
  18. 56118ef mesa: Validate the drawing primitive against the transform feedback mode. by Eric Anholt · 12 years ago
  19. 7ca4f07 mesa: Fold error generation into _mesa_valid_prim_mode(). by Eric Anholt · 12 years ago
  20. ca76018 shared-glapi: Convert to automake by Kristian Høgsberg · 12 years ago
  21. 91ddfa7 r600g: fix r600_get_backend_mask() for virtual addresses by Alex Deucher · 12 years ago
  22. 40c995c i915: fallback for NPOT cubemap texture by Yuanhan Liu · 12 years ago
  23. a2e7629 r600g: fix point rendering by Marek Olšák · 12 years ago
  24. 03f8a97 st/mesa: add null pointer check in st_texture_image_map() by Brian Paul · 12 years ago
  25. c3fe44c docs: add info for installing dependencies on fedora by Alex Hultman · 12 years ago
  26. aec47e7 dri_util: add copyright/license blurb by Brian Paul · 12 years ago
  27. 90a5175 darwin: Link against libxcb by Jeremy Huddleston · 12 years ago
  28. f9e1295 darwin: Build create_context.c by Jeremy Huddleston · 12 years ago
  29. 61f6aff darwin: config file cleanups by Jeremy Huddleston · 12 years ago
  30. 3186630 i965/fs: Jump from discard statements to the end of the program when done. by Eric Anholt · 13 years ago
  31. bddb2ed i965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT. by Eric Anholt · 12 years ago
  32. c079574 glsl: Add GLSL 1.40 textureSize() implementations for sampler2DRect. by Eric Anholt · 12 years ago
  33. e06ab8c glsl: Set up generated builtin functions handling for GLSL 1.40. by Eric Anholt · 12 years ago
  34. 3645b77 glsl: Add support for integer sampler2DRect variants in GLSL 1.40. by Eric Anholt · 12 years ago
  35. c728406 glsl: Drop ftransform() from GLSL 1.40 profile. by Eric Anholt · 12 years ago
  36. 590ad64 glsl: Copy GLSL 1.30 builtin profile to GLSL 1.40. by Eric Anholt · 12 years ago
  37. 25c729b glsl: When failing to compile some builtins, print the error. by Eric Anholt · 12 years ago
  38. 497aab3 glsl: Let the builtin compiler process GLSL 1.40 shaders. by Eric Anholt · 12 years ago
  39. 177ccd2 glsl: Update builtin variables for GLSL 1.40. by Eric Anholt · 12 years ago
  40. c5ff9a8 glsl: Hook up the current GLSL 1.30 types and builtins for 1.40. by Eric Anholt · 12 years ago
  41. ac5a5b3 glsl: Add support for parsing #version 140. by Eric Anholt · 12 years ago
  42. 99cd475 i965: Enable SIMD16 mode for shaders with loops on Gen6+. by Kenneth Graunke · 13 years ago
  43. fe34006 gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1. by Vinson Lee · 12 years ago
  44. dc382e5 noop: Use non-recursive automake by Tom Stellard · 12 years ago
  45. 3f3f10f identity: Use non-recursive automake by Tom Stellard · 12 years ago
  46. 26ab747 galahad: Use non-recursive automake by Tom Stellard · 12 years ago
  47. fe3f98e gallium/drivers: Use automake to generate makefile by Tom Stellard · 12 years ago
  48. ea73854 docs: fix html in banner.html by Christopher Yeleighton · 12 years ago
  49. ead3589 glsl: Avoid extra if statements for logic and/or with no side effects. by Eric Anholt · 12 years ago
  50. b536ac6 mesa: add back glGetnUniform*v() overflow error reporting by Dylan Noblesmith · 13 years ago
  51. cc5b0ff mesa: Fix the cause of piglit test fbo-array failure by Anuj Phogat · 12 years ago
  52. 6830e65 mesa: fix _mesa_DebugMessageCallbackARB() to silence warnings by Brian Paul · 12 years ago
  53. 8219581 radeon: remove use of DD_FLATSHADE by Brian Paul · 12 years ago
  54. 7f94d98 docs: fix up html tags in autoconf.html by Christopher Yeleighton · 12 years ago
  55. 534cbbe mesa: add more comments about textarget in framebuffer_texture() by Brian Paul · 12 years ago
  56. 92c42d8 mesa: renumber remaining DD_ constants by Brian Paul · 12 years ago
  57. 741bfef mesa: remove unused DD_TRI_CULL_FRONT_BACK by Brian Paul · 12 years ago
  58. d710bbc mesa: remove unused DD_FLATSHADE by Brian Paul · 12 years ago
  59. d269b1f mesa: remove unused DD_TRI_TWOSTENCIL by Brian Paul · 12 years ago
  60. 291e410 mesa: remove _DD_NEW_x flags by Brian Paul · 12 years ago
  61. d2b849a tnl: stop using _DD_NEW_x flags by Brian Paul · 12 years ago
  62. 938aaec swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/ by Brian Paul · 12 years ago
  63. 5edd7b8 mesa: define _MESA_NEW_SEPARATE_SPECULAR by Brian Paul · 12 years ago
  64. 22d6268 i915: remove occurances of _DD_NEW_x flags by Brian Paul · 12 years ago
  65. f21dfa9 mesa: remove ctx->Driver.ClearColor() hook by Brian Paul · 12 years ago
  66. 9c53fc5 mesa/gdi: remove clear_color() function by Brian Paul · 12 years ago
  67. fdbb717 xlib: remove clear_color() function by Brian Paul · 12 years ago
  68. c90ae6b radeon/r200: remove ClearColor driver functions by Brian Paul · 12 years ago
  69. 5f80218 mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks by Brian Paul · 12 years ago
  70. e0ed951 radeon/r200: remove ClearDepth() and ClearStencil() driver hooks by Brian Paul · 12 years ago
  71. 5bb2059 radeon/r200: remove hyperz/fast clear testing code by Brian Paul · 12 years ago
  72. 5ac910c docs: Fix unclosed anchor tag in xlibdriver.html. by Kenneth Graunke · 12 years ago
  73. 901a118 egl/drm: Include errno.h by José Fonseca · 12 years ago
  74. b601206 Set close on exec flag FD_CLOEXEC by David Fries · 13 years ago
  75. 5ea1850 mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARB by José Fonseca · 12 years ago
  76. 10d3b65 glapi/gen: Add support for pointer types. by José Fonseca · 12 years ago
  77. 7221f52 mesa: Prevent collision of ERROR define on Windows. by José Fonseca · 12 years ago
  78. fa47678 include: Fix glDebugMessageCallbackARB's prototype. by José Fonseca · 12 years ago
  79. bb1d126 mesa: expose ARB_debug_output by Marek Olšák · 12 years ago
  80. d7d0d28 mesa: display list dispatch for ARB_debug_output by Marek Olšák · 12 years ago
  81. 0e4508e mesa: print GL errors via debug_output by Marek Olšák · 12 years ago
  82. ae4a8a5 mesa: implement the last of GL_ARB_debug_output by nobled · 13 years ago
  83. 41308d9 mesa: add struct for managing client debug namespaces by nobled · 13 years ago
  84. f6f3093 mesa: add control for categories of application-provided messages by nobled · 13 years ago
  85. 4667cb2 mesa: add yet more context fields for GL_ARB_debug_output by nobled · 13 years ago
  86. c68f0b8 mesa: add glDebugMessageControlARB by nobled · 13 years ago
  87. 76414cd mesa: add message-toggle booleans for GL_ARB_debug_output by nobled · 13 years ago
  88. 5dd750d mesa: add some GL_ARB_debug_output functions by nobled · 13 years ago
  89. ed087ee mesa: add infrastructure for GL_ARB_debug_output by nobled · 13 years ago
  90. 3917503 glapi: regenerate files by Marek Olšák · 13 years ago
  91. a0d6732 glapi: add ARB_debug_output.xml by nobled · 13 years ago
  92. 5ab088c mesa: split error handling into its own file by nobled · 13 years ago
  93. 60218b6 drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven. by Kenneth Graunke · 12 years ago
  94. 105ef87 svga: Disable bogus assertions concerning min_index/max_index. by José Fonseca · 12 years ago
  95. f5d0ced mesa: fix GL_LUMINANCE handling in glGetTexImage by Brian Paul · 12 years ago
  96. 9917988 svga: add null vs pointer check in update_need_pipeline() by Brian Paul · 12 years ago
  97. fb3cb5c nv50: add support for R8G8_R8B8 and G8R8_B8R8 formats by Christoph Bumiller · 12 years ago
  98. 95df2d0 nv50,nvc0: share the format table code by Christoph Bumiller · 12 years ago
  99. 63d5306 vl: handle DRI2GetBuffers reply with multiple buffers by Christian König · 12 years ago
  100. 85dbb22 vl/mpeg12: make bitstream decoder more robust by Christian König · 12 years ago