index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_fbo.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
2007-12-20
1
-1
/
+1
*
add missing code for PIPE_FORMAT_S8_UNORM renderbuffer
Brian
2007-12-13
1
-0
/
+4
*
Re-org of st_create_framebuffer() and renderbuffer format selection.
Brian
2007-12-12
1
-20
/
+39
*
Add surface storage allocation function to winsys interface.
José Fonseca
2007-12-11
1
-23
/
+13
*
XXX comments about some hard-coded values that need to be fixed
Brian
2007-12-10
1
-0
/
+1
*
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-10
1
-3
/
+8
*
Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.
Michel Dänzer
2007-12-10
1
-1
/
+1
*
Adapt for winsys interface changes.
José Fonseca
2007-12-09
1
-1
/
+1
*
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
1
-2
/
+3
*
move surface pitch calculation so it always gets updated
Brian
2007-12-07
1
-2
/
+3
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-14
/
+14
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-12
/
+12
*
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-29
1
-2
/
+6
*
new init_renderbuffer_bits() helper
Brian
2007-11-08
1
-14
/
+24
*
Add winsys->surface_release() to complement winsys->surface_alloc().
Brian
2007-11-07
1
-13
/
+4
*
realloc surface if format changes, remove dead code
Brian
2007-11-06
1
-26
/
+13
*
Make it compile under linux.
Michal Krol
2007-10-29
1
-0
/
+1
*
Use PIPE_FORMAT in state tracker.
michal
2007-10-27
1
-11
/
+12
*
surface_alloc() is now a winsys function.
Brian
2007-10-26
1
-1
/
+1
*
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-25
1
-3
/
+5
*
Don't pad renderbuffers to multiple of two pixels anymore.
Brian
2007-10-23
1
-6
/
+1
*
unmap regions when reallocating renderbuffer storage
Brian
2007-10-20
1
-0
/
+4
*
16-bit rgba surface/format for accum
Brian
2007-10-14
1
-8
/
+4
*
use correct mipmap level in st_render_texture()
Brian
2007-10-10
1
-3
/
+3
*
fix width/height padding that caused failed assertion upon window resize
Brian
2007-10-10
1
-3
/
+4
*
Pad surface dimensions to multiples of 2.
Michel Dänzer
2007-09-19
1
-0
/
+4
*
added GL_STENCIL_INDEX8_EXT
Brian
2007-08-23
1
-0
/
+3
*
Improved pipe_region/surface_reference() functions
Brian
2007-08-22
1
-1
/
+1
*
added assertions, disable debug output
Brian
2007-08-17
1
-0
/
+5
*
set renderbuffer Width/Height = texture size
Brian
2007-08-13
1
-6
/
+7
*
fix up some render-to-texture code ... almost there
Brian
2007-08-13
1
-9
/
+38
*
check for ctx==NULL in st_renderbuffer_delete()
Brian
2007-08-13
1
-7
/
+12
*
pipe->region_alloc() now takes width instead of pitch, plus a flags param
Brian
2007-08-10
1
-6
/
+3
*
more render to texture work
Brian
2007-08-10
1
-11
/
+8
*
sketch out some render-to-texture code
Brian
2007-08-10
1
-2
/
+16
*
rename st_cb_teximage.h st_format.h
Brian
2007-08-10
1
-1
/
+1
*
code movement
Brian
2007-08-10
1
-70
/
+1
*
init strb->Base.DataType appropriately, clean-ups
Brian
2007-08-09
1
-2
/
+12
*
assertions
Brian
2007-08-09
1
-0
/
+2
*
Checkpoint intel_renderbuffer removal.
Brian
2007-08-09
1
-53
/
+29
*
checkpoint: no longer using intel_fbo.c
Brian
2007-08-09
1
-15
/
+87
*
New st_init_*_functions() to initialize the driver functions table.
Brian
2007-08-06
1
-8
/
+1
*
framebuffer object functions
Brian
2007-08-03
1
-0
/
+343
[prev]