summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* added pipe_mipmap_tree::formatBrian2007-08-071-0/+1
* remove pipe_surface_samplerBrian2007-08-071-13/+0
* sketch out new pipe surface/sampler typesBrian2007-08-071-27/+18
* s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian2007-08-071-0/+2
* commentsBrian2007-08-061-3/+3
* Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre...Brian2007-08-061-0/+55
* Add pipe buffer managment functions.Keith Whitwell2007-08-061-0/+13
* Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell2007-08-051-4/+1
* Remove references to accum buffers in softpipe.Keith Whitwell2007-08-021-1/+0
* Remove remnants of i915 texture-from-pbo code.Keith Whitwell2007-08-021-3/+0
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-311-36/+17
* Lift region-related functions up to the pipe interface.Brian2007-07-311-0/+18
* Lots of improvements to the surface-related code.Brian2007-07-301-7/+9
* s/GLuint/GLbitfield/Brian2007-07-241-1/+1
* Basic fragment programs run now.Brian2007-07-241-6/+6
* Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-191-1/+4
* Added basic occlusion countingBrian2007-07-131-0/+1
* minor changes, comments about multiple color buffers, MRT.Brian2007-07-121-4/+6
* Added colormask, dither, multisample state. Implement colormasking stage.Brian2007-07-121-0/+5
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-0/+2
* clarify that line_stipple_factor is in [0,255] corresponding to GL's range of...Brian2007-07-031-1/+1
* rename a few structs (use _state suffix consistantly), reorder/sort fields in...Brian2007-07-021-2/+2
* added buffer_data(), buffer_sub_data() to pipe_bufferBrian2007-06-291-0/+3
* more work on tex objects, surfaces, mappable buffersBrian2007-06-291-19/+65
* consolidate point/line state into pipe_setup_stateBrian2007-06-261-20/+11
* initial texture object, texture format codeBrian2007-06-221-0/+14
* more texture sampler workBrian2007-06-221-5/+10
* added blend commentsBrian2007-06-221-7/+7
* Assorted token renaming/removal, minor state changes, etc.Brian2007-06-221-29/+26
* alpha test and misc changesBrian2007-06-211-1/+1
* Remove dependency on vf.h in public headersKeith Whitwell2007-06-201-1/+0
* Initial work for glClear(), clear color state.Brian2007-06-201-0/+5
* add point/line/polygon stateBrian2007-06-191-0/+26
* Added alpha test state.Brian2007-06-181-10/+15
* initial framebuffer stateBrian2007-06-151-1/+14
* Rename directories again?!Keith Whitwell2007-06-141-31/+31
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+184