summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources
Commit message (Expand)AuthorAgeFilesLines
...
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-0/+1
* Handle glFlush/glFinish through the state tracker.Keith Whitwell2007-08-101-0/+1
* added st_cb_readpixels.cBrian2007-08-101-1/+2
* rename st_cb_teximage.h st_format.hBrian2007-08-101-2/+2
* added st_atom_texture.cBrian2007-08-071-0/+1
* s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian2007-08-071-2/+1
* added xm_softpipe.cBrian2007-08-061-0/+1
* added st_cb_texture.cBrian2007-08-061-0/+1
* Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian2007-08-061-0/+1
* Add pipe buffer managment functions.Keith Whitwell2007-08-061-0/+1
* added st_cb_fbo.cBrian2007-08-031-0/+1
* hook in teximage bitsBrian2007-08-021-0/+1
* added st_cb_drawpixels.cBrian2007-08-021-0/+1
* Reroute some clear functionality.Keith Whitwell2007-08-021-0/+1
* Build libsoftpipe.aKeith Whitwell2007-08-011-26/+0
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-311-1/+2
* Lots of improvements to the surface-related code.Brian2007-07-301-0/+1
* Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-191-0/+1
* Implement AA points and AA coverage application in quad pipeline.Brian2007-07-131-0/+1
* Added basic occlusion countingBrian2007-07-131-0/+1
* Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK).Brian2007-07-121-0/+1
* Added colormask, dither, multisample state. Implement colormasking stage.Brian2007-07-121-0/+1
* Implement polygon stipple state tracking, application.Brian2007-07-111-0/+2
* Begin hooking up stenciling.Brian2007-07-101-0/+1
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-9/+13
* Softpipe: import TGSI tree. Not hooked-up yet.michal2007-07-051-3/+16
* texture object constructionBrian2007-06-291-1/+2
* consolidate point/line state into pipe_setup_stateBrian2007-06-261-4/+2
* more texture sampler workBrian2007-06-221-0/+2
* alpha test and misc changesBrian2007-06-211-0/+1
* s/tile/quad/Brian2007-06-201-6/+6
* quad blending works now, but many blend terms need to be added in blend_quad().Brian2007-06-201-0/+1
* Initial implementation of a software pipeline for quad rasterization (fragmen...Brian2007-06-201-0/+3
* Initial work for glClear(), clear color state.Brian2007-06-201-0/+2
* hook up point stateBrian2007-06-191-0/+2
* Re-org of surface/framebuffer state.Brian2007-06-191-4/+0
* Added alpha test state.Brian2007-06-181-0/+2
* initial framebuffer stateBrian2007-06-151-0/+1
* Rename directories again?!Keith Whitwell2007-06-141-30/+33
* added st_atom_depth.cBrian2007-05-301-0/+1
* Stencil state.Brian2007-05-241-0/+1
* added st_atom_blend.c, st_atom_scissor.cBrian2007-05-241-1/+3
* Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell2007-05-241-0/+36
* Rename occlude.[ch] to queryobj.[ch]Brian2007-04-211-1/+1
* added slang_mem.cBrian2007-04-211-0/+1
* added new xm_glide.c fileBrian2007-04-201-0/+1
* remove t_vb_arbprogram.cBrian2007-04-161-2/+0
* move some code into new slang_ir.c fileBrian2007-03-241-0/+1
* Overhaul of error handling.Brian2007-02-261-1/+1
* added slang_label.cBrian2007-02-231-0/+1