Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-02 | Implement new draw_vertices() path for simple vertex array drawing, use it ↵ | Brian | |
for glClear. | |||
2007-08-02 | Remove references to accum buffers in softpipe. | Keith Whitwell | |
Also some minor clear fixes. | |||
2007-08-02 | Remove remnants of i915 texture-from-pbo code. | Keith Whitwell | |
2007-08-01 | More work on glClear. | Brian | |
Add a 'mask' param to region_fill() to help with clearing combined Z/stencil buffers, glColorMask, etc. | |||
2007-08-01 | Checkpoint: glClear changes - working, bug very rough. | Brian | |
2007-07-31 | Redesign pipe_surface in terms of pipe_region. | Brian | |
struct pipe_buffer goes away. Added basic region functions to softpipe to allocate/release malloc'd regions. Surface-related code is fairly coherent now. | |||
2007-07-31 | Lift region-related functions up to the pipe interface. | Brian | |
Some of these functions probably should be driver-private. Note: intel_buffer_object is in p_state.h and should be fixed/removed. There are just a few i915 dependencies in intel_region.c | |||
2007-07-13 | Added basic occlusion counting | Brian | |
2007-07-03 | hook in state tracking for blend color | Brian | |
2007-07-02 | rename a few structs (use _state suffix consistantly), reorder/sort fields ↵ | Brian | |
in some structs | |||
2007-06-26 | consolidate point/line state into pipe_setup_state | Brian | |
2007-06-22 | initial texture object, texture format code | Brian | |
2007-06-22 | more texture sampler work | Brian | |
2007-06-20 | Initial work for glClear(), clear color state. | Brian | |
2007-06-19 | hook up point state | Brian | |
2007-06-18 | Added alpha test state. | Brian | |
2007-06-15 | initial framebuffer state | Brian | |
2007-06-14 | Rename directories again?! | Keith Whitwell | |
Some git wierdness going on. | |||
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | |
softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later. |