1. f3d0882 gallium: Remove direct dependencies to mesa internals. by José Fonseca · 17 years ago
  2. 1e2d6b1 gallium: remove dead vars, code by Keith Whitwell · 17 years ago
  3. c50ba44 gallium: fix typos in hardwired fetch path by Keith Whitwell · 17 years ago
  4. bd29909 push out far clip plane to 200 by Brian · 17 years ago
  5. ba083ba Added d/D keys to change viewing distance, 'a' to toggle animation by Brian · 17 years ago
  6. 3d1b0f4 Cell: additional assertions by Brian · 17 years ago
  7. a8590e0 Cell: make sure state commands aren't split across batches by Brian · 17 years ago
  8. 3f8a8ea Cell: remove unneeded flush(), dead code by Brian · 17 years ago
  9. 5b5ec94 Cell: clean-up of render path by Brian · 17 years ago
  10. 7024019 Cell: checkpoint commit: always inline prim indexes into batch buffer by Brian · 17 years ago
  11. 200dcb4 Cell: If flushing for swapbuffers, wait for frame completion by Brian · 17 years ago
  12. aaea9a1 Cell: additional debug code, misc clean-up by Brian · 17 years ago
  13. 2194675 Cell: generalize the batch buffer code for vertex buffers... by Brian · 17 years ago
  14. 16ed55c gallium: check if surface has defined status in check_clear_depth_with_quad() by Brian · 17 years ago
  15. 82d9063 gallium: handle flatshading explicitly in clipper stage by Keith Whitwell · 17 years ago
  16. 88858e0 gallium: add a couple of hardwired vertex fetch functions by Keith Whitwell · 17 years ago
  17. 99f2976 gallium: only call vertex/prim queue flush when there is something to flush by Keith Whitwell · 17 years ago
  18. a461810 gallium: explictly cast double to float in vertex fetch by Keith Whitwell · 17 years ago
  19. 4141ebd gallium: fill in missing formats for vertex_fetch by Keith Whitwell · 17 years ago
  20. 5abc8d9 gallium: remove dead code from draw_vf* by Keith Whitwell · 17 years ago
  21. 0905925 First stab at hooking draw_vbuf & vf. by José Fonseca · 17 years ago
  22. 19caf4e Clone vf module. by José Fonseca · 17 years ago
  23. c3f10ae Simplify prototypes of draw_vbuf's internal functions. by José Fonseca · 17 years ago
  24. 3b93c74 Cache the vinfo in vbuf_stage. by José Fonseca · 17 years ago
  25. dac1240 Do refcounting trhoughout all buffer objects, since it is now a base requirement. by José Fonseca · 17 years ago
  26. e6c8278 Fullfill pipe_winsys->user_buffer_create. Aggregate winsys functions. by José Fonseca · 17 years ago
  27. 87a8a33 Cell: added support for inlined vertex buffers. by Brian · 17 years ago
  28. 419a5cc Cell: added ROUNUP4 by Brian · 17 years ago
  29. 1bab5bd Cell: added support for inlined indexes by Brian · 17 years ago
  30. 8dc5972 Cell: added cell_batch_free_space() by Brian · 17 years ago
  31. 651e8e9 gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indices() by Brian · 17 years ago
  32. b717de3 Cell: remove some old tile code by Brian · 17 years ago
  33. ffeae75 gallium: s/GLuint/unsigned/ to work with gallium when THREADS not defined by Brian · 17 years ago
  34. 9ef61b9 gallium: fix a few segfaults/assertions that can happen during context init by Brian · 17 years ago
  35. 856db7d Cell: fix a recursive flushing bug by Brian · 17 years ago
  36. d4bd6ca Cell: add check to catch recursive batch flushing by Brian · 17 years ago
  37. 7f4bec2 Cell: move ASSERT macro into common.h by Brian · 17 years ago
  38. 65df024 gallium: Aggregate all buffer allocation info into a single struct. Obey requested alignment. by José Fonseca · 17 years ago
  39. ca01ed4 gallium: Make mm buffer manager more portable. by José Fonseca · 17 years ago
  40. 0afe449 gallium: Remove unneeded headers. by José Fonseca · 17 years ago
  41. 8ee1452 gallium: fix linux build by Keith Whitwell · 17 years ago
  42. 9387784 gallium: Fix build on Windows. by Michal Krol · 17 years ago
  43. 0fe428f d3d: Fix build on Windows. by Michal Krol · 17 years ago
  44. b8dc295 gallium: Fix build on WinXP. by Michal Krol · 17 years ago
  45. 1d6c986 gallium: Use directory name in include. by José Fonseca · 17 years ago
  46. 6c3d12e gallium: Fix build for WinXP. by Michal Krol · 17 years ago
  47. 7411a84 gallium: Define MALLOC_STRUCT. by José Fonseca · 17 years ago
  48. 9cbff50 gallium: Fix build on Windows. by Michal Krol · 17 years ago
  49. 337ebdd gallium: Fix build on Windows. by Michal Krol · 17 years ago
  50. 027983f gallium: restructure vertex fetch code slightly by Keith Whitwell · 17 years ago
  51. c3e4e92 gallium: Fix MSVC float/double conversion warning. by José Fonseca · 17 years ago
  52. 2bca9f6 gallium: Complete integer types. by José Fonseca · 17 years ago
  53. f3aa4de gallium: minor cleanups to pipe interface by Keith Whitwell · 17 years ago
  54. 1e9e434 gallium: add PIPE_FLUSH_SWAPBUFFERS flag by Keith Whitwell · 17 years ago
  55. 6d2d412 gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined state by Keith Whitwell · 17 years ago
  56. 596a92e gallium: specialize glFlush vs other flush semantics by Keith Whitwell · 17 years ago
  57. a97b3f6 gallium: remove makefile whitespace by Keith Whitwell · 17 years ago
  58. 0b958e3 Cell: updates to match pipe_buffer changes by Brian · 17 years ago
  59. b561833 Cell: typedefs need semicolons, Ian :) by Brian · 17 years ago
  60. 4d53412 Cell: emit framebuffer state like other state by Brian · 17 years ago
  61. 42d38ac gallium: replace loop w/ memset in draw_vertex_cache_invalidate() by Brian · 17 years ago
  62. 1603a33 gallium: better flush logic in draw module by Brian · 17 years ago
  63. 0bfd085 gallium: replace prim pipeline begin/end() functions with flush() by Brian · 17 years ago
  64. bd8bf60 Work around parameter differences for main in different SDK versions by Ian Romanick · 17 years ago
  65. 1e0d30a gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code by Keith Whitwell · 17 years ago
  66. 756d52e gallium: Simplify winsys buffer interface. by Michel Dänzer · 17 years ago
  67. 7a20768 965: add asserts to catch batch overrun by Keith Whitwell · 17 years ago
  68. 59d66bf 965: cope better with range decls for temps, immediates, etc by Keith Whitwell · 17 years ago
  69. c344bda gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHADER_INPUTS by Brian · 17 years ago
  70. 235da62 Cell: propogate vertex info to SPUs, use it for attrib interpolation by Brian · 17 years ago
  71. 4c4f691 Cell: batch_buffer_size should be uint, not ubyte by Brian · 17 years ago
  72. 78bff07 Cell: new ROUNDUP16() macro by Brian · 17 years ago
  73. a148cc5 gallium: optimizations to flatshade, two-side prim stages by Brian · 17 years ago
  74. 4835553 gallium: added rastpos_destroy() by Brian · 17 years ago
  75. 547e52f Cell: insert dummy field into cell_command_render struct to work around apparent compiler bug by Brian · 17 years ago
  76. 7d0421d Cell: s/-W/-Wall/ in linux-cell by Brian · 17 years ago
  77. fa82d86 Cell: send actual vertex size in the render command by Brian · 17 years ago
  78. 0673c57 Cell: rewrite compute_vertex_layout() by Brian · 17 years ago
  79. 95ff06d Cell: fix asst. warnings by Brian · 17 years ago
  80. c753e7a gallium: added rastpos_destroy() by Brian · 17 years ago
  81. 6c29be9 i915: add case for TGSI_FILE_IMMEDIATE to avoid error, but still needs proper handling... by Brian · 17 years ago
  82. 47b3afc Cell: use Cell driver by default if linux-cell is built by Brian · 17 years ago
  83. 6e2c3b3 disable usage of llvm in fragment shaders by Zack Rusin · 17 years ago
  84. bac991d change the name of the shaders to reflect what they do. by Zack Rusin · 17 years ago
  85. 11349b6 Cell: s/FORMAT/EMIT/ by Brian · 17 years ago
  86. 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
  87. 6000dcc gallium: improved vertex layout and interpolant setup in softpipe by Brian · 17 years ago
  88. dc1abc3 Specify linker instead of letting mklib use gcc by Ian Romanick · 17 years ago
  89. b3492a2 Use HOST_CC for programs that will run on the build host by Ian Romanick · 17 years ago
  90. ffcb4d8 Use EXTRA_LIB_PATH with *_LIB_DEPS by Ian Romanick · 17 years ago
  91. eb4a738 Remove unnecessary paths by Ian Romanick · 17 years ago
  92. f5d2c1e Cell: remove old test code by Brian · 17 years ago
  93. f19b2d7 Cell: asst. updates to sync up with today's earlier gallium changes by Brian · 17 years ago
  94. 8de2331 gallium: remove support for separate depth/stencil buffers. Always combined now. by Brian · 17 years ago
  95. 1cf3c77 gallium: in sp_tile_cache_clear() mark all cache slots as empty/free. Fixes progs/redbook/stencil.c by Brian · 17 years ago
  96. 336e2cb gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs inputs by Brian · 17 years ago
  97. 2d37e78 gallium: restore/rewrite vbuf code for softpipe by Brian · 17 years ago
  98. cd36436 gallium: overhaul usage of vertex_info in draw module. by Brian · 17 years ago
  99. b3f0819 gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/select.c by Brian · 17 years ago
  100. 2444f6c gallium: fix computation of raster.point_size_per_vertex flag by Brian · 17 years ago