summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a state-checking stage to the render pipeline for attribute size changes.index-swtnl-0.1Keith Whitwell2007-03-2014-76/+162
* make sure bindprogram notifications are made when texenvprogram activeKeith Whitwell2007-03-191-11/+16
* make the link between state emit and batch packet size strongerKeith Whitwell2007-03-193-48/+57
* Begin to deal with full batch buffers.Keith Whitwell2007-03-1928-357/+558
* Fix minor glitches - packet name, unused variableKeith Whitwell2007-03-193-10/+4
* add DEBUG_ALWAYS_SYNC optionKeith Whitwell2007-03-193-5/+16
* clear state offsets, sizes after cache clearKeith Whitwell2007-03-191-1/+5
* improve program disassembly formatting, use _mesa_printfKeith Whitwell2007-03-192-38/+45
* disassemble pixel shader packetsKeith Whitwell2007-03-181-9/+18
* fix packet declarationKeith Whitwell2007-03-181-2/+2
* fix packet size calculationKeith Whitwell2007-03-181-1/+1
* add a couple of blit commandsKeith Whitwell2007-03-181-1/+8
* fix program and constant packet size calculationKeith Whitwell2007-03-181-2/+2
* fix modes4/modes5 mixupKeith Whitwell2007-03-181-2/+2
* fix inline primtiive emit, remove debugKeith Whitwell2007-03-181-27/+14
* fixes for indirect stateKeith Whitwell2007-03-182-13/+9
* add defines for debuggerKeith Whitwell2007-03-181-2/+12
* remove unnecessary zero padKeith Whitwell2007-03-181-3/+1
* remove unused fileKeith Whitwell2007-03-181-58/+0
* Add a basic human-readable batchbuffer dump facility.Keith Whitwell2007-03-183-19/+165
* fix typo in subrect_disable packetKeith Whitwell2007-03-181-1/+1
* Fix several packet emit glitches.Keith Whitwell2007-03-182-11/+12
* Add a final state differencing step to minimise emitted state.Keith Whitwell2007-03-1812-519/+643
* Get program parameter tracking and fog working.Keith Whitwell2007-03-1613-248/+101
* Remove const from program _Current pointers.Keith Whitwell2007-03-161-2/+2
* Turn off debugKeith Whitwell2007-03-161-1/+1
* Fix warningKeith Whitwell2007-03-161-0/+1
* Free clipspace vertices in tnl context destroyKeith Whitwell2007-03-161-0/+2
* Get indirect state emit workingKeith Whitwell2007-03-162-17/+12
* Reorganize state to match indirect state types.Keith Whitwell2007-03-1626-1309/+2441
* Merge branch 'index-swtnl-0.1-origin' into index-swtnl-0.1Keith Whitwell2007-03-1514-539/+478
|\
| * Turn off lots of debug. Enable dynamic indirect state.Keith Whitwell2007-03-143-69/+41
| * Fix off-by-one in LOAD_IMMEDIATE packet sizeKeith Whitwell2007-03-141-1/+1
| * Emit sampler and map indirect state.Keith Whitwell2007-03-141-64/+93
| * Add intel_batchbuffer_set_reloc - add relocation at arbitary offsetKeith Whitwell2007-03-142-6/+32
| * Experiments with indirect state.Keith Whitwell2007-03-147-161/+406
* | Missing filesKeith Whitwell2007-03-1413-0/+3201
* | Hack to avoid lockup on 2nd & subsequent frames.Keith Whitwell2007-03-141-0/+6
* | Fixes, and make state look more like old driver for diffing.Keith Whitwell2007-03-135-25/+42
* | Assign AttribPtr[POS] to fix depth output.Keith Whitwell2007-03-131-1/+6
* | More fixes.Keith Whitwell2007-03-132-3/+4
* | Fix basic blend and texture state.Keith Whitwell2007-03-136-52/+53
* | trivial/tri.c worksKeith Whitwell2007-03-1310-86/+80
* | Major state rework to match i965 driver. Builds.Keith Whitwell2007-03-1344-5391/+1449
* | Beginnings of i915 state rework. Won't compile.Keith Whitwell2007-03-0824-2330/+2761
|/
* Fix thinko trying to remap buffer objects immediately after use.Keith Whitwell2007-02-161-6/+9
* Increase vb->Size to allow space for clipped vertices in t_vb_index.cKeith Whitwell2007-02-161-1/+1
* Enable debugging on debug builds...Keith Whitwell2007-02-161-2/+2
* Fix a couple more clipping bugs.Keith Whitwell2007-02-162-2/+5
* Update VB->Count after clipping.Keith Whitwell2007-02-161-2/+6