summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-06i965g: tgsi outputs cannot be used as source regsKeith Whitwell1-2/+3
2009-11-06i965g: use curr.vertex_element state directlyKeith Whitwell2-11/+7
2009-11-06i965g: don't emit line stipple packet if stipple disabledKeith Whitwell1-1/+3
2009-11-06i965g: populate brw_context chipset idKeith Whitwell1-0/+1
2009-11-06i965g: make sure blend color packet header is initializedKeith Whitwell1-3/+9
2009-11-06i965g: remove/disable inactive state atomsKeith Whitwell4-6/+3
2009-11-06i965g: populate wm reloc array earlierKeith Whitwell1-36/+46
2009-11-06i965g: point_rast_rule comment no longer appliesKeith Whitwell1-26/+4
2009-11-06i965g: scissor off by oneKeith Whitwell1-2/+2
2009-11-06i965g: restore code to populate the relocation backgroundKeith Whitwell3-3/+11
2009-11-05i965g: clean up winsys dumping code a littleKeith Whitwell1-59/+82
2009-11-05i965g: pass relocation information in an array with bo_subdataKeith Whitwell16-287/+327
2009-11-05i965g: propogate map-buffer-range semantics down to winsysKeith Whitwell6-44/+100
2009-11-05i965g: make the winsys responsible for all buffer->offset handlingKeith Whitwell12-30/+29
2009-11-05i965g: remove duplicate viewport state in brw_contextKeith Whitwell3-6/+3
2009-11-05i965g: correct sense of writedisable flagsKeith Whitwell1-4/+4
2009-11-05brw: push more dumping into the winsysKeith Whitwell4-50/+93
2009-11-05i965g: correct size of surf_bo arrayKeith Whitwell1-1/+1
2009-11-05i965g: use Elements in loops over arraysKeith Whitwell1-2/+2
2009-11-05i965g: add const qualifiersKeith Whitwell2-21/+21
2009-11-05i965g: disassemble more than one instruction at a timeKeith Whitwell6-31/+37
2009-11-05i965g: remove old dumping codeKeith Whitwell3-232/+0
2009-11-05i965g: call dissassembler for appropriate data uploadsKeith Whitwell1-4/+7
2009-11-05i965g: add lots of error checks and early returnsKeith Whitwell35-745/+1003
2009-11-05i965g: Don't dump pads or dwords aliases.José Fonseca2-265/+8
2009-11-05i965g: hook up dumpers in dumping winsysKeith Whitwell1-0/+61
2009-11-05i965g: Dumper for i965 structures.José Fonseca5-0/+2073
2009-11-05i965g: add data type tags to aid dumping/decodingKeith Whitwell10-110/+182
2009-11-05i965g: use pipe_error return value for brw_batchbuffer_require_spaceKeith Whitwell1-3/+3
2009-11-05i965g: fix compiler warningKeith Whitwell1-1/+1
2009-11-05i965g: Builds with sconsJakob Bornecrantz2-0/+82
2009-11-05i965g: Fix debug checkJakob Bornecrantz1-1/+1
2009-11-05i965g: Do not create a symlink for i965_dri.soJakob Bornecrantz1-1/+0
2009-11-05i915g: Do not create a symlink for i965_dri.soJakob Bornecrantz1-1/+0
2009-11-04i965g: enable line stipple packet emitKeith Whitwell1-1/+2
2009-11-04i965g: fix order of calculation of brw->wm.nr_surfacesKeith Whitwell1-3/+3
2009-11-04i965g: consolidate some includesKeith Whitwell8-14/+7
2009-11-04i965g: fix some assertsKeith Whitwell1-2/+2
2009-11-04i965g: remove redundant screen pointer in brw context structKeith Whitwell4-6/+7
2009-11-04i965g: initialize winsys pointer in surface cacheKeith Whitwell1-0/+1
2009-11-04i965g: init pointer to null, avoid segfaultKeith Whitwell1-1/+1
2009-11-04i965g: clean up wm init_registers funcKeith Whitwell1-9/+11
2009-11-04i965g: hook up some missing vertex shader codeKeith Whitwell2-3/+10
2009-11-04i965g: hook up some vertex state funcsKeith Whitwell2-2/+40
2009-11-04ws/i965: allow NULL buffer in winsys::bo_unreferenceKeith Whitwell1-0/+6
2009-11-04i965g: pull in a copy of intel_decode.c for nowKeith Whitwell6-11/+1835
2009-11-04i965g: hook up flush-frontbufferKeith Whitwell1-13/+24
2009-11-04i965g: fix up batchbuffer confusionKeith Whitwell3-15/+26
2009-11-04i965g: plumb in some surface stateKeith Whitwell3-8/+29
2009-11-04i965g: hook up pipe_clear functionsKeith Whitwell6-1/+237