Handle glFlush/glFinish through the state tracker.
[mesa.git] / src / mesa / pipe / p_context.h
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-10 Brianadded pipe_surface_unreference()
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-07 Briansketch out new pipe surface/sampler types
2007-08-07 Brians/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
2007-08-06 BrianCheckpoint lifting of intel_mipmap_tree (intel_mipmap_t...
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 Keith WhitwellRemove "static region" support.
2007-08-03 Brianadded pipe->supported_formats()
2007-08-02 Brianpipe->clear() now takes a surface, rather than color...
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
2007-08-02 Keith WhitwellRemove references to accum buffers in softpipe.
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellRemove remnants of i915 texture-from-pbo code.
2007-08-01 BrianMore work on glClear.
2007-08-01 BrianCheckpoint: glClear changes - working, bug very rough.
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
2007-07-31 BrianLift region-related functions up to the pipe interface.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
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 BrianAdded basic occlusion counting
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 BrianInitial work for glClear(), clear color state.
2007-06-20 Brianhook up point state
2007-06-18 BrianAdded alpha test state.
2007-06-15 Brianinitial framebuffer state
2007-06-14 Keith WhitwellRename directories again?!
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...