Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-03 | more work on st_choose_pipe_format() | Brian | |
2007-08-03 | framebuffer object functions | Brian | |
2007-08-03 | Remove dead files | Keith Whitwell | |
2007-08-03 | Rip out more dead drawing-related code. | Keith Whitwell | |
2007-08-03 | Remove "static region" support. | Keith Whitwell | |
The frontbuffer/driBufMgr interactions are handled as a special case in the intel_screen code. | |||
2007-08-03 | Simplify frontbuffer / sarea / rotation management. | Keith Whitwell | |
Remove lots of old cruft. | |||
2007-08-03 | Workaround wierd oops on gutsy when building mesa. | Keith Whitwell | |
2007-08-02 | added pipe->supported_formats() | Brian | |
2007-08-02 | hook in teximage bits | Brian | |
2007-08-02 | more formats | Brian | |
2007-08-02 | trim #includes | Brian | |
2007-08-02 | beginings of teximage functions | Brian | |
2007-08-02 | pipe->clear() now takes a surface, rather than color/depth/stencil flags. | Brian | |
pipe->clear() only used to clear whole buffers (no scissor) w/out masking. Draw a colored quadrilateral in all other cases. | |||
2007-08-02 | call st_init_cb_drawpixels | Brian | |
2007-08-02 | added st_cb_drawpixels.c | Brian | |
2007-08-02 | initial work for textured-quad glDrawPixels | Brian | |
2007-08-02 | remove st_draw.h include | Brian | |
2007-08-02 | setup more state for clear_with_quad() | Brian | |
2007-08-02 | Merge branch 'softpipe_0_1_branch' of ↵ | Brian | |
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch | |||
2007-08-02 | get rid of accum param | Brian | |
2007-08-02 | Remove all references to swrast. | Keith Whitwell | |
The one place the functionality continues to be needed is as last-ditch implementations of TexCopyImage, etc. TBD what to do about that, but that will be an issue for state_tracker, not for here. | |||
2007-08-02 | Fix make recursion. | Keith Whitwell | |
Unfortunately means you can't just type make in softpipe any more. | |||
2007-08-02 | added clear-scissor.c | Brian | |
2007-08-02 | test glClear w/ scissor | Brian | |
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 intel_state.c, intel_rotate.[ch] | Keith Whitwell | |
2007-08-02 | New header file. | Brian | |
2007-08-02 | include st_cb_clear.h | Brian | |
2007-08-02 | sketch out clearing with quads | Brian | |
2007-08-02 | add PIPE_MASK_RGBA | Brian | |
2007-08-02 | comment follow-up | Brian | |
2007-08-02 | Merge branch 'softpipe_0_1_branch' of ↵ | Brian | |
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch | |||
2007-08-02 | Remove intelClear() hack. | Keith Whitwell | |
Have added intel_batchbuffer_flush calls to the blit functions. We still shouldn't be calling back into this remnant intel code from the softpipe driver, though, so that will go too at some point. | |||
2007-08-02 | Remove remnants of i915 texture-from-pbo code. | Keith Whitwell | |
2007-08-02 | Reroute some clear functionality. | Keith Whitwell | |
Still require the intelClear() call to flush batchbuffers. That will be removed later... | |||
2007-08-01 | implement masking in sp_region_fill() | Brian | |
2007-08-01 | rearrange things in xmesa_clear() a bit | Brian | |
2007-08-01 | get cliprect bounds after softpipe_update_derived() | Brian | |
2007-08-01 | Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ↵ | Brian | |
now. Note: softpipe_clear() should really be renamed to something like pipe_clear_with_blits() and put into a driver-indepedent module... | |||
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 | s/Z24_S8/S8_Z24/ | Brian | |
2007-08-01 | s/Z24_S8/S8_Z24/ (stencil is in the high byte) | Brian | |
2007-08-01 | Checkpoint: glClear changes - working, bug very rough. | Brian | |
2007-08-01 | Build libsoftpipe.a | Keith Whitwell | |
Each pipe driver will build to a .a library, as these will optionally be included in the various DRI drivers (this will make more sense once there is at least one hardware driver...). Not strictly necessary for softpipe, but want to minimize the differences between it and actual hw implementations. | |||
2007-08-01 | Remove unused file intel_render.c | Keith Whitwell | |
2007-08-01 | Remove unused file | Keith Whitwell | |
2007-08-01 | Remove intel_span.[ch] | Keith Whitwell | |
2007-07-31 | sp_z_surface.h is dead | Brian | |
2007-07-31 | Obsolete. | Brian | |