summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unref buffer after drawing, fixes rastpos mem leakBrian2008-01-011-0/+1
* fix single-sided stencil test bugBrian2008-01-011-7/+13
* fix leak, fix refcount errorBrian2008-01-011-6/+11
* fix a mem leak, document another existing leakBrian2008-01-011-1/+8
* unref const buffers during context destroyBrian2008-01-011-0/+7
* unref const buffers during context destroyBrian2008-01-011-0/+10
* free program cachesBrian2008-01-011-0/+2
* fix mem leaksBrian2008-01-011-0/+4
* fix mem leak (free key)Brian2008-01-011-5/+5
* free surface caches in softpipe_destroy()Brian2008-01-011-0/+9
* fix a memleakBrian2008-01-011-0/+1
* free tgsi machine stateBrian2008-01-011-0/+1
* free tgsi machine stateBrian2008-01-011-0/+1
* added tgsi_exec_machine_free_data()Brian2008-01-012-0/+21
* free Default1D/2DArray objectsBrian2008-01-011-2/+10
* i965: a little better way of handling immediatesZack Rusin2007-12-243-3/+10
* i965: very crude and hacky way of handling immediatesZack Rusin2007-12-203-9/+33
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-206-8/+9
* 965: respect pipe flush flagsKeith Whitwell2007-12-205-14/+13
* gallium: translate ARB fp/vp immediates consistently to tgsi immediatesKeith Whitwell2007-12-201-4/+20
* 965: fix the constant buffersZack Rusin2007-12-202-3/+3
* Add some prototype code for converting RET to END for main(). Disabled for now.Brian2007-12-191-3/+17
* temporarily defeat an assertionBrian2007-12-191-0/+1
* Fix problem with initial viewport/scissor size.Brian2007-12-196-59/+79
* convert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OPCOD_RETBrian2007-12-191-1/+1
* remove obsolete TXP, add some sanity checksBrian2007-12-191-2/+11
* special-case PSIZE tooBrian2007-12-191-1/+6
* move st_make_current() before buffer size check so renderbuffer alloc storage...Brian2007-12-191-2/+2
* new assertionsBrian2007-12-191-0/+3
* 965: dump curbe contents to stderrKeith Whitwell2007-12-191-2/+3
* 965: handle BRW_CONSTANT_BUFFER data typeKeith Whitwell2007-12-191-0/+8
* constsZack Rusin2007-12-193-12/+23
* 965: count grf allocation correctly for wm prog, first aub triangleKeith Whitwell2007-12-191-1/+1
* 965: hardwire correct behaviour for vp-tri setup (for now...)Keith Whitwell2007-12-191-1/+1
* vp-tri: match vertex/color data of other testsKeith Whitwell2007-12-191-6/+6
* 965: align buffer allocations to 4kKeith Whitwell2007-12-191-3/+3
* use a depth buffer temporarilyKeith Whitwell2007-12-191-2/+2
* 965: make sure stipple state gets uploadedKeith Whitwell2007-12-194-35/+65
* 965: allocate buffer space to hold batch commandsKeith Whitwell2007-12-191-1/+7
* actually set the max_index. useful in the driverZack Rusin2007-12-191-2/+2
* 965: fill unused surface pointers with zeroKeith Whitwell2007-12-191-14/+4
* i965: emit fb write on RET for now (until we get END back)Zack Rusin2007-12-191-0/+4
* 965: pitch is in bytes not pixelsKeith Whitwell2007-12-191-1/+1
* 965: fix off-by-one in scissor rectKeith Whitwell2007-12-191-2/+2
* 965: fix off-by-one in surface dimensionsKeith Whitwell2007-12-191-11/+11
* 965: respect surface width when dumping bitmapKeith Whitwell2007-12-191-1/+1
* i965: actually detect whether a sampler is enabled/disabledZack Rusin2007-12-191-1/+2
* 965: disable clipping more, and restore drawing rect packetKeith Whitwell2007-12-191-1/+28
* 965: disable clipping for nowKeith Whitwell2007-12-191-0/+5
* 965: fix vertex pointsize state, match default cull modeKeith Whitwell2007-12-191-2/+2