aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_state_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* Make it compile under linux.Michal Krol2007-10-291-0/+1
* Make gallium compile in win32.Michal Krol2007-10-291-2/+2
* Re-implement GLSL texture sampler variables.Brian2007-10-261-0/+14
* Finish unifying the surface and texture tile caches.Brian2007-10-221-0/+4
* Make softpipe behave more like a real driver by always allocating somethingZack Rusin2007-10-031-2/+4
* Fix failover state binding and convert the sampler to use the newZack Rusin2007-09-201-12/+6
* Make sampler an immutable state object.Zack Rusin2007-09-181-4/+22
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-4/+2
* s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian2007-08-071-1/+1
* Rename G_NEW_* tokens to SP_NEW_*Brian2007-07-091-2/+2
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-1/+1
* initial texture object, texture format codeBrian2007-06-221-0/+15
* more texture sampler workBrian2007-06-221-0/+49