1. 77c30c5 i965: Fix readpixels from ReadBuffer != DrawBuffer. by Eric Anholt · 14 years ago
  2. 63fbae8 i965: Fix inversion for glCopyPixels to/from FBOs. by Eric Anholt · 14 years ago
  3. fdbe1ca intel: Rely on allocated region pitch for the miptree pitch. by Eric Anholt · 14 years ago
  4. 57e7936 intel: Remove extra tiling setting after allocating a tiled region. by Eric Anholt · 14 years ago
  5. 4980891 intel: Respect src pitch in _mesa_copy_rect(). by Eric Anholt · 14 years ago
  6. 38cb445 Regenerate gl_mangle.h by Tom Fogal · 14 years ago
  7. 5925849 glapi: return int = 0 from NoOpGeneric() by Brian Paul · 14 years ago
  8. 80f5f7d glslcompiler: Fix build. by Vinson Lee · 14 years ago
  9. fabc744 r300: report correct state atom size by Maciej Cencora · 14 years ago
  10. 88f7859 r300: fix off by one by Maciej Cencora · 14 years ago
  11. 7a77eff r300: fix vertex programs with big number of params (>255) under KMS by Maciej Cencora · 14 years ago
  12. bed7d88 r300: fix wpos/fog handling by Maciej Cencora · 14 years ago
  13. 70929f4 r300: clean fog_attr/wpos_attr if code accessing these attributes has been removed FP during compilation by Maciej Cencora · 14 years ago
  14. 516334b i965: Stop abusing ctx->NewState flags for storing driver internal changes. by Eric Anholt · 14 years ago
  15. ed29329 docs: update docs with 7.7.1 and 7.8 release info by Brian Paul · 14 years ago
  16. ff54af5 softpipe: comments, re-formatting, etc by Brian Paul · 14 years ago
  17. fc1ba04 softpipe: add special cases for all Z compare modes for 16-bit Z buffer by Brian Paul · 14 years ago
  18. 4ceeb13 st/glx: better format selection in xmesa_choose_z_stencil_format() by Brian Paul · 14 years ago
  19. 2ded27b Add missing EGL files to the tarballs. by Chia-I Wu · 14 years ago
  20. 094c6fb glx: Suppress BadDrawable from DRI2CopyRegion by Kristian Høgsberg · 14 years ago
  21. 4eead42 mesa: set version string to 7.8-rc2 by Ian Romanick · 14 years ago
  22. 62d54f0 intel: Call intel_prepare_render() before looking up regions. by Kristian Høgsberg · 14 years ago
  23. 092ca30 Fix potential compilation issue in visual studio project file by Karl Schultz · 14 years ago
  24. ca97f8b glslcompiler: fix build breakage by Brian Paul · 14 years ago
  25. 361e8e9 mesa: Add end of line to the end of a debug output. by Pauli Nieminen · 14 years ago
  26. fce72d5 progs/tests: Add cva_huge to SCons build. by Vinson Lee · 14 years ago
  27. 1e7d65b progs/tests: Include stddef.h for ptrdiff_t on all platforms. by Vinson Lee · 14 years ago
  28. 4ea694a r200: Fix emit size prediction to account elt splitting. by Pauli Nieminen · 14 years ago
  29. 0900544 r200: Don't flush when closing elts in KMS. by Pauli Nieminen · 14 years ago
  30. 1968d8f r200: Fix swtnl fallback to flush pending rendering before transition. by Pauli Nieminen · 14 years ago
  31. 44e3ec3 r200: Fix mixed indetion in r200TclFallback. by Pauli Nieminen · 14 years ago
  32. 9a7acbc vbo: Fix vbo_split_copy to pass correct max_index to draw. by Pauli Nieminen · 14 years ago
  33. a81cd67 tests: Add test for huge client arrays that has to be split. by Pauli Nieminen · 14 years ago
  34. 3d72c4a r300/compiler: fix assertion failure in the r500-fragprog emission path by Marek Olšák · 14 years ago
  35. f0491c9 docs: remove the 'Last updated date' by Brian Paul · 14 years ago
  36. 6fed3a9 glapi: Fix aliases to non-static functions. by Chia-I Wu · 14 years ago
  37. 41a87a4 glapi: Correctly generate static disatches for X86. by Chia-I Wu · 14 years ago
  38. 7e6e049 r300g: remove hacks from translate_vertex_data_swizzle by Marek Olšák · 14 years ago
  39. 73060ec drivers/x11: add PUBLIC qualifier to more API functions by Brian Paul · 14 years ago
  40. 062a208 intel: Use bit-wise not instead of logical not (i830 path) by Ian Romanick · 14 years ago
  41. 689e4b5 intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs. by Ian Romanick · 14 years ago
  42. fda5078 Use bit-wise not instead of logical not. by Ian Romanick · 14 years ago
  43. b7e8039 st/mesa: s/unpack/pack/ to be more consistent by Brian Paul · 14 years ago
  44. 38bd728 intel: Call _mesa_make_current() after getting initial buffers by Kristian Høgsberg · 14 years ago
  45. 05a980a cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATE by Brian Paul · 14 years ago
  46. 6dd4054 cell: be more conservative in cell_is_format_supported() by Brian Paul · 14 years ago
  47. 1bfc314 st/mesa: fix glCopyPixels bugs/crashes when src region need clipping by Brian Paul · 14 years ago
  48. c492227 mesa: rename params in prototype to match implementation by Brian Paul · 14 years ago
  49. 3828910 swrast: remove unused compute_coveragei() function by Brian Paul · 14 years ago
  50. a29c794 i965: Fix ENDLOOP to only patch up this loop's BREAK and CONT. by Eric Anholt · 14 years ago
  51. 42e0e86 i965: Unalias all GLSL source regs from the destination regs used. by Eric Anholt · 14 years ago
  52. d24f59d i965: Fix nested loops in the VS. by Eric Anholt · 14 years ago
  53. 009392f i965: Fix up VP constbuf leak on program delete. by Eric Anholt · 14 years ago
  54. 1254d3d i965: Fix up the handling of point sprite coordinate replacement. by Eric Anholt · 14 years ago
  55. 837f003 i965: Add support for the CMP opcode in the GLSL path. by Eric Anholt · 14 years ago
  56. 7ee4db5 i965: Fix the response len of masked sampler messages for 8-wide dispatch. by Eric Anholt · 14 years ago
  57. c1c9fad Remove nonexistant files from tarballs rule of Makefile by Ian Romanick · 14 years ago
  58. f0c3262 mesa: set version string to 7.8-rc1 by Ian Romanick · 14 years ago
  59. d320152 Correct GL_EQUIV code in r67/7xx. by Matthew W. S. Bell · 14 years ago
  60. e9c2c4a radeon: Fix buffer object unmap to be called only once for dma buffers. by Pauli Nieminen · 14 years ago
  61. 346298c Replace _mesa_strtod with _mesa_strtof. by Marcin Baczyński · 14 years ago
  62. 63af29b mesa: Fix memory leak in decompress-with-blit. by Keith Whitwell · 14 years ago
  63. 8561bec vmwgfx/dri: Fix SCons build. by Michel Dänzer · 14 years ago
  64. 51a5189 st/dri: Always try to set up R5G6B5 configs. by Michel Dänzer · 14 years ago
  65. 4b598ce dri/r700: include shader/programopt.h instead of programopt.c. by Luc Verhaegen · 14 years ago
  66. 9b81103 Add programs to .gitignore in redbook by Jeff Smith · 14 years ago
  67. 3aa8692 Add programs to .gitignore in xdemos by Jeff Smith · 17 years ago
  68. 9787060 Add -L$(libdir) for xdemos and egl so that the right libX11 is found by Jeff Smith · 14 years ago
  69. fab1f07 Grammar and spelling fixes by Jeff Smith · 16 years ago
  70. 39c2d3e radeon: Fix memory leaks from early return. by Vinson Lee · 14 years ago
  71. 5d5c524 st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/ by Brian Paul · 14 years ago
  72. c472ce5 st/mesa: fix st_set_framebuffer_surface() state validation by Brian Paul · 14 years ago
  73. 683a099 st/xorg: Fixup configure by Jakob Bornecrantz · 14 years ago
  74. bff128f ARB prog parser: added (float) casts and regenerate files by Brian Paul · 14 years ago
  75. 54af542 st/xorg: Include cursorstr.h by Jakob Bornecrantz · 14 years ago
  76. 60121c4 windows: fix compilation errors and warnings by Karl Schultz · 14 years ago
  77. 7439f39 windows: Quiet warning by not defining YY_NO_UNISTD_H. by Karl Schultz · 14 years ago
  78. b60aa25 st/mesa: fix incorrect glCopyPixels between window/FBO by Brian Paul · 14 years ago
  79. c78ac7f st/mesa: fix incorrect glDrawPixels into FBO by Brian Paul · 14 years ago
  80. 766d90f st/xorg: Work around cursor reference counting bugs in older X servers. by Michel Dänzer · 14 years ago
  81. ffd625d radeon: don't attempt to use alternate blit formats for depth buffers by Alex Deucher · 14 years ago
  82. e1762fb softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear() by Brian Paul · 14 years ago
  83. 80dc54e st/mesa: don't detach renderbuffer, surface in st_finish_render_texture() by Brian Paul · 14 years ago
  84. df9bf78 r600: enable GL_ARB_pixel_buffer_object by Alex Deucher · 14 years ago
  85. fe25bee mesa: add additional missing z formats for render to texture by Brian Paul · 14 years ago
  86. 9458c20 radeon/r200/r600: allow src and dst BOs to be placed in GTT during blit by Alex Deucher · 14 years ago
  87. d7ad1b8 radeon/r200/r600: reset bos when validating buffers during blit by Alex Deucher · 14 years ago
  88. c65235f r600: recalculate point size, if point min/max size changes by Alex Deucher · 14 years ago
  89. d18b302 r600: no need to flush on context init by Alex Deucher · 14 years ago
  90. b3b6bd5 r300: don't enable EXT_packed_depth_stencil by Maciej Cencora · 14 years ago
  91. 29e02c7 radeon: no need to emit full state twice after flush by Maciej Cencora · 15 years ago
  92. 4572ae1 r300: allow src and dst BOs to be placed in GTT during blit by Maciej Cencora · 14 years ago
  93. 62b3321 r300: reset bos when validating buffers during blit by Maciej Cencora · 14 years ago
  94. 8ccd83a radeon: fallback to software in glCopyTexImage if blit isn't available by Maciej Cencora · 14 years ago
  95. 2872c1c r300: VAP flush is needed only when vertex program or constants are changed by Maciej Cencora · 14 years ago
  96. 77ed4d1 r300: recalculate point size, if point min/max size changes by Maciej Cencora · 14 years ago
  97. 44d92d4 r300: no need to flush on context init by Maciej Cencora · 14 years ago
  98. b1ab15c r300: remove unnecessary code by Maciej Cencora · 14 years ago
  99. 26aa870 mesa: add render-to-texture case for MESA_FORMAT_S8_Z24 by Brian Paul · 14 years ago
  100. 614f490 mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbuffer by Brian Paul · 14 years ago