summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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
2009-11-05i965g: hook up dumpers in dumping winsysKeith Whitwell
2009-11-05i965g: Dumper for i965 structures.José Fonseca
2009-11-05i965g: add data type tags to aid dumping/decodingKeith Whitwell
2009-11-05i965g: use pipe_error return value for brw_batchbuffer_require_spaceKeith Whitwell
2009-11-05i965g: fix compiler warningKeith Whitwell
2009-11-05i965g: Builds with sconsJakob Bornecrantz
2009-11-05i965g: Fix debug checkJakob Bornecrantz
2009-11-05i965g: Do not create a symlink for i965_dri.soJakob Bornecrantz
2009-11-05i915g: Do not create a symlink for i965_dri.soJakob Bornecrantz
2009-11-04i965g: enable line stipple packet emitKeith Whitwell
2009-11-04i965g: fix order of calculation of brw->wm.nr_surfacesKeith Whitwell
2009-11-04i965g: consolidate some includesKeith Whitwell
2009-11-04i965g: fix some assertsKeith Whitwell
2009-11-04i965g: remove redundant screen pointer in brw context structKeith Whitwell
2009-11-04i965g: initialize winsys pointer in surface cacheKeith Whitwell
2009-11-04i965g: init pointer to null, avoid segfaultKeith Whitwell
2009-11-04i965g: clean up wm init_registers funcKeith Whitwell
2009-11-04i965g: hook up some missing vertex shader codeKeith Whitwell
2009-11-04i965g: hook up some vertex state funcsKeith Whitwell