index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_clear.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-2
/
+2
*
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-29
1
-15
/
+1
*
fix bad width/height code in softpipe_clear()
Brian
2007-11-08
1
-3
/
+2
*
Make gallium compile in win32.
Michal Krol
2007-10-29
1
-4
/
+4
*
Remove remnants of softpipe_surface.
Brian
2007-10-27
1
-4
/
+3
*
a bit more work for optimizing clears in tile cache (not enabled yet)
Brian
2007-10-24
1
-2
/
+16
*
silence warning
Brian
2007-10-21
1
-1
/
+1
*
Convert Z/stencil ops to use cached tiles like colors.
Brian
2007-10-20
1
-0
/
+2
*
Initial implementation of surface tile caching.
Brian
2007-10-19
1
-0
/
+5
*
fix softpipe_clear() to handle ps->offset!=0 (such as when rendering to textu...
Brian
2007-10-10
1
-2
/
+8
*
Silence compiler warnings.
michal
2007-08-21
1
-1
/
+1
*
assertions
Brian
2007-08-17
1
-0
/
+3
*
Remove mesa include directories, be stricter about include paths.
Keith Whitwell
2007-08-15
1
-1
/
+0
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-2
/
+2
*
Start breaking the #include dependencies between pipe drivers and mesa.
Keith Whitwell
2007-08-13
1
-1
/
+1
*
Add a new interface between softpipe and the window system / buffer manager.
Keith Whitwell
2007-08-05
1
-1
/
+1
*
pipe->clear() now takes a surface, rather than color/depth/stencil flags.
Brian
2007-08-02
1
-102
/
+7
*
Remove references to accum buffers in softpipe.
Keith Whitwell
2007-08-02
1
-12
/
+1
*
Reroute some clear functionality.
Keith Whitwell
2007-08-02
1
-49
/
+21
*
get cliprect bounds after softpipe_update_derived()
Brian
2007-08-01
1
-4
/
+9
*
Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...
Brian
2007-08-01
1
-9
/
+26
*
More work on glClear.
Brian
2007-08-01
1
-43
/
+84
*
s/Z24_S8/S8_Z24/ (stencil is in the high byte)
Brian
2007-08-01
1
-1
/
+1
*
Checkpoint: glClear changes - working, bug very rough.
Brian
2007-08-01
1
-15
/
+75
*
actually use new glClear code
Brian
2007-06-20
1
-5
/
+5
*
implement softpipe clearing (untested)
Brian
2007-06-20
1
-1
/
+25
*
Initial work for glClear(), clear color state.
Brian
2007-06-20
1
-0
/
+47