1. 58a3d7d Revamp scons usage. by José Fonseca · 16 years ago
  2. e8de5c7 Bring in several forgotten MSVC fixes. by José Fonseca · 16 years ago
  3. bed547c Fix typo. by José Fonseca · 16 years ago
  4. aec315f gallium: fix a state validation bug found w/ pointblast.c by Brian · 16 years ago
  5. e9276ef gallium: fix bug in which wide point stage overrode the aapoint stage by Brian · 16 years ago
  6. c74900e gallium/i915: overhaul of fragment shader compilation, constant/immediate allocation by Brian · 16 years ago
  7. 8cd7c1d i915: include stdio.h by Brian · 16 years ago
  8. 24f3d7d i915: include p_debug.h (resolves undefined assert()) by Brian · 16 years ago
  9. 12c14c3 gallium: fix brokenb build by Brian · 16 years ago
  10. 0bb5370 cell: added function prototypes to silence warnings by Brian · 16 years ago
  11. b4d050f cell: fix build: s/dest/vertex/ by Brian · 16 years ago
  12. f1bef2c gallium: Countour MSVC's pickyness for structures returned by value. by José Fonseca · 16 years ago
  13. 901b03e gallium: Wrap decls in extern "C". by José Fonseca · 16 years ago
  14. 6c59723 gallium: Add cso convenience routine (from Keith's patch). by José Fonseca · 16 years ago
  15. 2cf860b gallium: MSVC fixes. by José Fonseca · 16 years ago
  16. e0de82f gallium: Fix build on Windows. by Michal Krol · 16 years ago
  17. 57060bc gallium: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
  18. 69a7c97 gallium: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
  19. 6f23827 gallium: Define intptr_t for Windows platform. by Michal Krol · 16 years ago
  20. 8828dd1 gallium: Move align_pointer() to p_pointer.h. by Michal Krol · 16 years ago
  21. f44b30f gallium: New file. by Michal Krol · 16 years ago
  22. 26c57d1 Avoid building problematic module/drivers on windows. by José Fonseca · 16 years ago
  23. 16245d9 Don't parse mesa's rtasm asm module. by José Fonseca · 16 years ago
  24. 446bfc3 gallium: new draw stage for polygon stipple. by Brian · 16 years ago
  25. eb4dc2d gallium: new AA point drawing stage by Brian · 16 years ago
  26. a93d8bf gallium: fill in some blend/rasterizer template fields to make sure they're all valid, even if not relevant by Brian · 16 years ago
  27. d4d2e36 gallium: comments, white-space clean-up by Brian · 16 years ago
  28. 20fbcbf [PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systems by Keith Whitwell · 16 years ago
  29. 4339744 [PATCH] gallium: include p_compiler.h for boolean defn by Keith Whitwell · 16 years ago
  30. 30479ef draw: vertex cache rework by Keith Whitwell · 16 years ago
  31. 1eaf7b7 tgsi: print debug messages on failure to codegenerate by Keith Whitwell · 16 years ago
  32. de5c64e Cell: Remove erroneous ALIGN16_ATTRIB attributes by Ian Romanick · 16 years ago
  33. 6dd47c2 Cell: Add spu_dcache.c to Makefile. by Ian Romanick · 16 years ago
  34. e78fc9f Cell: Initial scalar implementation of spu_dcache_mark_dirty by Ian Romanick · 16 years ago
  35. 2d1f086 Cell: Fix off-by-one error in spu_dcache_fetch_unaligned by Ian Romanick · 16 years ago
  36. 7c74037 Cell: Initial pass at unified data cache by Ian Romanick · 16 years ago
  37. 8be9bc0 gallium: include p_inlines.h by Brian · 16 years ago
  38. d3b7d26 gallium: s/pipe_reference_texture/pipe_texture_reference/ by Brian · 16 years ago
  39. 228f6b9 gallium: re-fix some msvc warnings by Brian · 16 years ago
  40. e523ef7 cell: use pipe_texture_reference() by Brian · 16 years ago
  41. 25ea190 gallium: replace some ordinary assignments with pipe_reference_texture() by Brian · 16 years ago
  42. fce61f3 gallium: fix bad ptr comparison by Brian · 16 years ago
  43. fd4bdd0 cell: rename cell_state_fs.c -> cell_state_shader.c by Brian · 16 years ago
  44. 6468347 cell: init shader-related functions in cell_init_shader_functions() by Brian · 16 years ago
  45. 9e57e70 cell: #includes to silence warnings by Brian · 16 years ago
  46. f6e1654 cell: plug in cell_set_sampler_texture by Brian · 16 years ago
  47. acd2253 Remove obsolete files replaced by cell_pipe_state.c by Brian · 16 years ago
  48. 9171e63 cell: put most simple state-setter functions in new cell_pipe_state.c file by Brian · 16 years ago
  49. 4eae65c gallium: re-org of i965 texture/surface code, functions by Brian · 16 years ago
  50. 882a4b5 gallium: minor re-org of 915 surface/texture code by Brian · 16 years ago
  51. d5640a2 gallium: new pipe->texture_update() function by Brian · 16 years ago
  52. 1d45787 gallium: mark texture object data dirty in do_copy_texsubimage() by Brian · 16 years ago
  53. 3ccbaa9 gallium: re-enable GenerateMipmap calls by Brian · 16 years ago
  54. 52e4c8d Test calling glTexSubImage2D mid-way through a frame. by Brian · 16 years ago
  55. 58edb06 gallium: state tracker didn't always notify drivers of texobj data changes by Brian · 16 years ago
  56. 22a0b85 gallium: use pipe_texture_reference() in sp_tile_cache_set_texture() by Brian · 16 years ago
  57. 49c3f3b gallium: general clean-up of xlib winsys Makefile by Brian · 16 years ago
  58. 75a4524 gallium: initialize the killmask register to zero before running shader by Brian · 16 years ago
  59. 4ec46e4 gallium: add some casts to prevent likely msvc warnings by Brian · 16 years ago
  60. a2c06c5 gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff() by Brian · 16 years ago
  61. b1c8fa5 gallium: implement correct sampling for RECT targets / unnormalized texcoords by Brian · 16 years ago
  62. 3e329ea gallium: updated cell build by Brian · 16 years ago
  63. d119931 Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build. by Ian Romanick · 16 years ago
  64. 66be281 Cell: emit vertex shaders and uniforms more intelligently by Ian Romanick · 16 years ago
  65. 4362c6e Cell: trivial clean-ups by Ian Romanick · 16 years ago
  66. 5480a6b Fix windows build. by José Fonseca · 16 years ago
  67. b62f0dd Portability fixes. by José Fonseca · 16 years ago
  68. d710a7c Windows (DDK) compilation support. by José Fonseca · 16 years ago
  69. b9da379 Remove src/mesa and src/mesa/main from gallium source include paths. by José Fonseca · 16 years ago
  70. 5d78212 Bring in ppc spe rtasm into gallium's rtasm module. by José Fonseca · 16 years ago
  71. b0eef0d Add run-time cpu capabilities detection stubs. by José Fonseca · 16 years ago
  72. 90b2beb Simplify makefile boilerplate code. by José Fonseca · 16 years ago
  73. f430d95 Use gallium's rtasm module. by José Fonseca · 16 years ago
  74. 17158c2 Move mm.c code into util module. by José Fonseca · 16 years ago
  75. d2f6c9a Add copyright headers to all rtasm source files. by José Fonseca · 16 years ago
  76. 39ea030 Rename rtasm files. by José Fonseca · 16 years ago
  77. df8ab31 Bring rtasm from mesa to gallium. by José Fonseca · 16 years ago
  78. e773a81 Initial scons support to build gallivm. by José Fonseca · 16 years ago
  79. e279b1c More llvm -> gallivm. by José Fonseca · 16 years ago
  80. 6c7f663 gallium: move draw_set_viewport_state() call, plus code clean-up, remove obsolete comments by Brian · 16 years ago
  81. ae9931d gallium: call draw_flush() for scissor/stipple state changes by Brian · 16 years ago
  82. 478c144 gallium: remove the prototype/unused wide_line_aa() function by Brian · 16 years ago
  83. aceeb80 gallium: antialiased line drawing by Brian · 16 years ago
  84. 0448dbd Update for llvm -> gallivm rename. by José Fonseca · 16 years ago
  85. 3f3b09d Rename llvm -> gallivm. by José Fonseca · 16 years ago
  86. 687a8b96 Standardize on using the pipe/ include prefix. by José Fonseca · 16 years ago
  87. 33ceb67 Update scons build for new code layout. by José Fonseca · 16 years ago
  88. 9df478d Add an "all" target alias for "default" target. by José Fonseca · 16 years ago
  89. 1f2d011 Build glx/x11. by José Fonseca · 16 years ago
  90. 8450b14 Cleanup depend files. by José Fonseca · 16 years ago
  91. 39fe585 Actually use GALLIUM_DRIVER_DIRS. by José Fonseca · 16 years ago
  92. bfd5916 Code reorganization: split gallium and mesa makefiles. by José Fonseca · 16 years ago
  93. 56bf73b Update doxygen configuration file for new tree layout. by José Fonseca · 16 years ago
  94. 4a79156 fix the build by Zack Rusin · 16 years ago
  95. 0c6bbd4 gallium: add missing mip level clamp by Brian · 16 years ago
  96. 3b2a291 gallium: tweak texture filter min/mag thresholds by Brian · 16 years ago
  97. 08c9534 gallium: implement min vs. mag filter determination for non-mipmapped textures by Brian · 16 years ago
  98. f9973b1 Added minmag.c test by Brian · 16 years ago
  99. 3320b18 Cell: Enable code gen for SPE attribute fetch by Ian Romanick · 16 years ago
  100. 71071b7 Cell: Add missing back-slash in linux-cell config file by Ian Romanick · 16 years ago