summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-07i965g: Fixup texture formatsJakob Bornecrantz
2009-11-07i965g: Formalize on S8Z24 as the suported depth formatJakob Bornecrantz
2009-11-06i965g: Fixup buffer creation functionJakob Bornecrantz
2009-11-06i965g: Add texture transfer functionsJakob Bornecrantz
2009-11-06i965g: Match pitch modification on get buffer as wellJakob Bornecrantz
2009-11-06i965g: First clear!Jakob Bornecrantz
2009-11-06i965g: get rid of cc key, simplify state uploadKeith Whitwell
2009-11-06i965g: trivial/clear can now send stuff to hardwareJakob Bornecrantz
2009-11-06i965g: Fix texture blanket functionJakob Bornecrantz
2009-11-06i965g: Add functions needed by the winsysJakob Bornecrantz
2009-11-06i965g: Winsys whitespaceJakob Bornecrantz
2009-11-06i965g: Build winsys againJakob Bornecrantz
2009-11-06i965g: Header whitespaceJakob Bornecrantz
2009-11-06i965g: get brw_state_debug.c buildingKeith Whitwell
2009-11-06i965g: propogate index size stateKeith Whitwell
2009-11-06i965g: remove references to brw_surface_bo()Keith Whitwell
2009-11-06i965g: plumb through fb_write target and eot dataKeith Whitwell
2009-11-06i965g: propogate nr_cbufs into wm prog keyKeith Whitwell
2009-11-06i965g: init saturate field in fp dst_reg helperKeith Whitwell
2009-11-06i965g: add dumping for our new pass_fp outputKeith Whitwell
2009-11-06i965g: disassemble each instruction as generatedKeith Whitwell
2009-11-06i965g: hardwire linear interpolation for nowKeith Whitwell
2009-11-06i965g: fix some reloc countsKeith Whitwell
2009-11-06i965g: don't set up vs stack register for non-branching shadersKeith Whitwell
2009-11-06i965g: add DEBUG_MIN_URB flagKeith Whitwell
2009-11-06i965g: tgsi outputs cannot be used as source regsKeith Whitwell
2009-11-06i965g: use curr.vertex_element state directlyKeith Whitwell
2009-11-06i965g: don't emit line stipple packet if stipple disabledKeith Whitwell
2009-11-06i965g: populate brw_context chipset idKeith Whitwell
2009-11-06i965g: make sure blend color packet header is initializedKeith Whitwell
2009-11-06i965g: remove/disable inactive state atomsKeith Whitwell
2009-11-06i965g: populate wm reloc array earlierKeith Whitwell
2009-11-06i965g: point_rast_rule comment no longer appliesKeith Whitwell
2009-11-06i965g: scissor off by oneKeith Whitwell
2009-11-06i965g: restore code to populate the relocation backgroundKeith Whitwell
2009-11-05i965g: clean up winsys dumping code a littleKeith Whitwell
2009-11-05i965g: pass relocation information in an array with bo_subdataKeith Whitwell
2009-11-05i965g: propogate map-buffer-range semantics down to winsysKeith Whitwell
2009-11-05i965g: make the winsys responsible for all buffer->offset handlingKeith Whitwell
2009-11-05i965g: remove duplicate viewport state in brw_contextKeith Whitwell
2009-11-05i965g: correct sense of writedisable flagsKeith Whitwell
2009-11-05brw: push more dumping into the winsysKeith Whitwell
2009-11-05i965g: correct size of surf_bo arrayKeith Whitwell
2009-11-05i965g: use Elements in loops over arraysKeith Whitwell
2009-11-05i965g: add const qualifiersKeith Whitwell
2009-11-05i965g: disassemble more than one instruction at a timeKeith Whitwell
2009-11-05i965g: remove old dumping codeKeith Whitwell
2009-11-05i965g: call dissassembler for appropriate data uploadsKeith Whitwell
2009-11-05i965g: add lots of error checks and early returnsKeith Whitwell
2009-11-05i965g: Don't dump pads or dwords aliases.José Fonseca