1. 9b81103 Add programs to .gitignore in redbook by Jeff Smith · 15 years ago
  2. 3aa8692 Add programs to .gitignore in xdemos by Jeff Smith · 18 years ago
  3. 9787060 Add -L$(libdir) for xdemos and egl so that the right libX11 is found by Jeff Smith · 15 years ago
  4. fab1f07 Grammar and spelling fixes by Jeff Smith · 16 years ago
  5. 39c2d3e radeon: Fix memory leaks from early return. by Vinson Lee · 15 years ago
  6. 5d5c524 st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/ by Brian Paul · 15 years ago
  7. c472ce5 st/mesa: fix st_set_framebuffer_surface() state validation by Brian Paul · 15 years ago
  8. 683a099 st/xorg: Fixup configure by Jakob Bornecrantz · 15 years ago
  9. bff128f ARB prog parser: added (float) casts and regenerate files by Brian Paul · 15 years ago
  10. 54af542 st/xorg: Include cursorstr.h by Jakob Bornecrantz · 15 years ago
  11. 60121c4 windows: fix compilation errors and warnings by Karl Schultz · 15 years ago
  12. 7439f39 windows: Quiet warning by not defining YY_NO_UNISTD_H. by Karl Schultz · 15 years ago
  13. b60aa25 st/mesa: fix incorrect glCopyPixels between window/FBO by Brian Paul · 15 years ago
  14. c78ac7f st/mesa: fix incorrect glDrawPixels into FBO by Brian Paul · 15 years ago
  15. 766d90f st/xorg: Work around cursor reference counting bugs in older X servers. by Michel Dänzer · 15 years ago
  16. ffd625d radeon: don't attempt to use alternate blit formats for depth buffers by Alex Deucher · 15 years ago
  17. e1762fb softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear() by Brian Paul · 15 years ago
  18. 80dc54e st/mesa: don't detach renderbuffer, surface in st_finish_render_texture() by Brian Paul · 15 years ago
  19. df9bf78 r600: enable GL_ARB_pixel_buffer_object by Alex Deucher · 15 years ago
  20. fe25bee mesa: add additional missing z formats for render to texture by Brian Paul · 15 years ago
  21. 9458c20 radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit by Alex Deucher · 15 years ago
  22. d7ad1b8 radeon/r200/r600: reset bos when validating buffers during blit by Alex Deucher · 15 years ago
  23. c65235f r600: recalculate point size, if point min/max size changes by Alex Deucher · 15 years ago
  24. d18b302 r600: no need to flush on context init by Alex Deucher · 15 years ago
  25. b3b6bd5 r300: don't enable EXT_packed_depth_stencil by Maciej Cencora · 15 years ago
  26. 29e02c7 radeon: no need to emit full state twice after flush by Maciej Cencora · 15 years ago
  27. 4572ae1 r300: allow src and dst BOs to be placed in GTT during blit by Maciej Cencora · 15 years ago
  28. 62b3321 r300: reset bos when validating buffers during blit by Maciej Cencora · 15 years ago
  29. 8ccd83a radeon: fallback to software in glCopyTexImage if blit isn't available by Maciej Cencora · 15 years ago
  30. 2872c1c r300: VAP flush is needed only when vertex program or constants are changed by Maciej Cencora · 15 years ago
  31. 77ed4d1 r300: recalculate point size, if point min/max size changes by Maciej Cencora · 15 years ago
  32. 44d92d4 r300: no need to flush on context init by Maciej Cencora · 15 years ago
  33. b1ab15c r300: remove unnecessary code by Maciej Cencora · 15 years ago
  34. 26aa870 mesa: add render-to-texture case for MESA_FORMAT_S8_Z24 by Brian Paul · 15 years ago
  35. 614f490 mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbuffer by Brian Paul · 15 years ago
  36. ee6fbf8 st/vega: Fix OpenVG demo segfaults. by Chia-I Wu · 15 years ago
  37. 661b416 gallivm: Initialize variables for default cases. by Vinson Lee · 15 years ago
  38. ba8f4c5 progs/demos: Add arbocclude2 to Makefile and .gitignore. by Vinson Lee · 15 years ago
  39. ae7b3a6 glx: Move initialization of ext_list_first_time to where it's storage is allocated by Brian Paul · 15 years ago
  40. c781e28 docs: remove merge conflict garbage by Brian Paul · 15 years ago
  41. 77fc3ef meta: Use the DrawBuffer's stencil size by Ian Romanick · 15 years ago
  42. 66c0abb swrast: Remove redundant test of the visual's accumulation buffer size by Ian Romanick · 15 years ago
  43. ebbec7e swrast: Adjust colors based on ReadBuffer visual, not context visual by Ian Romanick · 15 years ago
  44. c67af06 swrast: Remove stray comment that mentions ctx->Visual by Ian Romanick · 15 years ago
  45. 1a0a2b6 gallivm: checkpoint: code gen for mipmap selection by Brian Paul · 15 years ago
  46. b5038fd llvmpipe: added code to set texture depth, max mipmap levels info by Brian Paul · 15 years ago
  47. 7f4b5c5 gallivm: added methods for getting texture depth, num mipmap levels by Brian Paul · 15 years ago
  48. 6bc644f gallivm: checkpoint: texture LOD computation code gen by Brian Paul · 15 years ago
  49. 36a0c42 gallivm: added field for sampler lod by Brian Paul · 15 years ago
  50. 8c8e664 i965: Only use the effective subset of the WM sampler key. by Eric Anholt · 15 years ago
  51. a232cc5 intel: Remove support for the DRI1 TFP extension. by Eric Anholt · 15 years ago
  52. 20952f0 i965: Remove the paths for making a const surface object for a NULL BO. by Eric Anholt · 15 years ago
  53. 9a38f76 i965: Remove the unused SDC BO pointer from the sampler state key. by Eric Anholt · 15 years ago
  54. 879ea6f i965: Rename SNB brw_*_key structs to gen6_*_key structs. by Eric Anholt · 15 years ago
  55. 5d18e86 i965: Pack gen6 blend_state_key structure. by Eric Anholt · 15 years ago
  56. 8555158 intel: Only do batchbuffer debug if --enable-debug is used. by Eric Anholt · 15 years ago
  57. 7392002 intel: Replace batch macro contents with function calls. by Eric Anholt · 15 years ago
  58. 342a7f2 intel: Move the assertions about reloc delta from the macros to the function. by Eric Anholt · 15 years ago
  59. 8a9d8bd intel: Check that the batch is mapped per BEGIN, not each OUT. by Eric Anholt · 15 years ago
  60. f6f5e87 i965: Try to assign SNB SF inputs to outputs. by Eric Anholt · 15 years ago
  61. 3b96126 i965: Fix the SNB SF input size. by Eric Anholt · 15 years ago
  62. 24f9011 Always return VOLATILE for ObjectPurgeable(VOLATILE) by Chris Wilson · 15 years ago
  63. b704a4e llvmpipe: add pipe_thread_wait() calls by Brian Paul · 15 years ago
  64. 76e8778 gallium/docs: document additional wrap mode restrictions by Brian Paul · 15 years ago
  65. 88e2eae gallivm: minor arithmetic improvements by Brian Paul · 15 years ago
  66. d660e28 gallivm: implement non-normalized texture wrap modes by Brian Paul · 15 years ago
  67. b5b128b softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture sampling by Brian Paul · 15 years ago
  68. e9968eb mesa: minor reformatting, new comments by Brian Paul · 15 years ago
  69. f846a00 progs/xdemos: fix up GLX extension checking by Jesse Barnes · 15 years ago
  70. 1ca9683 DRI2: expose OML_sync_control if possible by Jesse Barnes · 15 years ago
  71. 6b3145d GLX: remove debug prints from glXWaitForMscOML dispatch by Jesse Barnes · 15 years ago
  72. 77bc721 xdemos/omlsync: add waitformsc and swap interval code by Jesse Barnes · 15 years ago
  73. 2b15f4f progs: Add arbocclude2 demo. by Michal Krol · 15 years ago
  74. c3b6adc gallium/docs: updated/improve sampler state documentation by Brian Paul · 15 years ago
  75. 60fae3b docs: document GL_APPLE_object_purgeable by Brian Paul · 15 years ago
  76. e176ae5 mesa: whitespace fixes, 80-column wrapping, etc. by Brian Paul · 15 years ago
  77. 6ba31fb Merge branch 'object-purgeable' by Chris Wilson · 15 years ago
  78. 755915f APPLE_object_purgeable: intel by Chris Wilson · 15 years ago
  79. 99864d5 APPLE_object_purgeable: core by Chris Wilson · 15 years ago
  80. 3490923 mesa/es: Update GLAPI and APISpec for GL_OES_EGL_image. by Chia-I Wu · 15 years ago
  81. 9373447 st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap. by Chia-I Wu · 15 years ago
  82. fade8a6 st/egl: Add get_param to native display interface. by Chia-I Wu · 15 years ago
  83. 89a75b7 st/egl: Move modeset interface to native_modeset.h. by Chia-I Wu · 15 years ago
  84. e38f28d st/egl: Add event support to the native display interface. by Chia-I Wu · 15 years ago
  85. 45df4ba Revert "mesa: Remove pointless comparison of unsigned integer with a negative constant." by Vinson Lee · 15 years ago
  86. bb35000 intel: Remove non-kernel-exec-fencing support. by Eric Anholt · 15 years ago
  87. 7cbc4c0 intel: Remove the unused s8 spans code. Not hit during no_rast piglit. by Eric Anholt · 15 years ago
  88. 391b396 Fix comparison of unsigned value against < 0. by Michel Dänzer · 15 years ago
  89. b37c541 softpipe: minor tweaks to texture filtering code by Brian Paul · 15 years ago
  90. 2b5c5c0 gallivm: implement texture border color, plus tweaks to some wrap modes by Brian Paul · 15 years ago
  91. 946edea gallivm: added texture border_color field by Brian Paul · 15 years ago
  92. 71c0568 gallivm: added question/comment by Brian Paul · 15 years ago
  93. ad1456a llvmpipe: new comment by Brian Paul · 15 years ago
  94. 877f235 gallivm: comments by Brian Paul · 15 years ago
  95. a42fd95 dri/nouveau: Remove some CI remnants. by Francisco Jerez · 15 years ago
  96. 9c49375 dri/nouveau: Trivially add GL_ARB_texture_mirrored_repeat. by Andrew Randrianasulu · 15 years ago
  97. 44df357 dri/nouveau: Enable GL_EXT_stencil_wrap. by Andrew Randrianasulu · 15 years ago
  98. 210bcf6 dri/nouveau: Add GL_EXT_stencil_wrap for nv04. by Andrew Randrianasulu · 15 years ago
  99. 9c21c1e dri/nouveau: Fix rb->DataType for z24s8 renderbuffers. by Francisco Jerez · 15 years ago
  100. 80316cb dri/nouveau: Try to keep client buffers smaller than the scratch VBO length. by Francisco Jerez · 15 years ago