1. 0718c77 llvmpipe: work on clears and coefficients by Keith Whitwell · 15 years ago
  2. 21489d2 llvmpipe: Remove quad headers. by José Fonseca · 15 years ago
  3. df8cedf llvmpipe: Adjust interpolation coeffs declaration. by José Fonseca · 15 years ago
  4. 7ef3617 llvmpipe: Call lp_rast_shade_quads from tri rasterizer. by José Fonseca · 15 years ago
  5. 07ee87e llvmpipe: Fix typo. by José Fonseca · 15 years ago
  6. c7227f4 llvmpipe: rast_tri updates by Keith Whitwell · 15 years ago
  7. 86dba3e llvmpipe: Final adjustments to rasterizer methods. by José Fonseca · 15 years ago
  8. f927876 llvmpipe: More assorted build fixes. by José Fonseca · 15 years ago
  9. ab76b2a llvmpipe: Complete more rasterizer methods.. by José Fonseca · 15 years ago
  10. 35a90e6 llvmpipe: Assorted build fixes. by José Fonseca · 15 years ago
  11. 37b86aa llvmpipe: Implement some of the rasterizer functions. by José Fonseca · 15 years ago
  12. 1caa262 llvmpipe: start cleaning up by Keith Whitwell · 15 years ago
  13. d0c918b llvmpipe: remove some old sampler support structs by Keith Whitwell · 15 years ago
  14. 9215841 llvmpipe: Fix up lp_rast_shade_quads. by José Fonseca · 15 years ago
  15. 5974b80 llvmpipe: Remove dead files from SConscript. by José Fonseca · 15 years ago
  16. ce7ac8e llvmpipe: Update lp_setup_clear invocation. by José Fonseca · 15 years ago
  17. ee3383b llvmpipe: Update more copyright headers. by José Fonseca · 15 years ago
  18. 6b65685 llvmpipe: remove tex tile cache and related code by Keith Whitwell · 15 years ago
  19. d2e2b75 llvmpipe: rewrite llvmpipe_clear() by Keith Whitwell · 15 years ago
  20. 9312104 llvmpipe: wip me harder by Keith Whitwell · 15 years ago
  21. d614ced llvmpipe: Update includes and copyright headers. by José Fonseca · 15 years ago
  22. 46df37e llvmpipe: Update SConscript. by José Fonseca · 15 years ago
  23. a6676d8 llvmpipe: Add the rast -> jit shader glue. by José Fonseca · 15 years ago
  24. 5e13dfe llvmpipe: whip out the intra-tile code from lp_setup_tri.c by Keith Whitwell · 15 years ago
  25. e529170 llvmpipe: more wipping by Keith Whitwell · 15 years ago
  26. 89498d0 llvmpipe: import experimental softpipe rasterizer code, wip binning code by Keith Whitwell · 15 years ago
  27. 0083d2e i915g: Fix MSVC build. by Vinson Lee · 15 years ago
  28. 2b9418b softpipe: new comments by Brian Paul · 15 years ago
  29. 0fb71be softpipe: whitespace and comment fixes by Brian Paul · 15 years ago
  30. 9a0ff33 softpipe: prefix non-static functions with sp_ by Brian Paul · 15 years ago
  31. cf6209b r300compiler: fix scons build again by Joakim Sindholt · 15 years ago
  32. 7ca7220 Merge branch 'master' into r300g-glsl by Nicolai Hähnle · 15 years ago
  33. 5b4c0b8 Merge branch 'mesa_7_6_branch' by Nicolai Hähnle · 15 years ago
  34. 9fde81b shader_api: Fix bounds checking of glUniform and glUniformMatrix by Nicolai Hähnle · 15 years ago
  35. ae35159 prog_parameter: Document the fact that Size may be > 4 by Nicolai Hähnle · 15 years ago
  36. 3f5a316 util: do some more util_blit_pixels cases without temporaries by Keith Whitwell · 15 years ago
  37. c0de2ed mesa/st: add missing mesa constant file name by Keith Whitwell · 15 years ago
  38. 2ef1aae st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions by Brian Paul · 15 years ago
  39. cdcd9da docs: fix glXQueryDrawable() bugs by Brian Paul · 15 years ago
  40. c3eef60 mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
  41. 0526100 gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
  42. f36425b progs/xdemos: test glXQueryDrawable() by Brian Paul · 15 years ago
  43. 846a6b0 progs/xdemos: fix swapped parameters to CreatePbuffer() by Brian Paul · 15 years ago
  44. de81b2c st/dri: Add missing front buffer case in dri_get_buffers(). by Michel Dänzer · 15 years ago
  45. edbaa71 swrast: s/GLfloat/GLuint/ in bzero() by Brian Paul · 15 years ago
  46. 14f21c7 swrast: add missing returns by Brian Paul · 15 years ago
  47. 4b3cbec progs/test: Fix MSVC build. by Vinson Lee · 15 years ago
  48. e3fff3d mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension() by Brian Paul · 15 years ago
  49. f9904ed gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension() by Brian Paul · 15 years ago
  50. 0f0127f i915g: Use buffer write instead of map for lit vertices by Jakob Bornecrantz · 15 years ago
  51. f8ba93a i915g: Change order of buffer_write arguments by Jakob Bornecrantz · 15 years ago
  52. 030723f i915g: Disable vbuf fifo and minor commenting of vbuf code by Jakob Bornecrantz · 15 years ago
  53. aec2c01 nv04-nv40: Fix swizzle transfers for NPOT sizes. by Younes Manton · 15 years ago
  54. 9c778a9 progs/tests: fix MSVC build. by Vinson Lee · 15 years ago
  55. 57abb76 r300/compiler: Fix R300 vertex program dumps by Nicolai Hähnle · 15 years ago
  56. bcfba13 r300/compiler: Fix yet another regression in register allocation by Nicolai Hähnle · 15 years ago
  57. a09bd68 r300/compiler: Fix a really stupid logic inversion in the generic dataflow code by Nicolai Hähnle · 15 years ago
  58. 9e42f0e r300/compiler: Fix regression in pair scheduling by Nicolai Hähnle · 15 years ago
  59. 017fae0 progs/perf: Fix MSVC build. by Vinson Lee · 15 years ago
  60. ec58dac r600: r700PredictRenderSize can flush, so move index buffer setup after it by Andre Maasikas · 15 years ago
  61. 340436d nv50: fix segfault when there's gaps in enabled texture units by Ben Skeggs · 15 years ago
  62. 4911443 nouveau: fix buffer object leak by Ben Skeggs · 15 years ago
  63. db8b363 i915g: Add more defines to tweek batchbuffer by Jakob Bornecrantz · 15 years ago
  64. ce3c2b5 i915g: Tweek vertexbuffer size by Jakob Bornecrantz · 15 years ago
  65. 722ae91 i965g: remove 965/brw files from XLIB_WINSYS_SOURCES by Brian Paul · 15 years ago
  66. 55770d0 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  67. 79892e7 intel: use driReadDrawable in do_copy_texsubimage() by Brian Paul · 15 years ago
  68. 3b7ec94 intel: use driReadDrawable, not driDrawable in do_blit_readpixels() by Brian Paul · 15 years ago
  69. 3b29dcb intel: remove a buffer equality test in _mesa_make_current() by Brian Paul · 15 years ago
  70. f00da2a i915g: Drop the simple sufix by Jakob Bornecrantz · 15 years ago
  71. c4b821a i965g: Drop i965simple by Jakob Bornecrantz · 15 years ago
  72. 1f39d59 r300g: fix scons build by Joakim Sindholt · 15 years ago
  73. a8768bb mesa: fix return value when clipping {Read,Draw}Pixels height <= 0 by Brian Paul · 15 years ago
  74. a15d9ca Fix building of GLSL demos which use M_PI by Jon TURNEY · 15 years ago
  75. 6971be7 util: Improve the cpuid assembly. by José Fonseca · 15 years ago
  76. 75e0a37 mesa: Copy textures' base format into wrapper renderbuffer. by José Fonseca · 15 years ago
  77. b02ef74 mesa/st: add ST_DEBUG environment variable by Keith Whitwell · 15 years ago
  78. 6a08518 util: add lost code to util_make_fragment_tex_shader_writemask() by Keith Whitwell · 15 years ago
  79. 0b032ea r600: update vertex program selection for draw path by Andre Maasikas · 15 years ago
  80. 43750f1 Use _mesa_select_tex_image() rather than hardcoding face 0. by Michel Dänzer · 15 years ago
  81. d47de50 st/dri: avoid segfault if we can't get a pixmap's buffers by Ben Skeggs · 15 years ago
  82. 7bfc317 nv50: support PIPE_FORMAT_X8R8G8B8_UNORM by Ben Skeggs · 15 years ago
  83. 5313f1b nouveau: return pitch value from local_handle_from_texture() by Ben Skeggs · 15 years ago
  84. 7aeaca3 mesa: fix return value when clipping {Read,Draw}Pixels height <= 0 by Ben Skeggs · 15 years ago
  85. 1336989 st/dri: no need to request fake front buffer, only handle it being returned by Ben Skeggs · 15 years ago
  86. 3856c3c r200: remove subpixel offset from viewport by Frederic Crozat · 15 years ago
  87. 7a2271c util: Make assert a no-op on non-debug builds. by José Fonseca · 15 years ago
  88. 77ef705 llvmpipe: Ensure tile cache transfers are mapped before flushing it. by José Fonseca · 15 years ago
  89. 589ec33 llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv. by José Fonseca · 15 years ago
  90. 7a7dfb0 util: Fix cpuid invocation for x86_64. by José Fonseca · 15 years ago
  91. eb2e41f llvmpipe: Remove loop testing from format testing. by José Fonseca · 15 years ago
  92. 10981c0 llvmpipe: Match header's protection macro with filename. by José Fonseca · 15 years ago
  93. cd0a396 llvmpipe: Adjust format assertion. by José Fonseca · 15 years ago
  94. a6b300a r300/compiler Add support for more of the Sxx set instructions by Nicolai Hähnle · 15 years ago
  95. 12e89e0 r300/compiler: Emit flow control instructions and ALU result writes on R500 by Nicolai Hähnle · 15 years ago
  96. 2a929a0 r300g: xRGB and RGBx formats. by Corbin Simpson · 15 years ago
  97. a30560e r300/compiler: Refactor the radeon_pair code to support control flow instructions by Nicolai Hähnle · 15 years ago
  98. 9951354 r300/compiler: Refactor to allow different instruction types by Nicolai Hähnle · 15 years ago
  99. e6b137d r300/compiler: Introduce aluresult register for branch operation support by Nicolai Hähnle · 15 years ago
  100. f194d27 intel: Suppress a compiler warning for an pointer->int cast by Chris Wilson · 15 years ago