Implement early depth test.
[mesa.git] / src / mesa / pipe / softpipe / sp_context.h
2007-11-18 Michal KrolImplement early depth test.
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-28 michalControl FS TGSI dumping with GALLIUM_DUMP_FS env variable.
2007-10-27 michalEnable SSE2 for fragment shaders.
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-22 BrianFinish unifying the surface and texture tile caches.
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-25 Keith WhitwellFirst attempt at building vertex buffers post-clip.
2007-09-21 Zack RusinMake the alpha test state a cso.
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-09-18 Zack RusinMake sampler an immutable state object.
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-09-11 BrianImplement query object interface.
2007-09-10 BrianMore work on vertex feedback / glRasterPos. Basic...
2007-08-30 BrianIn draw_flatshade.c use vertex_info->interp_mode[]...
2007-08-24 BrianUse vertex_info struct for softpipe - lots of clean-up.
2007-08-22 BrianRework of shader constant buffers.
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-19 BrianFix some draw_arrays issues.
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-15 Keith WhitwellRemove mesa include directories, be stricter about...
2007-08-15 Brianadded state funcs for vertex buffer/element info
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-07 Brians/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
2007-08-05 Keith WhitwellAdd a new interface between softpipe and the window...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 BrianMaintain cliprect (scissor) info in sp_state_derived.c.
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 BrianImplement line stippling.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 BrianImplement AA points and AA coverage application in...
2007-07-13 BrianAdded basic occlusion counting
2007-07-12 BrianAdd a quad 'bufloop' stage to handle glDrawBuffer(GL_FR...
2007-07-12 BrianRename prim_stage -> draw_stage
2007-07-12 BrianAdded colormask, dither, multisample state. Implement...
2007-07-11 BrianImplement polygon stipple state tracking, application.
2007-07-10 BrianBegin hooking up stenciling.
2007-07-10 Briancomments
2007-07-09 BrianRename G_NEW_* tokens to SP_NEW_*
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-03 Brianadded blend_color
2007-07-02 Brianrename a few structs (use _state suffix consistantly...
2007-06-29 Brians/G_CONTEXT_H/SP_CONTEXT_H/
2007-06-26 Brianconsolidate point/line state into pipe_setup_state
2007-06-22 Brianinitial texture object, texture format code
2007-06-22 Brianmore texture sampler work
2007-06-22 Brianalpha test and misc changes
2007-06-20 Briancheckpoint: implement z/depth testing
2007-06-20 Keith WhitwellRemove dependency on vf.h in public headers
2007-06-20 Brianupdate includes (s/tile/quad/)
2007-06-20 BrianInitial implementation of a software pipeline for quad...
2007-06-20 BrianInitial work for glClear(), clear color state.
2007-06-20 Brianhook up point state
2007-06-20 BrianRe-org of surface/framebuffer state.
2007-06-18 BrianAdded alpha test state.
2007-06-15 Brianframebuffer state
2007-06-15 Brianinitial framebuffer state
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...