1. 086a561 cell: updates in response to draw's struct vertex_info changes by Brian Paul · 16 years ago
  2. 3a3801c Merge commit 'origin/master' into gallium-0.2 by Keith Whitwell · 16 years ago
  3. d7f1cb5 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  4. 7ac1fc7 cell: fix incorrect bitmask in spe_load_uint() by Brian Paul · 16 years ago
  5. 02aea66 mesa: toggle colormask values with r/g/b keys in tri-mask-tri.c by Brian Paul · 16 years ago
  6. 583098e cell: implement basic TXP instruction in fragment shaders by Brian Paul · 16 years ago
  7. f6e806a mesa: simple multiple textures test by Brian Paul · 16 years ago
  8. c201e35 cell: better immediate value allocation, better comments by Brian Paul · 16 years ago
  9. b968979 cell: massage the emit functions to get better instruction scheduling by Brian Paul · 16 years ago
  10. 2a3fa97 cell: more accurate comments by Brian Paul · 16 years ago
  11. ca52249 gallium: silence warning by Alan Hourihane · 16 years ago
  12. f7556fd mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM by Brian Paul · 16 years ago
  13. db9de99 Gallivm: cleanup soa storage. by Stephane Marchesin · 16 years ago
  14. 7216679 i965: Accelerate depth textures with border color. by Eric Anholt · 16 years ago
  15. 9122148 i965: Actually hook up the accelerated DrawPixels support. by Eric Anholt · 16 years ago
  16. 9aec128 i915: Accelerate depth textures with border color. by Eric Anholt · 16 years ago
  17. d48a92e cell: implement function calls from shader code. fslight demo runs now. by Brian Paul · 16 years ago
  18. a4e4774 cell: implement more built-in shader functions, link spu code with -lm by Brian Paul · 16 years ago
  19. feb5a26 cell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS by Brian Paul · 16 years ago
  20. 5c57cbe gallium: asst. clean-ups by Brian Paul · 16 years ago
  21. 73d00b9 gallium: better instruction printing for SPE code by Brian Paul · 16 years ago
  22. 5c4bd76 mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into account by Brian Paul · 16 years ago
  23. a71b1af mesa: vertex emit debug code (disabled) by Brian Paul · 16 years ago
  24. 5462d44 mesa: fix vertex format/attribute bug by Brian Paul · 16 years ago
  25. 902727b mesa: Pass the context to query object delete cb to avoid null dereference. by Eric Anholt · 16 years ago
  26. c157cfc i965: Add ARB_occlusion_query support. by Eric Anholt · 16 years ago
  27. fc19536 intel: Push flushing for cliprects changes down into the cliprects changes. by Eric Anholt · 16 years ago
  28. 94d3a30 i965: Fix a potential assertion failure. by Xiang, Haihao · 16 years ago
  29. 7cb723a mesa: pass 'mask', not NULL to renderbuffer->Put functions by Brian Paul · 16 years ago
  30. b99c39e mesa: use the shaderutil.c helper functions by Brian Paul · 16 years ago
  31. 800c350 cell: add support for fragment shader constant buffers by Brian Paul · 16 years ago
  32. ce41656 cell: fix incorrect extended swizzle term code in get_src_reg() by Brian Paul · 16 years ago
  33. 3008657 cell: fix formatting by Brian Paul · 16 years ago
  34. e561058 cell: remove old code by Brian Paul · 16 years ago
  35. a0809c5 Gallivm: reorder the functions alphabetically so I can work on it. by Stephane Marchesin · 16 years ago
  36. 8463ddb Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/mesa/mesa into gallium-0.2 by Stephane Marchesin · 16 years ago
  37. 6f29c2f Progs: hook the glsl identity example into the makefile. by Stephane Marchesin · 16 years ago
  38. be3c070 cell: memset() key to zero by Brian Paul · 16 years ago
  39. 44799c3 cell: use new keymap to save/re-use fragment ops code by Brian Paul · 16 years ago
  40. f192ad5 gallium: added general-purpose key->data map/lookup container by Brian Paul · 16 years ago
  41. 4f1dafa Mesa: fix the case where there are no vertex attributes. by Stephane Marchesin · 16 years ago
  42. 4ccbee2 Progs: add a trivial glsl test, useful for gallium driver bringup/debug. by Stephane Marchesin · 16 years ago
  43. 85e578b Gallivm: don't say hello, it's rude. by Stephane Marchesin · 16 years ago
  44. ba86520 Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/mesa/mesa into gallium-0.2 by Stephane Marchesin · 16 years ago
  45. 94ba48b Gallivm: fix the constant layout, this gets a bunch of progs/ working. Notably, gears doesn't. by Stephane Marchesin · 16 years ago
  46. 1ec78df trivial: add more vp tests by Keith Whitwell · 16 years ago
  47. 239617f mesa: replace GLuint with GLbitfield to be clearer about usage by Brian Paul · 16 years ago
  48. 23cc303 draw: don't assume output buffer pointer is aligned by Keith Whitwell · 16 years ago
  49. 4070dba mesa: update state after binding vertex list in dlist path by Keith Whitwell · 16 years ago
  50. a381c9e trivial: exercise vertprog sligtly by Keith Whitwell · 16 years ago
  51. 6ff1cf5 mesa: protect against segfault in get_fp_input_mask() by Keith Whitwell · 16 years ago
  52. c48da7d draw: add switch for drivers to force vertex data passthrough by Keith Whitwell · 16 years ago
  53. 23e62c9 mesa: remove old assertion by Brian Paul · 16 years ago
  54. 4d7394f gallium: Introduce PIPE_ARCH_SSE define for SSE support. by José Fonseca · 16 years ago
  55. f7ee3c9 gallium: replace assertion with conditional/recovery code by Brian · 16 years ago
  56. d055b2c mesa: fix convolve/convolution mix-ups by Brian · 16 years ago
  57. 4f4147e mesa: fix convolve/convolution mix-ups by Brian · 16 years ago
  58. f8baad2 mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!=GL_NONE by Brian Paul · 16 years ago
  59. 8e8208d Mesa: fix the case where there are no vertex attributes. by Stephane Marchesin · 16 years ago
  60. 6e34fc0 mesa: adjust texcoords for swrast sprite points. by Brian Paul · 16 years ago
  61. 145d498 mesa: fix static library construction by Brian Paul · 16 years ago
  62. b0ca50b mesa: updated _mesa_delete_query() comments by Brian Paul · 16 years ago
  63. f362788 mesa: add missing GLcontext param to _mesa_delete_query(). by Brian Paul · 16 years ago
  64. 382911b mesa: add missing GLcontext param to _mesa_delete_query(). by Brian Paul · 16 years ago
  65. 9b82701 draw: Fix compiler errors on Windows. by Michal Krol · 16 years ago
  66. 7053f8c rtasm: fix debug build by Keith Whitwell · 16 years ago
  67. 53d4706 make draw's vertex_info struct smaller/quicker to compare with memcmp() by Keith Whitwell · 16 years ago
  68. 91d0020 i915: Refine the texture indirect lookup accounting. by Eric Anholt · 16 years ago
  69. 0370d6b mesa: handle vertex program enabled case also in texenvprogram.c by Keith Whitwell · 16 years ago
  70. afaa530 CELL: changes to generate SPU code for stenciling by Robert Ellison · 16 years ago
  71. db9ba91 intel: Don't advertise unsupported extensions on pre-965 hardware by Ian Romanick · 16 years ago
  72. 1680ef8 mesa: avoid generating constant vertex attributes in fixedfunc programs by Keith Whitwell · 16 years ago
  73. d63a36e Mesa: short-circuit case when looking up the same program twice in cache by Keith Whitwell · 16 years ago
  74. fa1b533 mesa: add new internal state for tracking current vertex attribs by Keith Whitwell · 16 years ago
  75. 0e008d3 mesa: add missing state dependencies for various tracked constants by Keith Whitwell · 16 years ago
  76. 6280e33 mesa: shrink texenvprogram state key struct by Keith Whitwell · 16 years ago
  77. 6965532 rtasm: add sse_movntps by Keith Whitwell · 16 years ago
  78. 22eb067 draw: modify prefetching slightly by Keith Whitwell · 16 years ago
  79. 21f98ad draw: don't keep refetching constant inputs by Keith Whitwell · 16 years ago
  80. 66d4beb rtasm: add prefetch instructions by Keith Whitwell · 16 years ago
  81. a15699c draw: add streamlined paths for fetching linear verts by Keith Whitwell · 16 years ago
  82. a77976d mesa: Fix compiler warnings on Windows. by Michal Krol · 16 years ago
  83. 8bdb4d2 Gallivm: add slt. glxgears should be running, except it isn't. by Stephane Marchesin · 16 years ago
  84. 3f4b67f Gallivm: port to llvm 2.4. by Stephane Marchesin · 16 years ago
  85. fdcaf56 Gallivm: fix off-by-one. by Stephane Marchesin · 16 years ago
  86. 9859edc Gallivm: need to link with libstdc++ for llvm. by Stephane Marchesin · 16 years ago
  87. 0116ea3 Gallivm: more instructions. by Stephane Marchesin · 16 years ago
  88. 3f477e1 Gallivm: make it compile again, add some opcodes. by Stephane Marchesin · 16 years ago
  89. 5620c20 mesa: fix temp register allocation problems. by Brian Paul · 16 years ago
  90. 2cb213f egl: check for null ptr/name by Brian Paul · 16 years ago
  91. 5b60d6d egl: remove space after -L flag by Brian Paul · 16 years ago
  92. 918a444 draw: modify prefetching slightly by Keith Whitwell · 16 years ago
  93. af9cfea draw: don't keep refetching constant inputs by Keith Whitwell · 16 years ago
  94. 102daee rtasm: add prefetch instructions by Keith Whitwell · 16 years ago
  95. dd7e5a4 draw: add streamlined paths for fetching linear verts by Keith Whitwell · 16 years ago
  96. 4741dbc Unify ARB_depth_texture and SGIX_depth_texture by Ian Romanick · 16 years ago
  97. 17fdd1a i965: sampler default color ends up in texture cache, not instructions. by Eric Anholt · 16 years ago
  98. df6ae3f i965: Fix overwriting of depth override for SetTexOffset. by Eric Anholt · 16 years ago
  99. 266c5f5 mesa: Fix compiler warnings on Windows. by Michal Krol · 16 years ago
  100. 23e325e Add -msse and -msse2 to the *-x86 configs. by José Fonseca · 16 years ago