include surface.offset in address calculations
[mesa.git] / src / mesa / pipe / softpipe / sp_context.c
2007-08-09 Brianadded null ptr checks
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-08 Brianmap/unmap textures
2007-08-07 Briansketch out new pipe surface/sampler types
2007-08-06 Brianadded softpipe_mipmap_tree_layout
2007-08-06 Keith WhitwellAdd pipe buffer managment functions.
2007-08-05 Keith WhitwellAdd a new interface between softpipe and the window...
2007-08-03 Brianadded pipe->supported_formats()
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
2007-08-01 Keith WhitwellBuild libsoftpipe.a
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianLots of improvements to the surface-related code.
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 Brianmap/unmap surfaces before/after rendering
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
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 Brians/prim_setup/sp_draw_render_stage/, new comments
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-11 BrianCheckpoint: stencil roughly working, some bugs to fix...
2007-07-10 BrianBegin hooking up stenciling.
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 Brianhook in state tracking for blend color
2007-07-02 Brianrename a few structs (use _state suffix consistantly...
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-20 Briancheckpoint: implement z/depth testing
2007-06-20 Brianquad blending works now, but many blend terms need...
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-15 Brianframebuffer state
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...