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_clear.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-17
/
+6
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
1
-13
/
+2
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-5
/
+3
*
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
2009-02-24
1
-8
/
+4
*
mesa: Free the util shaders with the gallium's FREE.
José Fonseca
2009-02-19
1
-2
/
+2
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-2
/
+2
*
gallium: standardize naming of masks
Zack Rusin
2009-01-27
1
-2
/
+2
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-12-15
1
-3
/
+28
|
\
|
*
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-12-12
1
-3
/
+28
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
1
-7
/
+19
|
\
|
|
*
gallium: add some checks for null surface pointers in state tracker
Brian Paul
2008-10-18
1
-7
/
+19
*
|
softpipe: Don't call pipe_buffer_destroy directly.
José Fonseca
2008-11-03
1
-1
/
+1
|
/
*
gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8...
Brian Paul
2008-09-05
1
-0
/
+3
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-4
/
+4
*
st: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
1
-7
/
+7
*
gallium: fix mem leaks
Brian Paul
2008-05-20
1
-0
/
+10
*
Some changed for non-C99 compilers
Alan Hourihane
2008-05-02
1
-1
/
+1
*
gallium: use new buffer wrapper functions in p_inlines.h
Brian Paul
2008-04-30
1
-8
/
+6
*
gallium: use cso_destroy_vertex/fragment_shader() functions
Brian Paul
2008-04-24
1
-2
/
+2
*
use cso fs/vs handle functions
Keith Whitwell
2008-04-21
1
-2
/
+2
*
gallium: Use CSO cache for shaders.
Michel Dänzer
2008-04-21
1
-6
/
+6
*
gallium: Always pass colour clear value to driver as A8R8G8B8.
Michel Dänzer
2008-04-18
1
-1
/
+1
*
gallium: set rasterizer.gl_rasterization_rules = 1 in a few more places
Brian
2008-04-03
1
-0
/
+1
*
gallium: streamline viewport/raster/shader state for clearing with quads
Brian Paul
2008-04-03
1
-37
/
+38
*
gallium: remove the temporary/test TEST_DRAW_PASSTHROUGH code
Brian Paul
2008-04-03
1
-12
/
+0
*
gallium: use identity viewport fix broken clear_with_quad() path
Brian Paul
2008-04-03
1
-7
/
+5
*
gallium: Update calls to the simple shader functions
Brian
2008-03-27
1
-2
/
+3
*
gallium: in clear_with_quad() check fb orientation, invert Y if needed
Brian
2008-03-20
1
-2
/
+10
*
gallium: create one vertex buffer and re-use, also enable bypass_clipping
Brian
2008-03-20
1
-31
/
+45
*
gallium: use the utility pasthrough shaders
Brian
2008-03-20
1
-110
/
+27
*
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
2008-03-19
1
-20
/
+15
*
gallium: restore additional state after clearing with quad
Brian
2008-03-18
1
-0
/
+2
*
gallium: use new color packing utility functions
Brian
2008-03-18
1
-55
/
+6
*
gallium: for TEST_DRAW_PASSTHROUGH, pass inClipCoords=FALSE to st_draw_vertic...
Brian
2008-03-13
1
-1
/
+7
*
gallium: add some temporary code for testing draw module vertex passthrough
Brian
2008-03-13
1
-1
/
+16
*
gallium: in clear_stencil_buffer() check surface format to determine stencil ...
Brian
2008-03-12
1
-0
/
+9
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-24
/
+23
*
gallium: State tracker cleanups wrt clears.
Keith Whitwell
2008-02-28
1
-24
/
+16
*
gallium: Cleanups related to clears.
Keith Whitwell
2008-02-14
1
-32
/
+85
*
gallium: rename st_fragment_program's fs field to cso to match st_vertex_program
Brian
2008-02-12
1
-1
/
+1
*
gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...
Brian
2008-02-08
1
-1
/
+1
*
gallium: check if surface has defined status in check_clear_depth_with_quad()
Brian
2008-01-28
1
-1
/
+3
*
Fix problems with vertex shaders and the private draw module.
Brian
2008-01-14
1
-3
/
+3
*
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-17
1
-22
/
+13
*
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
1
-3
/
+3
*
Replace "duplicate" formats
Brian
2007-12-07
1
-12
/
+12
*
added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value()
Brian
2007-12-05
1
-0
/
+3
*
initial support for PIPE_FORMAT_Z24_S8
Brian
2007-11-20
1
-4
/
+4
*
simplify depth_value(), return proper value for Z16 format
Brian
2007-11-08
1
-13
/
+7
*
Float->uint conversion for PIPE_FORMAT_U_Z32 resulted in overflow in depth_va...
Brian
2007-11-07
1
-1
/
+5
[prev]
[next]