aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_context.h
Commit message (Expand)AuthorAgeFilesLines
* In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian2007-08-301-7/+0
* Use vertex_info struct for softpipe - lots of clean-up.Brian2007-08-231-18/+6
* Rework of shader constant buffers.Brian2007-08-221-1/+6
* Fix some draw_arrays issues.Brian2007-08-191-0/+5
* Begin added vertex shader state/support.Brian2007-08-161-1/+3
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-2/+0
* added state funcs for vertex buffer/element infoBrian2007-08-151-0/+3
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-12/+12
* s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian2007-08-071-1/+1
* Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell2007-08-051-1/+3
* Maintain cliprect (scissor) info in sp_state_derived.c.Brian2007-07-271-0/+3
* Implement line stippling.Brian2007-07-251-0/+4
* Implement AA points and AA coverage application in quad pipeline.Brian2007-07-131-0/+1
* Added basic occlusion countingBrian2007-07-131-0/+3
* Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK).Brian2007-07-121-0/+3
* Rename prim_stage -> draw_stageBrian2007-07-121-1/+1
* Added colormask, dither, multisample state. Implement colormasking stage.Brian2007-07-121-0/+1
* Implement polygon stipple state tracking, application.Brian2007-07-111-0/+1
* Begin hooking up stenciling.Brian2007-07-101-0/+3
* commentsBrian2007-07-101-10/+10
* Rename G_NEW_* tokens to SP_NEW_*Brian2007-07-091-12/+12
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-27/+0
* added blend_colorBrian2007-07-031-0/+1
* rename a few structs (use _state suffix consistantly), reorder/sort fields in...Brian2007-07-021-8/+8
* s/G_CONTEXT_H/SP_CONTEXT_H/Brian2007-06-291-3/+3
* consolidate point/line state into pipe_setup_stateBrian2007-06-261-1/+0
* initial texture object, texture format codeBrian2007-06-221-0/+2
* more texture sampler workBrian2007-06-221-0/+2
* alpha test and misc changesBrian2007-06-211-0/+1
* checkpoint: implement z/depth testingBrian2007-06-201-0/+1
* Remove dependency on vf.h in public headersKeith Whitwell2007-06-201-3/+5
* update includes (s/tile/quad/)Brian2007-06-201-1/+1
* Initial implementation of a software pipeline for quad rasterization (fragmen...Brian2007-06-201-2/+13
* Initial work for glClear(), clear color state.Brian2007-06-201-0/+1
* hook up point stateBrian2007-06-191-0/+3
* Re-org of surface/framebuffer state.Brian2007-06-191-7/+0
* Added alpha test state.Brian2007-06-181-0/+2
* framebuffer stateBrian2007-06-151-1/+1
* initial framebuffer stateBrian2007-06-151-0/+1
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+149