summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
AgeCommit message (Expand)Author
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian
2007-08-02Remove references to accum buffers in softpipe.Keith Whitwell
2007-08-02Remove remnants of i915 texture-from-pbo code.Keith Whitwell
2007-08-01More work on glClear.Brian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
2007-07-31Lift region-related functions up to the pipe interface.Brian
2007-07-13Added basic occlusion countingBrian
2007-07-03hook in state tracking for blend colorBrian
2007-07-02rename a few structs (use _state suffix consistantly), reorder/sort fields in...Brian
2007-06-26consolidate point/line state into pipe_setup_stateBrian
2007-06-22initial texture object, texture format codeBrian
2007-06-22more texture sampler workBrian
2007-06-20Initial work for glClear(), clear color state.Brian
2007-06-19hook up point stateBrian
2007-06-18Added alpha test state.Brian
2007-06-15initial framebuffer stateBrian
2007-06-14Rename directories again?!Keith Whitwell
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell