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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Execution engine is a singleton, for now keep it in the pipe.
Zack Rusin
2007-10-24
1
-2
/
+2
*
Initial stab at LLVM integration.
Zack Rusin
2007-10-24
1
-1
/
+3
*
Don't pad renderbuffers to multiple of two pixels anymore.
Brian
2007-10-23
1
-6
/
+1
*
fix masking bug, memory leak
Brian
2007-10-22
1
-29
/
+28
*
new flag to control psize (from vertex shader or fixed size)
Brian
2007-10-22
1
-0
/
+1
*
add support for sprite texcoord modes
Brian
2007-10-22
1
-0
/
+12
*
add point_sprite flag to rasterizer state
Brian
2007-10-22
1
-0
/
+1
*
flush the pipe before accum ops
Brian
2007-10-20
1
-0
/
+3
*
unmap regions when reallocating renderbuffer storage
Brian
2007-10-20
1
-0
/
+4
*
renderbuffer tweaks in update_framebuffer_state()
Brian
2007-10-20
1
-4
/
+5
*
Alternate CopyPixels path based on get/put_tile().
Brian
2007-10-18
3
-8
/
+41
*
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
*
fix function name
Brian
2007-10-18
1
-1
/
+1
*
checkpoint: code refactoring for glCopyPixels
Brian
2007-10-18
1
-50
/
+123
*
start implementing glCopyPixels (stencil works)
Brian
2007-10-18
1
-0
/
+79
*
make read_stencil_pixels() non-static
Brian
2007-10-18
2
-5
/
+11
*
print vertex input mapping
Brian
2007-10-18
1
-0
/
+6
*
handle fogcoord/raster distance
Brian
2007-10-18
1
-4
/
+15
*
debug functions
Brian
2007-10-18
2
-0
/
+96
*
remove #include vf.h
Brian
2007-10-17
4
-5
/
+0
*
formatting fix
Brian
2007-10-17
1
-1
/
+3
*
fix addressing error in read_stencil_pixels()
Brian
2007-10-17
1
-2
/
+2
*
generate selection hit if in selection mode and pos is not clipped
Brian
2007-10-17
1
-0
/
+5
*
Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer)
Brian
2007-10-17
1
-1
/
+5
*
Fix viewport Z scale/bias to get the right Z values from drawing the quad.
Brian
2007-10-17
2
-5
/
+5
*
use new st_clear_accum_buffer() function
Brian
2007-10-16
1
-24
/
+3
*
New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'...
Brian
2007-10-16
2
-6
/
+41
*
remove debug assertion
Brian
2007-10-16
1
-1
/
+0
*
fix blend term translation bug, rename some funcs
Brian
2007-10-16
1
-13
/
+13
*
GL_UNSIGNED_BYTE indexes
Brian
2007-10-15
1
-0
/
+3
*
Undo prev changes.
Brian
2007-10-15
2
-23
/
+36
*
setup vertex format for GL_FEEDBACK mode
Brian
2007-10-15
1
-0
/
+14
*
GL_SELECT mode works now
Brian
2007-10-15
2
-0
/
+22
*
call pipe->set_vertex_buffer() after drawing/unreferencing.
Brian
2007-10-15
1
-0
/
+2
*
add 'normalized_coords' field to pipe_sampler_state
Brian
2007-10-15
2
-0
/
+4
*
simplify KIL usage for bitmap fragprog
Brian
2007-10-15
1
-4
/
+2
*
implement accum ops
Brian
2007-10-14
1
-8
/
+162
*
16-bit rgba surface/format for accum
Brian
2007-10-14
3
-9
/
+57
*
Added accum function/files.
Brian
2007-10-14
3
-0
/
+128
*
GL_STENCIL_INDEX support
Brian
2007-10-13
1
-1
/
+77
*
GL_STENCIL_INDEX support
Brian
2007-10-13
1
-2
/
+83
*
format info for Z16/Z32
Brian
2007-10-13
1
-1
/
+15
*
glDrawPixels support for GL_DEPTH_COMPONENT
Brian
2007-10-13
1
-10
/
+115
*
get_tile() of Z surfaces returns floats now
Brian
2007-10-13
1
-13
/
+1
*
Use KIL in glBitmap shader to cull the fragments for 0 bits.
Brian
2007-10-12
1
-41
/
+30
*
added assertion to be sure we don't exceed bitfield size
Brian
2007-10-12
1
-0
/
+1
*
initial use of KIL for glBitmap rendering
Brian
2007-10-12
1
-7
/
+44
*
rename some vars, updated comments
Brian
2007-10-11
1
-8
/
+8
*
remove unused tgsi_attrib_to_mesa_attrib()
Brian
2007-10-11
1
-64
/
+0
[next]