1. 39a0e4e Push __driDriverExtensions out of dri_util.c and into the drivers by Kristian Høgsberg · 15 years ago
  2. d61f073 Remove leftover __DRI{screen,drawable,context}Private references by Kristian Høgsberg · 15 years ago
  3. 8616cec Check for libdrm_$chipset.pc when needed by Kristian Høgsberg · 15 years ago
  4. a3abb9d silence compiler warning by Alan Hourihane · 15 years ago
  5. 4a531fb Fix test by Alan Hourihane · 15 years ago
  6. e04a8186 r600: support vertex_array_bgra by Andre Maasikas · 15 years ago
  7. 2b218d9 Only enable verbose NoOp dispatch if DEBUG is defined by Kristian Høgsberg · 15 years ago
  8. c3047e7 Noop dispatch: move warning code out of the generated functions by Kristian Høgsberg · 15 years ago
  9. b8326b0 Fix glut to work with -fvisibility=hidden by Kristian Høgsberg · 15 years ago
  10. 8d62eb4 Export a few glapi functions used by gallium and r300 by Kristian Høgsberg · 15 years ago
  11. e388d62 Compile with -fvisibility-hidden by default by Kristian Høgsberg · 15 years ago
  12. a600840 mesa: fix blend enable/disable calls in meta.c code by Francis Galiegue · 15 years ago
  13. c978ab0 gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS. by José Fonseca · 15 years ago
  14. 995c342 autoconf: fix build breakage by Marc Dietrich · 15 years ago
  15. 1fbc719 mesa: added _mesa_GetBufferParameteri64v() by Brian Paul · 15 years ago
  16. 52eb3e4 scons: Build glew on all platforms. by José Fonseca · 15 years ago
  17. 321aef7 scons: Update the MSVC SA to match latest scons code. by José Fonseca · 15 years ago
  18. 58d376a scons: Axe generic.py. by José Fonseca · 15 years ago
  19. 8a318ed scons: Put glut and glew shared libraries into build/xxx/bin or lib. by José Fonseca · 15 years ago
  20. ee39dc2 python: Don't generate a import library for python module either. by José Fonseca · 15 years ago
  21. 6f19ec6 i965: Add missing include. by José Fonseca · 15 years ago
  22. 2104cbb scons: Remove duplicated code. by José Fonseca · 15 years ago
  23. b2e4064 scons: Disable version symlinking for DLLs. by José Fonseca · 15 years ago
  24. 187066c gdi: Don't generate import libraries for opengl32.dll. by José Fonseca · 15 years ago
  25. 14a8c9d scons: Fix glew build on MSVC. by José Fonseca · 15 years ago
  26. c852e96 util: Silent potential loss of precision warnings. by José Fonseca · 15 years ago
  27. 9595b59 tgsi: Add missing semantic name in text parser. by Igor Oliveira · 15 years ago
  28. 486ccb5 r300: Fix scons build. by José Fonseca · 15 years ago
  29. 89d778f scons: Don't list cell as a driver. by José Fonseca · 15 years ago
  30. cf9be46 llvmpipe: Add missing include path. by José Fonseca · 15 years ago
  31. c847a13 gallium: Generate a single library for auxiliaries with Make too. by José Fonseca · 15 years ago
  32. f8f4757 scons: Aggregate all tiny libraries in a single library. by José Fonseca · 15 years ago
  33. fc8e0b9 gallium: Remove the sct module. by José Fonseca · 15 years ago
  34. 7bbf7f9 scons: Build progs together with everything else. by José Fonseca · 15 years ago
  35. 58b4013 progs: Ignore derived files. by José Fonseca · 15 years ago
  36. cbb2352 glsl: Ignore programs. by José Fonseca · 15 years ago
  37. 3d747ed scons: Don't globally define WIN32_LEAN_AND_MEAN. by José Fonseca · 15 years ago
  38. 33f44b9 mesa: Avoid WIN32_LEAN_AND_MEAN re-definition. by José Fonseca · 15 years ago
  39. 04c7f48 mesa: Make condrender.[ch] prototypes match. by José Fonseca · 15 years ago
  40. 97e2c5a scons: Expose convienience libraries to the host environment. by José Fonseca · 15 years ago
  41. 700a2eb glut: Silent the glut*_ATEXIT_HACK defined but not used warnings. by José Fonseca · 15 years ago
  42. 45a01bc nv50: small fix for handling "dangerous" swizzles by Christoph Bumiller · 15 years ago
  43. 25024d9 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  44. d14beea mesa: remove a line of dead code by Brian Paul · 15 years ago
  45. 06f1090 docs: 7.8 relnotes: GL_NV_conditional_render and GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  46. f10470e mesa: enable ColorMaskIndexed in display lists by Brian Paul · 15 years ago
  47. 34075d0 progs/tests: added test for GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  48. fcc2e1a mesa: enable GL_EXT_draw_buffers2 for sw drivers by Brian Paul · 15 years ago
  49. c28b451 docs: update status for conditional rendering by Brian Paul · 15 years ago
  50. 08d145e progs/tests: added conditional rendering test program by Brian Paul · 15 years ago
  51. aa491c1 mesa: turn on NV_conditional_render for software drivers by Brian Paul · 15 years ago
  52. ab26682 swrast: add check for conditional rendering by Brian Paul · 15 years ago
  53. 699cfae tnl: add check for conditional rendering by Brian Paul · 15 years ago
  54. ff3a526 mesa: plug in API functions for conditional rendering by Brian Paul · 15 years ago
  55. 007b1f4 mesa: added dispatch for GL_NV_conditional_render extension by Brian Paul · 15 years ago
  56. 5a0eb89 mesa: added FLUSH_VERTICES(), more comments by Brian Paul · 15 years ago
  57. 2be0d77 mesa: add flag for GL_NV_conditional_render extension by Brian Paul · 15 years ago
  58. 0fbe828 mesa: _mesa_Begin/EndConditionalRender() functions by Brian Paul · 15 years ago
  59. 534e005 mesa: make _mesa_lookup_query_object() an non-private inline function by Brian Paul · 15 years ago
  60. 195e765 swrast: use different temp array in _swrast_get_dest_rgba() by Brian Paul · 15 years ago
  61. 4e4244b nv50: fix TEXLOD sequence and use it only in FPs by Christoph Bumiller · 15 years ago
  62. 616ddc8 nv50: cannot kill branch if immediate is used by Christoph Bumiller · 15 years ago
  63. b3425bc nv50: make assimilate_temp safe by Christoph Bumiller · 15 years ago
  64. d9ae8f3 nv50: handle TGSI_OPCODE_EXP,LOG by Christoph Bumiller · 15 years ago
  65. f2cca04 nv50: add support for subroutines by Christoph Bumiller · 15 years ago
  66. 170cdb4 nv50: alloc_reg on reg_instance by Christoph Bumiller · 15 years ago
  67. 0ba518e nv50: multiply polygon offset units by 2 by Christoph Bumiller · 15 years ago
  68. 4d2551b nv50: neg and abs modifiers for flops by Christoph Bumiller · 15 years ago
  69. 3019afd nv50: don't negate immediates in set_immd by Christoph Bumiller · 15 years ago
  70. 6e05849 mesa: Silence unused variable warning. by Vinson Lee · 15 years ago
  71. 5b2713c progs/glsl: Provide a better fix for fgets warning. by Vinson Lee · 15 years ago
  72. 9b0bbe1 docs: added GL 3.x feature checklist to track what's done in Mesa by Brian Paul · 15 years ago
  73. 16e91d4 mesa: implement _mesa_GetStringi() for GL3 by Brian Paul · 15 years ago
  74. 56bdaca mesa: _mesa_get_enabled_extension() function by Brian Paul · 15 years ago
  75. 802b808 mesa: implement GL3 GL_NUM_EXTENSIONS query by Brian Paul · 15 years ago
  76. 1ec6de9 mesa: simplify some extension testing code by Brian Paul · 15 years ago
  77. 05fb922 mesa: display list support for glClearBuffer functions by Brian Paul · 15 years ago
  78. 2b5ece5 mesa: implement GL3 glClearBuffer() functions by Brian Paul · 15 years ago
  79. 12039aa mklib: use a wrapper for ar by Brian Paul · 15 years ago
  80. 9656177 nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40 by Luca Barbieri · 15 years ago
  81. f00bf05 st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info() by Brian Paul · 15 years ago
  82. de95e57 glu/sgi: Initialize members of struct O_nurbssurface. by Vinson Lee · 15 years ago
  83. 1677d5c mesa: fix-up blend enable/disable code in _mesa_PopAttrib() by Brian Paul · 15 years ago
  84. 36092fa mesa: finish-up indexed color mask code in _mesa_PopAttrib() by Brian Paul · 15 years ago
  85. 81c72a1 mesa: plug in GL_EXT_draw_buffers2 functions by Brian Paul · 15 years ago
  86. 285d3f9 mesa: regenerate API files related to GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  87. ca3a853 glapi: extension info for GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  88. ac21edf tdfx: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  89. 0ab29d2 progs/glsl: Silence compiler warnings. by Vinson Lee · 15 years ago
  90. 70bbe22 glu/sgi: Silence warn_unused_result warnings. by Vinson Lee · 15 years ago
  91. 31263f4 st/xorg: Use C-style comments. by Vinson Lee · 15 years ago
  92. 97b8993 glu/sgi: Initialize member of struct GridVertex. by Vinson Lee · 15 years ago
  93. 5169775 st/xorg: Fix warning and add a TODO comment by Jakob Bornecrantz · 15 years ago
  94. d34fdf1 st/xorg: On close wait on fences and then destroy the screen by Jakob Bornecrantz · 15 years ago
  95. 5fdc4f7 st/xorg: Be proper with pipe pointers on close in exa by Jakob Bornecrantz · 15 years ago
  96. 8f6f112 mesa: added infrastructure for GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  97. 53e314c st/xorg: Make sure we don't overrun the fence array in block handler by Jakob Bornecrantz · 15 years ago
  98. 3bcf7d7 glu/sgi: Initialize member variables in class Varray. by Vinson Lee · 15 years ago
  99. a7db305 glu/sgi: Initialize member of class monoChain. by Vinson Lee · 15 years ago
  100. 5060fb4 glu/sgi: Initialize members of class sampledLine. by Vinson Lee · 15 years ago