| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | i965g: add lots of error checks and early returns | Keith Whitwell | 2009-11-05 | 35 | -745/+1003 |
* | i965g: Don't dump pads or dwords aliases. | José Fonseca | 2009-11-05 | 2 | -265/+8 |
* | i965g: hook up dumpers in dumping winsys | Keith Whitwell | 2009-11-05 | 1 | -0/+61 |
* | i965g: Dumper for i965 structures. | José Fonseca | 2009-11-05 | 5 | -0/+2073 |
* | i965g: add data type tags to aid dumping/decoding | Keith Whitwell | 2009-11-05 | 10 | -110/+182 |
* | i965g: use pipe_error return value for brw_batchbuffer_require_space | Keith Whitwell | 2009-11-05 | 1 | -3/+3 |
* | i965g: fix compiler warning | Keith Whitwell | 2009-11-05 | 1 | -1/+1 |
* | i965g: Builds with scons | Jakob Bornecrantz | 2009-11-05 | 2 | -0/+82 |
* | i965g: Fix debug check | Jakob Bornecrantz | 2009-11-05 | 1 | -1/+1 |
* | i965g: Do not create a symlink for i965_dri.so | Jakob Bornecrantz | 2009-11-05 | 1 | -1/+0 |
* | i915g: Do not create a symlink for i965_dri.so | Jakob Bornecrantz | 2009-11-05 | 1 | -1/+0 |
* | i965g: enable line stipple packet emit | Keith Whitwell | 2009-11-04 | 1 | -1/+2 |
* | i965g: fix order of calculation of brw->wm.nr_surfaces | Keith Whitwell | 2009-11-04 | 1 | -3/+3 |
* | i965g: consolidate some includes | Keith Whitwell | 2009-11-04 | 8 | -14/+7 |
* | i965g: fix some asserts | Keith Whitwell | 2009-11-04 | 1 | -2/+2 |
* | i965g: remove redundant screen pointer in brw context struct | Keith Whitwell | 2009-11-04 | 4 | -6/+7 |
* | i965g: initialize winsys pointer in surface cache | Keith Whitwell | 2009-11-04 | 1 | -0/+1 |
* | i965g: init pointer to null, avoid segfault | Keith Whitwell | 2009-11-04 | 1 | -1/+1 |
* | i965g: clean up wm init_registers func | Keith Whitwell | 2009-11-04 | 1 | -9/+11 |
* | i965g: hook up some missing vertex shader code | Keith Whitwell | 2009-11-04 | 2 | -3/+10 |
* | i965g: hook up some vertex state funcs | Keith Whitwell | 2009-11-04 | 2 | -2/+40 |
* | ws/i965: allow NULL buffer in winsys::bo_unreference | Keith Whitwell | 2009-11-04 | 1 | -0/+6 |
* | i965g: pull in a copy of intel_decode.c for now | Keith Whitwell | 2009-11-04 | 6 | -11/+1835 |
* | i965g: hook up flush-frontbuffer | Keith Whitwell | 2009-11-04 | 1 | -13/+24 |
* | i965g: fix up batchbuffer confusion | Keith Whitwell | 2009-11-04 | 3 | -15/+26 |
* | i965g: plumb in some surface state | Keith Whitwell | 2009-11-04 | 3 | -8/+29 |
* | i965g: hook up pipe_clear functions | Keith Whitwell | 2009-11-04 | 6 | -1/+237 |
* | i965g: add constant buffer setter | Keith Whitwell | 2009-11-04 | 1 | -0/+24 |
* | i965g: add missing is_*_referenced callbacks | Keith Whitwell | 2009-11-04 | 4 | -0/+87 |
* | i965g: initialize surface refcount | Keith Whitwell | 2009-11-04 | 1 | -0/+2 |
* | i965g: add more missing pipe callbacks | Keith Whitwell | 2009-11-04 | 2 | -0/+41 |
* | i965g: add some missing texture creation code | Keith Whitwell | 2009-11-04 | 2 | -1/+32 |
* | i965g: stubs for brw_pipe_vertex.c | Keith Whitwell | 2009-11-04 | 2 | -1/+16 |
* | i965g: hook up pipe sampler callbacks | Keith Whitwell | 2009-11-04 | 6 | -68/+120 |
* | i965g: hook up more pipe_context functions | Keith Whitwell | 2009-11-04 | 9 | -32/+81 |
* | i965g: add missing buffer functions | Keith Whitwell | 2009-11-04 | 6 | -3/+162 |
* | ws/i965: add load-time driver registration | Keith Whitwell | 2009-11-04 | 1 | -0/+7 |
* | ws/i965: add butt-ugly linker hack | Keith Whitwell | 2009-11-04 | 1 | -0/+15 |
* | i965g: hook up brw_screen.c | Keith Whitwell | 2009-11-04 | 3 | -49/+38 |
* | i965g: add standalone xlib debug winsys | Keith Whitwell | 2009-11-04 | 9 | -7/+470 |
* | i965g: convert read/write domain pairs into single usage value | Keith Whitwell | 2009-11-04 | 18 | -76/+104 |