1. 121769e glsl: Add a purify command-line tool. by Michal Krol · 15 years ago
  2. 0bbf59c glsl: Add preprocessor purifier. by Michal Krol · 15 years ago
  3. 9708239 mesa: Include <unistd.h> only when one is available. by Michal Krol · 15 years ago
  4. 826d441 mesa: Fix calling conventions of sync object api callbacks. by Michal Krol · 15 years ago
  5. 617202b r300g: Fix some issues pointed out by compiler warnings. by Michel Dänzer · 15 years ago
  6. 7b8ec0d r300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended. by Michel Dänzer · 15 years ago
  7. 23663ae mesa: initial version of _mesa_meta_generate_mipmap() by Brian Paul · 15 years ago
  8. 4d63c62 xlib: test _mesa_meta_bitmap() by Brian Paul · 15 years ago
  9. 886e7b3 mesa: use separate temp texture for bitmaps by Brian Paul · 15 years ago
  10. b2951ff mesa: temp_texture changes by Brian Paul · 15 years ago
  11. f477fa7 mesa: free meta bitmap buffers by Brian Paul · 15 years ago
  12. 0e5293a mesa: use _mesa_set_enable() by Brian Paul · 15 years ago
  13. bcb62ae mesa: _mesa_meta_bitmap() function by Brian Paul · 15 years ago
  14. 4fdc96d xlib: move misplaced brace by Brian Paul · 15 years ago
  15. 1ddb226 r300g: Fix a number of warnings by Nicolai Hähnle · 15 years ago
  16. 4b01e6f r300g: Debug flags infrastructure by Nicolai Hähnle · 15 years ago
  17. 9778731 r300g: update the value of register VAP_VF_MAX_VTX_INDX by Cooper Yuan · 15 years ago
  18. 80ea03b r300g: update rs_block state after changing rasterizer by Cooper Yuan · 15 years ago
  19. 8f990f9 r300g: need to validate scissor and viewport state if bind new rasterizer by Cooper Yuan · 15 years ago
  20. 9ab19a3 r600: add support for EXT_texture_sRGB by Alex Deucher · 15 years ago
  21. 60ca65c r300: Add support for GL_EXT_provoking_vertex by Alex Deucher · 15 years ago
  22. 8fd7586 r600: Add support for GL_EXT_provoking_vertex by Alex Deucher · 15 years ago
  23. 0612ad4 i965: Don't set the complete field when there is more VUE yet to come. by Eric Anholt · 15 years ago
  24. a47858e i965: Add support for 2 threads in the GS. by Eric Anholt · 15 years ago
  25. 8f7f22c i965: Add support for KIL_NV in brw_wm_emit.c by Eric Anholt · 15 years ago
  26. 9216b4e scons: Used wrong exception class. by José Fonseca · 15 years ago
  27. b9f5607 scons: Don't use scons internal functions. by José Fonseca · 15 years ago
  28. b13a553 r600: fix Elts handling by Alex Deucher · 15 years ago
  29. 592a664 ARB prog: replace 'unsigned' with 'gl_state_index' by Brian Paul · 15 years ago
  30. 3fedd08 ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK by Brian Paul · 15 years ago
  31. 40636fe gallium/xlib: minor clean-ups by Brian Paul · 15 years ago
  32. 65c79c9 i915g: Fix warnings in scons build by using byte pointers by Jakob Bornecrantz · 15 years ago
  33. ce39cd6 tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP. by Michal Krol · 15 years ago
  34. f6dff92 docs: 7.5.1 md5 sums by Brian Paul · 15 years ago
  35. 5d56e31 docs: point to fd.o for downloads instead of SourceForge by Brian Paul · 15 years ago
  36. 7ec8652 gallium/xlib: silence unitialized var warning by Brian Paul · 15 years ago
  37. 9e711b6 gallium/xlib: silence uninitialized var warning by Brian Paul · 15 years ago
  38. 5a8e1dd st/mesa: silence uninitialized var warnings by Brian Paul · 15 years ago
  39. f1ae72e docs: prep for 7.5.1 release by Brian Paul · 15 years ago
  40. a04e83b docs: added news entry for 7.5.1 by Brian Paul · 15 years ago
  41. 4aee0db docs: update precompiled libs info by Brian Paul · 15 years ago
  42. 7e2f01e docs: move SGI GLU link by Brian Paul · 15 years ago
  43. beb0539 st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position by Brian Paul · 15 years ago
  44. 8fc945c st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware by Keith Whitwell · 15 years ago
  45. 862724d util: add version of u_blit_pixels which takes a writemask by Keith Whitwell · 15 years ago
  46. 375a6b4 progs/tests: re-enable exit() call by Brian Paul · 15 years ago
  47. 3b96db3 docs/: document cross-compile fix by Brian Paul · 15 years ago
  48. 6a97cca r600: rework cb/db setup by Alex Deucher · 15 years ago
  49. 323440b st/xorg: add linear and radial gradient acceleration by Zack Rusin · 15 years ago
  50. 007a843 st/xorg: radial gradient shader by Zack Rusin · 15 years ago
  51. 5571c4f st/xorg: linear gradient shader by Zack Rusin · 15 years ago
  52. 8c1d85c r600: make sure the active vertex shader bo is re-added to persistent list. by Alex Deucher · 15 years ago
  53. dc60d0d glapi: fix incorrect/missing return types for glFenceSync(), glClientWaitSync() by Brian Paul · 15 years ago
  54. e059885 mesa: rename gl_sync_object::Status to StatusFlag by Brian Paul · 15 years ago
  55. 446a71d docs: Document new extension support for 7.6 release. by Ian Romanick · 15 years ago
  56. 5e448a8 Add ARB_sync to the xorg sw dri driver. by Eric Anholt · 15 years ago
  57. d5ea2dc savage: Fix driver build post-ARB_sync. by Eric Anholt · 15 years ago
  58. 19420f0 s3v: Fix driver build for ARB_sync. by Eric Anholt · 15 years ago
  59. afd6141 intel: Add support for ARB_sync. by Eric Anholt · 15 years ago
  60. aee282f ARB sync / swrast: Use GL_ARB_sync_functions instead of GL_ARB_sync. Oops. by Ian Romanick · 15 years ago
  61. 0342dce Don't dereference function pointers in calls. by Ian Romanick · 15 years ago
  62. 18d3409 Add syncobj.c to SConscript by Ian Romanick · 15 years ago
  63. 6af24b6 Whitespace and include file clean-up. by Ian Romanick · 15 years ago
  64. 0f8fdd8 Use MIN2 instead of open-coded version by Ian Romanick · 15 years ago
  65. 16b393d ARB sync: Fix delete behavior and context destruction behavior by Ian Romanick · 15 years ago
  66. f5a2272 Add dummy list node type 'struct simple_node' by Ian Romanick · 15 years ago
  67. f37070b ARB sync: Add support for GL_ARB_sync to swrast by Ian Romanick · 15 years ago
  68. 96bdd99 Eliminate trailing whitespace in extension_helper.c by Ian Romanick · 15 years ago
  69. 0649134 ARB sync: Regenerate files from previous commit by Ian Romanick · 15 years ago
  70. 10a09e4 ARB sync: Add base infrastructure for GL_ARB_sync by Ian Romanick · 15 years ago
  71. 10067e4 ARB sync: Add infrastructure for glGetInteger64v by Ian Romanick · 15 years ago
  72. d75a99e mesa: fix typos in separable filter functions by Brian Paul · 15 years ago
  73. 7a7d587 mesa: compute tex env program key size based on nr_enabled_units by Brian Paul · 15 years ago
  74. 5cd7042 swrast: wrap comment to 80 columns, remove dead code by Brian Paul · 15 years ago
  75. 2db37ef mesa: use new combined PBO validate/map helpers in convolution/filter funcs by Brian Paul · 15 years ago
  76. 95027a0 mesa: use new combined PBO validate/map helpers by Brian Paul · 15 years ago
  77. dc947c8 mesa: combined PBO validate/map helpers by Brian Paul · 15 years ago
  78. 203f395 mesa: use new _mesa_map_pbo_source/dest() functions in more places by Brian Paul · 15 years ago
  79. 1b448c7 mesa: consolidate PBO map/unmap helpers by Brian Paul · 15 years ago
  80. e0ec405 intel: helper to debug bufmgr (disabled) by Brian Paul · 15 years ago
  81. 3070b13 i915g: Up the number of relocs by Jakob Bornecrantz · 15 years ago
  82. 8303c72 i915g: Don't run in sync with HW by Jakob Bornecrantz · 15 years ago
  83. 87a4fa5 i915g: Don't send flush flags to HW by Jakob Bornecrantz · 15 years ago
  84. 5643942 st/xorg: cleanup and adjust to the changes in the ureg code by Zack Rusin · 15 years ago
  85. 07f9ad5 st/xorg: adjust enums in preperation for gradients by Zack Rusin · 15 years ago
  86. 2f6d2a9 mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure by Brian Paul · 15 years ago
  87. 848ab8b aux/tgsi: pull back ureg work from 0.1 branch by Keith Whitwell · 15 years ago
  88. 8b1ef3f nv50: move centroid, flat bits when making interp long by Christoph Bumiller · 15 years ago
  89. ffee352 nv50: fix vbo_static_attrib method size error by Christoph Bumiller · 15 years ago
  90. c8258b9 nv50: fix draw_elements_inline_u08/16 by Christoph Bumiller · 15 years ago
  91. e938d4a r300g: specify point/line/triangle have stuffed texture coord by Cooper Yuan · 15 years ago
  92. c19b52f r600: visual depth has no meaning here. by Dave Airlie · 15 years ago
  93. a25d0dc r600: make sure the active shader bo is re-added to persistent list. by Dave Airlie · 15 years ago
  94. 5f7c532 radeon: pass internal format into the miptree. by Dave Airlie · 15 years ago
  95. e5b93e1 radeon/dri2: add gl20 bits for r300/r600 just like dri1 does by Dave Airlie · 15 years ago
  96. ea26f28 tests/texcmp: glewInit in wrong place by Dave Airlie · 15 years ago
  97. 206eb50 st/xorg: fix warnings by Zack Rusin · 15 years ago
  98. d6b58a9 st/xorg: handle xrender repeat modes by Zack Rusin · 15 years ago
  99. dc9de80 st/xorg: flip the coordinate system by Zack Rusin · 15 years ago
  100. d918896 st/xorg: handle solid fills in the fragment shader by Zack Rusin · 15 years ago