| Commit message (Expand) | Author | Age | Files | Lines |
* | i965g: fix off-by-one on curbe upload | Keith Whitwell | 2009-11-11 | 1 | -4/+10 |
* | i965g: avoid use of internally generated immediates | Keith Whitwell | 2009-11-11 | 1 | -1/+4 |
* | i965g: Fixup texture formats | Jakob Bornecrantz | 2009-11-07 | 2 | -37/+74 |
* | i965g: Formalize on S8Z24 as the suported depth format | Jakob Bornecrantz | 2009-11-07 | 4 | -12/+4 |
* | i965g: Fixup buffer creation function | Jakob Bornecrantz | 2009-11-06 | 1 | -2/+12 |
* | i965g: Add texture transfer functions | Jakob Bornecrantz | 2009-11-06 | 1 | -0/+95 |
* | i965g: Match pitch modification on get buffer as well | Jakob Bornecrantz | 2009-11-06 | 1 | -1/+1 |
* | i965g: First clear! | Jakob Bornecrantz | 2009-11-06 | 1 | -11/+5 |
* | i965g: get rid of cc key, simplify state upload | Keith Whitwell | 2009-11-06 | 4 | -129/+51 |
* | i965g: trivial/clear can now send stuff to hardware | Jakob Bornecrantz | 2009-11-06 | 3 | -4/+21 |
* | i965g: Fix texture blanket function | Jakob Bornecrantz | 2009-11-06 | 1 | -11/+12 |
* | i965g: Add functions needed by the winsys | Jakob Bornecrantz | 2009-11-06 | 1 | -2/+115 |
* | i965g: Winsys whitespace | Jakob Bornecrantz | 2009-11-06 | 2 | -37/+37 |
* | i965g: Build winsys again | Jakob Bornecrantz | 2009-11-06 | 2 | -57/+53 |
* | i965g: Header whitespace | Jakob Bornecrantz | 2009-11-06 | 1 | -42/+42 |
* | i965g: get brw_state_debug.c building | Keith Whitwell | 2009-11-06 | 2 | -3/+25 |
* | i965g: propogate index size state | Keith Whitwell | 2009-11-06 | 1 | -1/+3 |
* | i965g: remove references to brw_surface_bo() | Keith Whitwell | 2009-11-06 | 2 | -6/+3 |
* | i965g: plumb through fb_write target and eot data | Keith Whitwell | 2009-11-06 | 5 | -25/+29 |
* | i965g: propogate nr_cbufs into wm prog key | Keith Whitwell | 2009-11-06 | 3 | -1/+10 |
* | i965g: init saturate field in fp dst_reg helper | Keith Whitwell | 2009-11-06 | 1 | -0/+1 |
* | i965g: add dumping for our new pass_fp output | Keith Whitwell | 2009-11-06 | 6 | -71/+139 |
* | i965g: disassemble each instruction as generated | Keith Whitwell | 2009-11-06 | 5 | -2/+11 |
* | i965g: hardwire linear interpolation for now | Keith Whitwell | 2009-11-06 | 1 | -2/+5 |
* | i965g: fix some reloc counts | Keith Whitwell | 2009-11-06 | 3 | -3/+3 |
* | i965g: don't set up vs stack register for non-branching shaders | Keith Whitwell | 2009-11-06 | 5 | -17/+20 |
* | i965g: add DEBUG_MIN_URB flag | Keith Whitwell | 2009-11-06 | 3 | -3/+13 |
* | i965g: tgsi outputs cannot be used as source regs | Keith Whitwell | 2009-11-06 | 1 | -2/+3 |
* | i965g: use curr.vertex_element state directly | Keith Whitwell | 2009-11-06 | 2 | -11/+7 |
* | i965g: don't emit line stipple packet if stipple disabled | Keith Whitwell | 2009-11-06 | 1 | -1/+3 |
* | i965g: populate brw_context chipset id | Keith Whitwell | 2009-11-06 | 1 | -0/+1 |
* | i965g: make sure blend color packet header is initialized | Keith Whitwell | 2009-11-06 | 1 | -3/+9 |
* | i965g: remove/disable inactive state atoms | Keith Whitwell | 2009-11-06 | 4 | -6/+3 |
* | i965g: populate wm reloc array earlier | Keith Whitwell | 2009-11-06 | 1 | -36/+46 |
* | i965g: point_rast_rule comment no longer applies | Keith Whitwell | 2009-11-06 | 1 | -26/+4 |
* | i965g: scissor off by one | Keith Whitwell | 2009-11-06 | 1 | -2/+2 |
* | i965g: restore code to populate the relocation background | Keith Whitwell | 2009-11-06 | 3 | -3/+11 |
* | i965g: clean up winsys dumping code a little | Keith Whitwell | 2009-11-05 | 1 | -59/+82 |
* | i965g: pass relocation information in an array with bo_subdata | Keith Whitwell | 2009-11-05 | 16 | -287/+327 |
* | i965g: propogate map-buffer-range semantics down to winsys | Keith Whitwell | 2009-11-05 | 6 | -44/+100 |
* | i965g: make the winsys responsible for all buffer->offset handling | Keith Whitwell | 2009-11-05 | 12 | -30/+29 |
* | i965g: remove duplicate viewport state in brw_context | Keith Whitwell | 2009-11-05 | 3 | -6/+3 |
* | i965g: correct sense of writedisable flags | Keith Whitwell | 2009-11-05 | 1 | -4/+4 |
* | brw: push more dumping into the winsys | Keith Whitwell | 2009-11-05 | 4 | -50/+93 |
* | i965g: correct size of surf_bo array | Keith Whitwell | 2009-11-05 | 1 | -1/+1 |
* | i965g: use Elements in loops over arrays | Keith Whitwell | 2009-11-05 | 1 | -2/+2 |
* | i965g: add const qualifiers | Keith Whitwell | 2009-11-05 | 2 | -21/+21 |
* | i965g: disassemble more than one instruction at a time | Keith Whitwell | 2009-11-05 | 6 | -31/+37 |
* | i965g: remove old dumping code | Keith Whitwell | 2009-11-05 | 3 | -232/+0 |
* | i965g: call dissassembler for appropriate data uploads | Keith Whitwell | 2009-11-05 | 1 | -4/+7 |