summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe
Commit message (Expand)AuthorAgeFilesLines
* Rename/move some files to modularize the primitive/draw code.Brian2007-07-099-2017/+0
* SIMD commentsBrian2007-07-032-0/+5
* hook in state tracking for blend colorBrian2007-07-033-0/+15
* added blend_colorBrian2007-07-031-0/+1
* Rewrite blending in terms of SIMD operations.Brian2007-07-031-107/+324
* rename a few structs (use _state suffix consistantly), reorder/sort fields in...Brian2007-07-025-18/+18
* s/G_CONTEXT_H/SP_CONTEXT_H/Brian2007-06-291-3/+3
* consolidate point/line state into pipe_setup_stateBrian2007-06-264-7/+2
* fix logic error in updating of quad's Z values. Basic depth testing works nowBrian2007-06-251-1/+1
* clean-upsBrian2007-06-251-7/+2
* emit quad->outputs.depth[], hack need_zBrian2007-06-251-3/+11
* Restructure z test code slightly.Keith Whitwell2007-06-241-33/+24
* initial texture object, texture format codeBrian2007-06-224-0/+22
* more texture sampler workBrian2007-06-224-0/+56
* Assorted token renaming/removal, minor state changes, etc.Brian2007-06-225-19/+14
* alpha test and misc changesBrian2007-06-214-0/+88
* checkpoint: implement z/depth testingBrian2007-06-208-15/+113
* Remove dependency on vf.h in public headersKeith Whitwell2007-06-205-3/+12
* update includes (s/tile/quad/)Brian2007-06-206-6/+6
* Rename "tile" files to "quad".Brian2007-06-206-0/+0
* only blend active pixels in the quadBrian2007-06-201-93/+98
* quad blending works now, but many blend terms need to be added in blend_quad().Brian2007-06-204-24/+184
* Initial implementation of a software pipeline for quad rasterization (fragmen...Brian2007-06-2010-23/+249
* actually use new glClear codeBrian2007-06-201-5/+5
* implement softpipe clearing (untested)Brian2007-06-203-2/+39
* Initial work for glClear(), clear color state.Brian2007-06-206-3/+110
* hook up point stateBrian2007-06-195-59/+126
* Re-org of surface/framebuffer state.Brian2007-06-196-97/+29
* Added alpha test state.Brian2007-06-181-0/+2
* s/PRIM_H/SP_STATE_H/Brian2007-06-151-2/+2
* framebuffer stateBrian2007-06-154-1/+19
* In softpipe_set_viewport() use ordinary (struct) assignment to update softpip...Brian2007-06-151-1/+1
* initial framebuffer stateBrian2007-06-151-0/+1
* Rename directories again?!Keith Whitwell2007-06-1425-4515/+0
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-1451-0/+9033