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: 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
*
Move mesa_to_tgsi.[ch] to state_tracker
Brian
2007-10-27
1
-1
/
+1
*
silence warning
Brian
2007-10-25
1
-0
/
+2
*
remove #include vf.h
Brian
2007-10-17
1
-2
/
+0
*
Fix viewport Z scale/bias to get the right Z values from drawing the quad.
Brian
2007-10-17
1
-3
/
+3
*
use new st_clear_accum_buffer() function
Brian
2007-10-16
1
-24
/
+3
*
Some minor cleanups.
Michel Dänzer
2007-10-03
1
-6
/
+5
*
Instead of linked program pairs, keep a list of vertex programs translated fo...
Brian
2007-09-28
1
-2
/
+2
*
st_draw_vertices() no longer needs attribs[] array parameter
Brian
2007-09-25
1
-5
/
+1
*
Translate mesa vertex/fragment programs to TGSI programs at same time to do p...
Brian
2007-09-25
1
-2
/
+4
*
reenable some clear code that was temporarily disabled
Brian
2007-09-21
1
-4
/
+1
*
Make the alpha test state a cso.
Zack Rusin
2007-09-21
1
-2
/
+4
*
Checkpoint: vertex attribute clean-up.
Brian
2007-09-20
1
-1
/
+1
*
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-20
1
-5
/
+4
*
Switch fragment/vertex shaders to the new caching semantics.
Zack Rusin
2007-09-20
1
-4
/
+4
*
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
1
-36
/
+9
*
Convert the rasterizer cso to the new semantics.
Zack Rusin
2007-09-19
1
-4
/
+4
*
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
2007-09-19
1
-4
/
+4
*
Finish up conversions of shaders to immutable objects.
Zack Rusin
2007-09-19
1
-2
/
+2
*
Checkpoint: rework shader input/output register mapping.
Brian
2007-09-18
1
-3
/
+18
*
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
1
-4
/
+8
*
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
1
-5
/
+7
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
1
-27
/
+24
*
Implementing a better hash, removing state_tracker dependency from the cache.
Zack Rusin
2007-09-18
1
-3
/
+2
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
1
-2
/
+5
*
code re-org, minor improvements
Brian
2007-08-24
1
-6
/
+58
*
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
1
-1
/
+2
*
Rework of shader constant buffers.
Brian
2007-08-22
1
-2
/
+0
*
Set viewport state so viewport matches window dims.
Brian
2007-08-20
1
-14
/
+32
*
Update glClear and glDrawPixels code.
Brian
2007-08-20
1
-4
/
+9
*
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-20
1
-4
/
+25
*
Use simple st->pipe->clear() in more cases for depth/stencil clears.
Brian
2007-08-17
1
-14
/
+17
*
added assertions, disable debug output
Brian
2007-08-17
1
-0
/
+2
*
make pass-through vertex shader
Brian
2007-08-16
1
-0
/
+54
[next]