1. d288a30 ws/i965: respect DEBUG_WINSYS flag by Keith Whitwell · 15 years ago
  2. 061411b i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER by Keith Whitwell · 15 years ago
  3. 1ec7e05 i965g: keep refcounts to bound vertex buffers by Keith Whitwell · 15 years ago
  4. 6c719d4 i965g: add DEBUG_WINSYS flag by Keith Whitwell · 15 years ago
  5. f217927 i965g: remove duplicate set_viewport_state, fixes samples/depth by Keith Whitwell · 15 years ago
  6. ba4cb8b i965g: nasty hack for clearing y-tiled surfaces by Keith Whitwell · 15 years ago
  7. 63a8637 i965g: add missing header by Keith Whitwell · 15 years ago
  8. eb68aca i965g: don't reference unused vars in RSQ by Keith Whitwell · 15 years ago
  9. 759c094 mesa/st: avoid quadstrips if its easy to do so by Keith Whitwell · 15 years ago
  10. bb1cde7 i965g: turn on texture tiling by default by Keith Whitwell · 15 years ago
  11. 6781f62 i965g: pass backbuffer tiling information to driver by Keith Whitwell · 15 years ago
  12. 1fd3a27 ws/i965: more debug output by Keith Whitwell · 15 years ago
  13. 1dfdc0a ws/i965: rename and change sense of I965_SEND_CMD to BRW_NO_HW by Keith Whitwell · 15 years ago
  14. cddc7e3 brw: add dumping to gem winsys by Keith Whitwell · 15 years ago
  15. 4490122 i965g: remove redundant nr_attrs member by Keith Whitwell · 15 years ago
  16. ca9b0e9 i965g: remove surface from views list before freeing by Dave Airlie · 15 years ago
  17. 6f1bc42 i965g: link xorg state tracker with -ldrm_intel by Dave Airlie · 15 years ago
  18. 0a89ad8 i965g: gs nr_attrs also tracks nr fragment shader inputs by Keith Whitwell · 15 years ago
  19. cd0e661 i965g: correct test for unfilled modes by Keith Whitwell · 15 years ago
  20. 968a7df i965g: use correct key size for vs upload by Keith Whitwell · 15 years ago
  21. 21172d4 i965g: apply linear math to both linear and perspective attrs by Keith Whitwell · 15 years ago
  22. 8bf75f2 i965g: get basic texturing working again by Keith Whitwell · 15 years ago
  23. 95d7aca i965g: fix typo converting wm src regs by Keith Whitwell · 15 years ago
  24. 9507a6c i965g: fragment shader immediates working by Keith Whitwell · 15 years ago
  25. 63b0af0 i965g: first pass at vs immediates in curbe by Keith Whitwell · 15 years ago
  26. 3fafe2b progs/vp: add param and imm test by Keith Whitwell · 15 years ago
  27. d2f4c80 i965g: get linear vs perspective interpolation working again by Keith Whitwell · 15 years ago
  28. 4fb77ef i965g: include interpolation info in fs signature by Keith Whitwell · 15 years ago
  29. 34a0192 i965g: special case setup when fs has no inputs by Keith Whitwell · 15 years ago
  30. 47cef2b i965g: add new state flag tracking fs signature changes by Keith Whitwell · 15 years ago
  31. c58e20f i965g: fix typo in previous commit by Keith Whitwell · 15 years ago
  32. 7e5cd3e progs/fp: add simple imm, param tests by Keith Whitwell · 15 years ago
  33. 8db59a1 i965g: setup nr_attrs should track nr fragment shader inputs by Keith Whitwell · 15 years ago
  34. 1b9eda4 i965g: get fragment constants sort-of working by Keith Whitwell · 15 years ago
  35. 9e4f3ea i965g: make the load-before-use vs immediate path work by Keith Whitwell · 15 years ago
  36. 25cbf9b i965g: fix initialization of texture width/height/depth arrays by Keith Whitwell · 15 years ago
  37. 6b1ede0 i965g: remove more references to nr_vp_outputs in wm compilation by Keith Whitwell · 15 years ago
  38. 1877e6c i965g: handle special vs outputs specially by Keith Whitwell · 15 years ago
  39. d299ee7 i965g rename offset_edge to offset_edgeflag by Keith Whitwell · 15 years ago
  40. c5f9713 i965g: remove droppings in xlib winsys by Keith Whitwell · 15 years ago
  41. d03a1c2 i965g: restore check on line smooth state by Keith Whitwell · 15 years ago
  42. 2f54d02 i965g: consult fs inputs when laying out vs output regs by Keith Whitwell · 15 years ago
  43. 0c547d6 i965g: skip over vertex position output when preallocating FS inputs by Keith Whitwell · 15 years ago
  44. a010307 i965g: some more cases where file_max[] is used without obligatory +1 by Keith Whitwell · 15 years ago
  45. e4d174e i965g: smaller upload buffer for index data by Keith Whitwell · 15 years ago
  46. d86e907 i965g: fix off-by-one on curbe upload by Keith Whitwell · 15 years ago
  47. e243279 i965g: avoid use of internally generated immediates by Keith Whitwell · 15 years ago
  48. 98c2b53 trivial: make tri-orig more closely match the original version of tri... by Keith Whitwell · 15 years ago
  49. cbad97b i965g: Fixup texture formats by Jakob Bornecrantz · 15 years ago
  50. 229f6b9 i965g: Formalize on S8Z24 as the suported depth format by Jakob Bornecrantz · 15 years ago
  51. 1f94c06 i965g: Fixup buffer creation function by Jakob Bornecrantz · 15 years ago
  52. 9708ce8 i965g: Add texture transfer functions by Jakob Bornecrantz · 15 years ago
  53. dc97a5d i965g: Match pitch modification on get buffer as well by Jakob Bornecrantz · 15 years ago
  54. 8353162 progs/trivial: Ignores by Jakob Bornecrantz · 15 years ago
  55. 833f5bb i965g: First clear! by Jakob Bornecrantz · 15 years ago
  56. 4fbe6c4 i965g: get rid of cc key, simplify state upload by Keith Whitwell · 15 years ago
  57. 0532cc0 i965g: trivial/clear can now send stuff to hardware by Jakob Bornecrantz · 15 years ago
  58. 2eb6b0d i965g: Fix texture blanket function by Jakob Bornecrantz · 15 years ago
  59. 215b49a i965g: Add functions needed by the winsys by Jakob Bornecrantz · 15 years ago
  60. 6949d5c i965g: Winsys whitespace by Jakob Bornecrantz · 15 years ago
  61. 68b5a50 i965g: Build winsys again by Jakob Bornecrantz · 15 years ago
  62. 12ea198 i965g: Header whitespace by Jakob Bornecrantz · 15 years ago
  63. 86c32df i965g: get brw_state_debug.c building by Keith Whitwell · 15 years ago
  64. 4d1ae7a i965g: propogate index size state by Keith Whitwell · 15 years ago
  65. 1180572 i965g: remove references to brw_surface_bo() by Keith Whitwell · 15 years ago
  66. eacd13b i965g: plumb through fb_write target and eot data by Keith Whitwell · 15 years ago
  67. 3e14a48 i965g: propogate nr_cbufs into wm prog key by Keith Whitwell · 15 years ago
  68. 1e3910a i965g: init saturate field in fp dst_reg helper by Keith Whitwell · 15 years ago
  69. a485341 i965g: add dumping for our new pass_fp output by Keith Whitwell · 15 years ago
  70. 381cd2d i965g: disassemble each instruction as generated by Keith Whitwell · 15 years ago
  71. aab9601 i965g: hardwire linear interpolation for now by Keith Whitwell · 15 years ago
  72. caf2cf8 i965g: fix some reloc counts by Keith Whitwell · 15 years ago
  73. 212fb8a i965g: don't set up vs stack register for non-branching shaders by Keith Whitwell · 15 years ago
  74. 1d6b595 i965g: add DEBUG_MIN_URB flag by Keith Whitwell · 15 years ago
  75. 5d7c0cf i965g: tgsi outputs cannot be used as source regs by Keith Whitwell · 15 years ago
  76. b216f1a i965g: use curr.vertex_element state directly by Keith Whitwell · 15 years ago
  77. 5a24c66 trivial: add vbo-tri, an even simpler version of tri.c by Keith Whitwell · 15 years ago
  78. c22b47e i965g: don't emit line stipple packet if stipple disabled by Keith Whitwell · 15 years ago
  79. fc7fa67 i965g: populate brw_context chipset id by Keith Whitwell · 15 years ago
  80. 0e80e4e i965g: make sure blend color packet header is initialized by Keith Whitwell · 15 years ago
  81. 018e225 i965g: remove/disable inactive state atoms by Keith Whitwell · 15 years ago
  82. 4a3e245 i965g: populate wm reloc array earlier by Keith Whitwell · 15 years ago
  83. b8e63e9 i965g: point_rast_rule comment no longer applies by Keith Whitwell · 15 years ago
  84. b9bb413 i965g: scissor off by one by Keith Whitwell · 15 years ago
  85. a49ccf0 i965g: restore code to populate the relocation background by Keith Whitwell · 15 years ago
  86. c93d9c1 i965g: clean up winsys dumping code a little by Keith Whitwell · 15 years ago
  87. 4c196ed i965g: pass relocation information in an array with bo_subdata by Keith Whitwell · 15 years ago
  88. 3763457 i965g: propogate map-buffer-range semantics down to winsys by Keith Whitwell · 15 years ago
  89. 9637286 i965g: make the winsys responsible for all buffer->offset handling by Keith Whitwell · 15 years ago
  90. 658da18 i965g: remove duplicate viewport state in brw_context by Keith Whitwell · 15 years ago
  91. 8f0e51b i965g: correct sense of writedisable flags by Keith Whitwell · 15 years ago
  92. b229ee3 brw: push more dumping into the winsys by Keith Whitwell · 15 years ago
  93. a70e617 i965g: correct size of surf_bo array by Keith Whitwell · 15 years ago
  94. 205871c i965g: use Elements in loops over arrays by Keith Whitwell · 15 years ago
  95. 674c390 i965g: add const qualifiers by Keith Whitwell · 15 years ago
  96. aa9773d i965g: disassemble more than one instruction at a time by Keith Whitwell · 15 years ago
  97. 203adb8 i965g: remove old dumping code by Keith Whitwell · 15 years ago
  98. 61a8ab3 i965g: call dissassembler for appropriate data uploads by Keith Whitwell · 15 years ago
  99. c796aed i965g: add lots of error checks and early returns by Keith Whitwell · 15 years ago
  100. 31b8b1d i965g: Don't dump pads or dwords aliases. by José Fonseca · 15 years ago