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
/
state_tracker
/
st_cb_clear.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: code clean-ups, formatting fixes, comments, etc
Brian Paul
2010-03-24
1
-16
/
+31
*
st/mesa: rename st_clear() to st_Clear()
Brian Paul
2010-03-24
1
-2
/
+2
*
st/mesa: return GL_TRUE/GL_FALSE if return type is GLboolean
Brian Paul
2010-03-24
1
-15
/
+13
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-0
/
+5
|
\
|
*
st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interface
Roland Scheidegger
2010-03-09
1
-0
/
+4
*
|
st/mesa: Reset clip state when clearing with quads.
Michal Krol
2010-02-24
1
-1
/
+5
*
|
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-19
/
+25
|
/
*
gallium: give pipe_stencil_ref its own cso_save/restore functions
Roland Scheidegger
2010-02-11
1
-0
/
+2
*
gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha
Roland Scheidegger
2010-02-11
1
-17
/
+2
*
st/mesa: more fixes for stencil ref change.
Roland Scheidegger
2010-02-10
1
-1
/
+20
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
1
-8
/
+8
|
\
|
*
gallium: prepare for per-rendertarget blend enables, writemasks, blend funcs
Roland Scheidegger
2010-01-20
1
-8
/
+8
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-7
/
+4
|
\
\
|
|
/
|
/
|
|
*
mesa: Use pipe_buffer_write_nooverlap where appropriate.
José Fonseca
2010-01-21
1
-4
/
+4
|
*
st/mesa: Remove unnecessary headers from st_cb_clear.c.
Vinson Lee
2010-01-15
1
-3
/
+0
*
|
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-8
/
+8
*
|
Move pf_is_depth_and_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-2
/
+3
|
/
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-2
/
+11
|
\
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-2
/
+11
*
|
mesa/st: don't reuse vertex buffers for bitmap, clear quads
Keith Whitwell
2009-10-02
1
-1
/
+12
|
/
*
mesa/st: recognize no-op scissor state when checking clear_with_quads
Keith Whitwell
2009-07-29
1
-4
/
+20
*
mesa: Use new pf_is_depth_and_stencil inline.
José Fonseca
2009-06-11
1
-16
/
+2
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-4
/
+5
*
gallium: Clean up driver clear() interface.
Michel Dänzer
2009-04-04
1
-119
/
+64
*
gallium: Add utility helper for packing combined depth/stencil values.
Michel Dänzer
2009-04-04
1
-13
/
+3
*
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-03-26
1
-17
/
+0
*
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
[next]