1. 3c0dc82 gallium: Use util_blit_pixels() for glCopyTexSubImage when appropriate. by Michel Dänzer · 17 years ago
  2. 96cfd80 gallium: Add draw_pt_varray.c to scons build. by Michel Dänzer · 17 years ago
  3. 2325d19 tgsi: fix compile when HIGH_PRECISION not defined by Keith Whitwell · 17 years ago
  4. 14cfcb1 draw: no need to special-case elts/get_elts for varray frontend by Keith Whitwell · 17 years ago
  5. 4e46e6f draw: remove unused vars by Keith Whitwell · 17 years ago
  6. 992d0b9 frontend for rendering without elts by Zack Rusin · 17 years ago
  7. a7ce6d3 scons: More windows userspace fixes. by José Fonseca · 17 years ago
  8. d7b523b gallium: Tell the driver the texture is updated when we finish rendering to it. by Michel Dänzer · 17 years ago
  9. b06cd4d gallium: Windows user mode portability fixes. by José Fonseca · 17 years ago
  10. dacfef1 gallium: New configuration header. by José Fonseca · 17 years ago
  11. 35460fc scons: Teach scons about user-land windows. by José Fonseca · 17 years ago
  12. b4c7a48 gallium: fix an edgeflags crash by Brian Paul · 17 years ago
  13. 2926e59 draw: remove old assignment of edgeflag value by Keith Whitwell · 17 years ago
  14. ef68301 gallium: initial edgeflags code by Brian Paul · 17 years ago
  15. 9816531 gallium: plug in softpipe_set_edgeflags() function by Brian Paul · 17 years ago
  16. 909894e gallium: comments by Brian Paul · 17 years ago
  17. da8312a draw: default edgeflag should be one by Keith Whitwell · 17 years ago
  18. bceebff gallium: disable the bitmap/texcoord bias by Brian Paul · 17 years ago
  19. 72c8d2f mesa: adjust glBitmap coords by a small epsilon by Brian Paul · 17 years ago
  20. a770d40 gallium: use cso_destroy_vertex/fragment_shader() functions by Brian Paul · 17 years ago
  21. 386102c gallium: make cso_release_all() public by Brian Paul · 17 years ago
  22. a418049 gallium: minor clean-ups, comments by Brian Paul · 17 years ago
  23. ac79532 gallium: tweak the new shader delete funcs by Brian Paul · 17 years ago
  24. f2c3125 gallium: added cso_delete_vertex_fragment_shader() functions by Brian Paul · 17 years ago
  25. 35dc003 gallium: Make sure the size of non-existent storage components is set to 0. by Michel Dänzer · 17 years ago
  26. cefa367 i915: Fix for wrong texture in texobj with VBUF by Jakob Bornecrantz · 17 years ago
  27. d712eea translate: Actually return a value from translate_cache_create(). by Michal Krol · 17 years ago
  28. 63e6e33 trivial: simple edgeflag test by Keith Whitwell · 17 years ago
  29. f93332d draw: handle edgeflags and reset-line-stipple again by Keith Whitwell · 17 years ago
  30. dddedd9 xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size updates fail by Keith Whitwell · 17 years ago
  31. 7333578 gallium: Initial support for pixel formats with unused storage components. by Michel Dänzer · 17 years ago
  32. bb4f8ae gallium: reorder code to fix a recursive flush by Brian Paul · 17 years ago
  33. 14d1ca8 gallium: fix issues in recursive flushing by Brian Paul · 17 years ago
  34. 8437f5c gallium: fix comments by Brian Paul · 17 years ago
  35. bff371c gallium: fix comments, whitespace changes by Brian Paul · 17 years ago
  36. 3f6242d gallium: passthrough tri, not point by Brian Paul · 17 years ago
  37. 95f8f88 Add translate cache to fetch_emit stage and add out of memory by Zack Rusin · 17 years ago
  38. 5fcd84a Create a sharable translate_cache and use it. by Zack Rusin · 17 years ago
  39. ba47aab gallium: fix potential divide by zero in fog computation by Brian Paul · 17 years ago
  40. 5d873c8 gallium: additional debug code by Brian Paul · 17 years ago
  41. 809bc8f gallium: move logicop test outside of loop by Brian Paul · 17 years ago
  42. 2221cb9 gallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE by Brian Paul · 17 years ago
  43. 76d39f0 gallium: more vertex debug code by Brian Paul · 17 years ago
  44. e1180c2 fix the simple hash finding function and use it by Zack Rusin · 17 years ago
  45. 4f93a3a gallium: Fix texture refcount leak. by José Fonseca · 17 years ago
  46. a75a3df pipebuffer: New function to flush the buffer cache. by José Fonseca · 17 years ago
  47. 53cf833 gallium: Add extern "C" to the headers. by José Fonseca · 17 years ago
  48. 333976c gallium: fix broken hashing for vertex translation by Brian Paul · 17 years ago
  49. 43be7a4 draw: remove stupid debug (Keith) by Keith Whitwell · 17 years ago
  50. d6a9659 draw: add missing break (Jakob) by Keith Whitwell · 17 years ago
  51. 1e3087cd mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c by Keith Whitwell · 17 years ago
  52. 6fc530c fix non-i386 builds by Ben Skeggs · 17 years ago
  53. 72fd5b9 gallium: added a flushing_vcache flag, test in draw_do_flush() by Brian Paul · 17 years ago
  54. 91e37b7 gallium: fix bad logic in bind_pstip_fragment_shader(): use &&, not || by Brian Paul · 17 years ago
  55. 33f3938 gallium: fix some bitmap frag shader issues by Brian Paul · 17 years ago
  56. 1977fbf gallium: don't set buffer status to undefined in display_front_buffer() by Brian Paul · 17 years ago
  57. 36feb5e In case the 'func' is deleting the state move the iterator before calling it. by Zack Rusin · 17 years ago
  58. d8f2e40 Fix a crash. Rasterizer can be null by Zack Rusin · 17 years ago
  59. f088b53 Cache translate's structs for emits and fetches. by Zack Rusin · 17 years ago
  60. 500c41b Fix reporting of clipped vertices. by Zack Rusin · 17 years ago
  61. 22cbf6a gallium: setup an identity viewport by Brian Paul · 17 years ago
  62. 0939a98 gallium: update comment about bypass clipping/viewport by Brian Paul · 17 years ago
  63. aaa4321 gallium: setup an identity viewport by Brian Paul · 17 years ago
  64. 465bc94 gallium: move the vertex print/debug code by Brian Paul · 17 years ago
  65. 8f4f89c gallium: remove assertions by Brian Paul · 17 years ago
  66. b456f13 gallium: st_translate_fragment_program() is void now by Brian Paul · 17 years ago
  67. 4ebede8 Revert "softpipe: squash warning" by Keith Whitwell · 17 years ago
  68. 0588858 draw: allow drivers to query pipeline state more easily by Keith Whitwell · 17 years ago
  69. 1f0f029 softpipe: squash warning by Keith Whitwell · 17 years ago
  70. 88f8eed cso: fix vs/fs confusion by Keith Whitwell · 17 years ago
  71. f9b1d47 softpipe: do something sensible on an error path, squash warning by Keith Whitwell · 17 years ago
  72. fd4acd6 gallium: How about restoring shaders instead of saving them again... by Michel Dänzer · 17 years ago
  73. 57b85e1 gallium: Don't link x86sse.c into libmesa.a. by Michel Dänzer · 17 years ago
  74. b4b3a73 pipebuffer: Temporarily allow simultaneous CPU writes. by José Fonseca · 17 years ago
  75. 57987ea draw: disable broken edgeflag code - didn't work & was killing performance by Keith Whitwell · 17 years ago
  76. 6a9f662 xlib: shortcircuit no-op makecurrent by Keith Whitwell · 17 years ago
  77. d07ed92 xlib: implement SP_NO_RAST env var by Keith Whitwell · 17 years ago
  78. a5b87f2 softpipe: implement SP_NO_RAST env var by Keith Whitwell · 17 years ago
  79. 09b6686 softpipe: make NUM_ENTRIES 32 so that div/mods are easier by Keith Whitwell · 17 years ago
  80. 83fec37 cso: Fix build on Win32. by Michal Krol · 17 years ago
  81. ed187d3 make the api consistent (all set functions return pipe_error status) by Zack Rusin · 17 years ago
  82. 0879237 handle some of the possible allocation failures within the hash itself by Zack Rusin · 17 years ago
  83. 9fe6392 initial stab at error handling in cso by Zack Rusin · 17 years ago
  84. 9a0e686 cso: disable not-really-working cso_set_*_shader() funcs by Keith Whitwell · 17 years ago
  85. e406ad5 draw: squash a couple of memory leaks by Keith Whitwell · 17 years ago
  86. 01dfa6c use cso fs/vs handle functions by Keith Whitwell · 17 years ago
  87. 1dc5e56 cso: provide functions to bind fs/vs handles directly by Keith Whitwell · 17 years ago
  88. c2afa18 mesa: remove st_cache.c by Keith Whitwell · 17 years ago
  89. fb1c093 Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g. by Zack Rusin · 17 years ago
  90. a945420 rtasm: debug some missing funcs by Keith Whitwell · 17 years ago
  91. 73706de rtasm: quieten sse_enabled debug by Keith Whitwell · 17 years ago
  92. 73c2711 rtasm: clean up debug dumping a little by Keith Whitwell · 17 years ago
  93. 785831f cso: propogate one easy error - many more by Keith Whitwell · 17 years ago
  94. d3db46e translate: fail on x86 rtasm fail by Keith Whitwell · 17 years ago
  95. b17e123 rtasm: propogate errors in x86 emit by Keith Whitwell · 17 years ago
  96. 65efe80 gallium: Use CSO cache for shaders. by Michel Dänzer · 17 years ago
  97. 0824fb1 actually write the results by Zack Rusin · 17 years ago
  98. 30b4dc2 draw: more propogation -- pstipple stage. by Keith Whitwell · 17 years ago
  99. 0d4ece4 draw: propogate lots of errors by Keith Whitwell · 17 years ago
  100. 0cd90a9 draw: propogate errors out of aapoint stage by Keith Whitwell · 17 years ago