summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-06-21alpha test and misc changesBrian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20Add state tracker create/destroy calls to i915 driver.Keith Whitwell
2007-06-20Rename static variable in temporary tnl codeKeith Whitwell
2007-06-20Remove dependency on vf.h in public headersKeith Whitwell
2007-06-20update includes (s/tile/quad/)Brian
2007-06-20s/tile/quad/Brian
2007-06-20Rename "tile" files to "quad".Brian
2007-06-20only blend active pixels in the quadBrian
2007-06-20quad blending works now, but many blend terms need to be added in blend_quad().Brian
2007-06-20Initial implementation of a software pipeline for quad rasterization (fragmen...Brian
2007-06-20better commentBrian
2007-06-20actually use new glClear codeBrian
2007-06-20fix commentBrian
2007-06-20plug in write_mono_row_ubBrian
2007-06-20implement softpipe clearing (untested)Brian
2007-06-20Initial work for glClear(), clear color state.Brian
2007-06-19hook up point stateBrian
2007-06-19Re-org of surface/framebuffer state.Brian
2007-06-19just use regular malloc(), free(), memcpy()Brian
2007-06-19add point/line/polygon stateBrian
2007-06-18Added alpha test state.Brian
2007-06-18Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens.Brian
2007-06-15s/PRIM_H/SP_STATE_H/Brian
2007-06-15Added st_update_framebuffer struct/object.Brian
2007-06-15framebuffer stateBrian
2007-06-15In softpipe_set_viewport() use ordinary (struct) assignment to update softpip...Brian
2007-06-15initial framebuffer stateBrian
2007-06-15framebuffer stateBrian
2007-06-14Rename directories again?!Keith Whitwell
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell
2007-06-14Small optimization for line drawing.Keith Whitwell
2007-06-14Remove some dead code.Keith Whitwell
2007-06-12simple line drawing codeBrian
2007-05-30added st_atom_depth.cBrian
2007-05-30sketch out texture sampler stateBrian
2007-05-30comments, clean-up, alphabetize membersBrian
2007-05-30added depth(Z) state supportBrian
2007-05-30depth(Z) stateBrian
2007-05-28implement point renderingBrian
2007-05-25INLINE goes before the function's return typeBrian
2007-05-25Add some comments to explain things, code clarifications.Brian
2007-05-24use GLubyte for stencil ref/mask/clearBrian
2007-05-24Stencil state.Brian
2007-05-24added st_atom_blend.c, st_atom_scissor.cBrian
2007-05-24Implement blend stateBrian
2007-05-24#ifndef SP_DEFINES_H protection, copyrightBrian
2007-05-24scissor depends on glScissor() and framebuffer sizeBrian
2007-05-24add scissor stateBrian
2007-05-24scissor stateBrian