Age | Commit message (Expand) | Author |
2008-01-23 | gallium: remove support for separate depth/stencil buffers. Always combined ... | Brian |
2007-12-07 | shorten loops over color bufs | Brian |
2007-12-07 | code re-org in softpipe_clear() | Brian |
2007-12-07 | Tile clearing optimizations. | Brian |
2007-12-07 | Get rid of "duplicate" formats. | Brian |
2007-12-07 | Convert the clearValue back to floats for sp_tile_cache_clear() | Brian |
2007-12-07 | Some tile cache improvements, clean-ups. | Brian |
2007-12-07 | Eliminate struct pipe_region. | Michel Dänzer |
2007-11-29 | Move dimensions from struct pipe_region to struct pipe_surface. | Michel Dänzer |
2007-11-08 | fix bad width/height code in softpipe_clear() | Brian |
2007-10-29 | Make gallium compile in win32. | Michal Krol |
2007-10-27 | Remove remnants of softpipe_surface. | Brian |
2007-10-24 | a bit more work for optimizing clears in tile cache (not enabled yet) | Brian |
2007-10-21 | silence warning | Brian |
2007-10-20 | Convert Z/stencil ops to use cached tiles like colors. | Brian |
2007-10-19 | Initial implementation of surface tile caching. | Brian |
2007-10-10 | fix softpipe_clear() to handle ps->offset!=0 (such as when rendering to textu... | Brian |
2007-08-21 | Silence compiler warnings. | michal |
2007-08-17 | assertions | Brian |
2007-08-15 | Remove mesa include directories, be stricter about include paths. | Keith Whitwell |
2007-08-14 | Continue reducing dependencies on core mesa include files. | Keith Whitwell |
2007-08-13 | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell |
2007-08-05 | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell |
2007-08-02 | pipe->clear() now takes a surface, rather than color/depth/stencil flags. | Brian |
2007-08-02 | Remove references to accum buffers in softpipe. | Keith Whitwell |
2007-08-02 | Reroute some clear functionality. | Keith Whitwell |
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 |
2007-08-01 | More work on glClear. | 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-06-20 | actually use new glClear code | Brian |
2007-06-20 | implement softpipe clearing (untested) | Brian |
2007-06-20 | Initial work for glClear(), clear color state. | Brian |