1. a97b3f6 gallium: remove makefile whitespace by Keith Whitwell · 17 years ago
  2. 0b958e3 Cell: updates to match pipe_buffer changes by Brian · 17 years ago
  3. b561833 Cell: typedefs need semicolons, Ian :) by Brian · 17 years ago
  4. 4d53412 Cell: emit framebuffer state like other state by Brian · 17 years ago
  5. 42d38ac gallium: replace loop w/ memset in draw_vertex_cache_invalidate() by Brian · 17 years ago
  6. 1603a33 gallium: better flush logic in draw module by Brian · 17 years ago
  7. 0bfd085 gallium: replace prim pipeline begin/end() functions with flush() by Brian · 17 years ago
  8. bd8bf60 Work around parameter differences for main in different SDK versions by Ian Romanick · 17 years ago
  9. 1e0d30a gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code by Keith Whitwell · 17 years ago
  10. 756d52e gallium: Simplify winsys buffer interface. by Michel Dänzer · 17 years ago
  11. 7a20768 965: add asserts to catch batch overrun by Keith Whitwell · 17 years ago
  12. 59d66bf 965: cope better with range decls for temps, immediates, etc by Keith Whitwell · 17 years ago
  13. c344bda gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHADER_INPUTS by Brian · 17 years ago
  14. 235da62 Cell: propogate vertex info to SPUs, use it for attrib interpolation by Brian · 17 years ago
  15. 4c4f691 Cell: batch_buffer_size should be uint, not ubyte by Brian · 17 years ago
  16. 78bff07 Cell: new ROUNDUP16() macro by Brian · 17 years ago
  17. a148cc5 gallium: optimizations to flatshade, two-side prim stages by Brian · 17 years ago
  18. 4835553 gallium: added rastpos_destroy() by Brian · 17 years ago
  19. 547e52f Cell: insert dummy field into cell_command_render struct to work around apparent compiler bug by Brian · 17 years ago
  20. 7d0421d Cell: s/-W/-Wall/ in linux-cell by Brian · 17 years ago
  21. fa82d86 Cell: send actual vertex size in the render command by Brian · 17 years ago
  22. 0673c57 Cell: rewrite compute_vertex_layout() by Brian · 17 years ago
  23. 95ff06d Cell: fix asst. warnings by Brian · 17 years ago
  24. c753e7a gallium: added rastpos_destroy() by Brian · 17 years ago
  25. 6c29be9 i915: add case for TGSI_FILE_IMMEDIATE to avoid error, but still needs proper handling... by Brian · 17 years ago
  26. 47b3afc Cell: use Cell driver by default if linux-cell is built by Brian · 17 years ago
  27. 6e2c3b3 disable usage of llvm in fragment shaders by Zack Rusin · 17 years ago
  28. bac991d change the name of the shaders to reflect what they do. by Zack Rusin · 17 years ago
  29. 11349b6 Cell: s/FORMAT/EMIT/ by Brian · 17 years ago
  30. 2549d79 gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-is in vbuf code by Brian · 17 years ago
  31. 6000dcc gallium: improved vertex layout and interpolant setup in softpipe by Brian · 17 years ago
  32. dc1abc3 Specify linker instead of letting mklib use gcc by Ian Romanick · 17 years ago
  33. b3492a2 Use HOST_CC for programs that will run on the build host by Ian Romanick · 17 years ago
  34. ffcb4d8 Use EXTRA_LIB_PATH with *_LIB_DEPS by Ian Romanick · 17 years ago
  35. eb4a738 Remove unnecessary paths by Ian Romanick · 17 years ago
  36. f5d2c1e Cell: remove old test code by Brian · 17 years ago
  37. f19b2d7 Cell: asst. updates to sync up with today's earlier gallium changes by Brian · 17 years ago
  38. 8de2331 gallium: remove support for separate depth/stencil buffers. Always combined now. by Brian · 17 years ago
  39. 1cf3c77 gallium: in sp_tile_cache_clear() mark all cache slots as empty/free. Fixes progs/redbook/stencil.c by Brian · 17 years ago
  40. 336e2cb gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs inputs by Brian · 17 years ago
  41. 2d37e78 gallium: restore/rewrite vbuf code for softpipe by Brian · 17 years ago
  42. cd36436 gallium: overhaul usage of vertex_info in draw module. by Brian · 17 years ago
  43. b3f0819 gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/select.c by Brian · 17 years ago
  44. 2444f6c gallium: fix computation of raster.point_size_per_vertex flag by Brian · 17 years ago
  45. 46a787a gallium: multiply vertex point size by 0.5 by Brian · 17 years ago
  46. 2863800 gallium: use temp reg for storing color to avoid reading 'result.color' by Brian · 17 years ago
  47. 59e8f3e gallium: Don't allocate a vertex buffer until after setting the prim type. by Brian · 17 years ago
  48. 52264ec added stipple_destroy() by José Fonseca · 17 years ago
  49. f1fb69a gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices by Brian · 17 years ago
  50. 7049ff5 gallium: silence warnings by Brian · 17 years ago
  51. cfeda41 Cell: initial support for sampler state by Brian · 17 years ago
  52. 0c08571 Cell: s/cell_init_surface_funcs/cell_init_surface_functions/ by Brian · 17 years ago
  53. 1318941 Cell: Added cell_surface.[ch] files by Brian · 17 years ago
  54. a1799ec gallium: remove unneeded protos, #includes, etc by Brian · 17 years ago
  55. b91de8a gallium: include sp_headers.h by Brian · 17 years ago
  56. 8538da0 Cell: renamed cell_surface.[ch] to cell_clear.[ch] by Brian · 17 years ago
  57. c27c352 Cell: rename cell_surface.[ch] cell_clear.[ch] by Brian · 17 years ago
  58. 1811965 Cell: Add initial texture functions by Brian · 17 years ago
  59. fd9c03f Cell: add cell_set_sampler_texture() by Brian · 17 years ago
  60. 4211d2d gallium: move softpipe_get_tex_surface() prototype by Brian · 17 years ago
  61. c14773b gallium: add license comment by Brian · 17 years ago
  62. e2612f4 gallium: move softpipe_get_tex_surface() into sp_texture.c by Brian · 17 years ago
  63. 5a57ffa Cell: added asmfiles rule by Brian · 17 years ago
  64. be92796 gallium: prototype draw_linestipple.c replaced by draw_stipple.c by Brian · 17 years ago
  65. ea3a2b4 gallium: remove per-fragment line stipple code by Brian · 17 years ago
  66. 329a847 gallium: new 'draw' stage for line stipple by Brian · 17 years ago
  67. 7f21d04 fix broken point rendering in sp_vbuf_render() by Brian · 17 years ago
  68. 382b86e gallium: add a src_index[] array to draw's vertex_info for mapping post-xform vertex attribs to hw vertex attribs by Brian · 17 years ago
  69. f4b89be Cell: use tile_t for color tile by Brian · 17 years ago
  70. f0be276 Cell: clean-up/re-org tile code by Brian · 17 years ago
  71. 661be1a Cell: use depth/stencil state to enable ztest by Brian · 17 years ago
  72. 45b5d3b enable call to cell_emit_state() by Brian · 17 years ago
  73. a1f4a5e Cell: improve "finished copying batch buffer" signalling. by Brian · 17 years ago
  74. 06b019d s/varible/variable/ by Brian · 17 years ago
  75. 7cbfe8c set param type to PROGRAM_CONSTANT when parsing immediates by Brian · 17 years ago
  76. fdc8636 use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/literals by Brian · 17 years ago
  77. e44bdcf Unify copy_rect helpers. by Michel Dänzer · 17 years ago
  78. 25e2b8d Revert "temporarily don't emit TGSI immediates, use the constant buffer" by José Fonseca · 17 years ago
  79. 271f9da Back-port miscellaneous fixes from internal branch (mostly portability fixes). by José Fonseca · 17 years ago
  80. b016f0a gallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data. by José Fonseca · 17 years ago
  81. c04f417 gallium: Handle TGSI_OPCODE_END on sse2. by José Fonseca · 17 years ago
  82. 310e7ca temporarily don't emit TGSI immediates, use the constant buffer by Brian · 17 years ago
  83. bf3bdb3 gallium: Fix cut-n-paste error. by José Fonseca · 17 years ago
  84. 3eaf882 gallium: Alternative mm_bufmgr_create_from_buffer constructor for mm pool managers. by José Fonseca · 17 years ago
  85. 39b8303 gallium: Detect if a null buffer is passed. by José Fonseca · 17 years ago
  86. af51d18 gallium: fix warning by Keith Whitwell · 17 years ago
  87. 7771519 gallium: fix warning by Keith Whitwell · 17 years ago
  88. 66719dc gallium: hardwire reset_temps functionality by Keith Whitwell · 17 years ago
  89. 83417a8 gallium: whitespace changes by Keith Whitwell · 17 years ago
  90. e122a8f gallium: Ignore generated files. by José Fonseca · 17 years ago
  91. 5ea37f5 use NEGATE_X/Y/Z/W tokens by Brian · 17 years ago
  92. 8469699 clean-up swizzle fields in fog code, fix NegateBase by Brian · 17 years ago
  93. bdc3825 Fix broken fog. by Brian · 17 years ago
  94. ecc9cf4 Fix incorrect [0,1] clamping in store_dest(). by Brian · 17 years ago
  95. 13bfa87 tweaks to quad drawing, set UsesKill in bitmap shader by Brian · 17 years ago
  96. 27cff44 copy UsesKill state in _mesa_combine_programs() by Brian · 17 years ago
  97. d11fd18 vbuf updates/fixes (KeithW) by Brian · 17 years ago
  98. 0e6b78c s/DBG/DRAW_DBG by Brian · 17 years ago
  99. 1b5f20c remove useless assertions by Brian · 17 years ago
  100. 85cfe02 init front/back color attrib indexes to 0, not -1 by Brian · 17 years ago