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_drawpixels.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-25
1
-2
/
+2
*
flush pipe in draw_stencil_pixels()
Brian
2007-10-24
1
-0
/
+2
*
Alternate CopyPixels path based on get/put_tile().
Brian
2007-10-18
1
-8
/
+34
*
fix off-by-one error in CopyPixels src position
Brian
2007-10-18
1
-1
/
+1
*
fix upside down CopyPixels image
Brian
2007-10-18
1
-17
/
+25
*
checkpoint: code refactoring for glCopyPixels
Brian
2007-10-18
1
-50
/
+123
*
start implementing glCopyPixels (stencil works)
Brian
2007-10-18
1
-0
/
+79
*
remove #include vf.h
Brian
2007-10-17
1
-1
/
+0
*
Fix viewport Z scale/bias to get the right Z values from drawing the quad.
Brian
2007-10-17
1
-2
/
+2
*
remove debug assertion
Brian
2007-10-16
1
-1
/
+0
*
add 'normalized_coords' field to pipe_sampler_state
Brian
2007-10-15
1
-0
/
+1
*
simplify KIL usage for bitmap fragprog
Brian
2007-10-15
1
-4
/
+2
*
GL_STENCIL_INDEX support
Brian
2007-10-13
1
-2
/
+83
*
glDrawPixels support for GL_DEPTH_COMPONENT
Brian
2007-10-13
1
-10
/
+115
*
Use KIL in glBitmap shader to cull the fragments for 0 bits.
Brian
2007-10-12
1
-41
/
+30
*
initial use of KIL for glBitmap rendering
Brian
2007-10-12
1
-7
/
+44
*
Instead of linked program pairs, keep a list of vertex programs translated fo...
Brian
2007-09-28
1
-2
/
+2
*
comments, null ptr checks, etc.
Brian
2007-09-25
1
-16
/
+38
*
don't apply pixelzoom to bitmaps
Brian
2007-09-25
1
-2
/
+5
*
st_draw_vertices() no longer needs attribs[] array parameter
Brian
2007-09-25
1
-11
/
+2
*
Simple implementation of glBitmap rendering.
Brian
2007-09-25
1
-44
/
+320
*
re-org/prep for glBitmap
Brian
2007-09-25
1
-17
/
+10
*
Translate mesa vertex/fragment programs to TGSI programs at same time to do p...
Brian
2007-09-25
1
-2
/
+4
*
Make the alpha test state a cso.
Zack Rusin
2007-09-21
1
-1
/
+1
*
Fix failover state binding and convert the sampler to use the new
Zack Rusin
2007-09-20
1
-3
/
+4
*
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-20
1
-1
/
+1
*
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
-29
/
+4
*
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
-2
/
+2
*
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
-2
/
+13
*
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
-3
/
+5
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
1
-1
/
+1
*
Make sampler an immutable state object.
Zack Rusin
2007-09-18
1
-2
/
+4
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
1
-2
/
+2
*
add some warnings about bitmaps/copypixels
Brian
2007-08-24
1
-0
/
+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
-0
/
+17
*
Update glClear and glDrawPixels code.
Brian
2007-08-20
1
-11
/
+83
*
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-20
1
-6
/
+6
*
Begin added vertex shader state/support.
Brian
2007-08-16
1
-1
/
+1
*
added PIPE_PRIM_x tokens (matching GL), use in a few places
Brian
2007-08-15
1
-1
/
+1
*
added glCopyPixels stub
Brian
2007-08-14
1
-0
/
+14
*
fix some issues with texture/mipmap_tree state tracking
Brian
2007-08-13
1
-2
/
+2
*
added Bitmap() stub, call st_validate_state() in DrawPixels
Brian
2007-08-11
1
-3
/
+18
*
added pipe->max_texture_size() query, use it in st_drawpixels()
Brian
2007-08-10
1
-0
/
+9
*
fix image orientation
Brian
2007-08-10
1
-5
/
+8
*
setup sampler state, computed wincoords with pixel zoom factors
Brian
2007-08-10
1
-30
/
+59
[prev]
[next]