index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Age
Commit message (
Expand
)
Author
2007-10-18
fix upside down CopyPixels image
Brian
2007-10-18
fix function name
Brian
2007-10-18
checkpoint: code refactoring for glCopyPixels
Brian
2007-10-18
start implementing glCopyPixels (stencil works)
Brian
2007-10-18
make read_stencil_pixels() non-static
Brian
2007-10-18
print vertex input mapping
Brian
2007-10-18
handle fogcoord/raster distance
Brian
2007-10-18
debug functions
Brian
2007-10-17
remove #include vf.h
Brian
2007-10-17
formatting fix
Brian
2007-10-17
fix addressing error in read_stencil_pixels()
Brian
2007-10-17
generate selection hit if in selection mode and pos is not clipped
Brian
2007-10-17
Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer)
Brian
2007-10-17
Fix viewport Z scale/bias to get the right Z values from drawing the quad.
Brian
2007-10-16
use new st_clear_accum_buffer() function
Brian
2007-10-16
New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'...
Brian
2007-10-16
remove debug assertion
Brian
2007-10-16
fix blend term translation bug, rename some funcs
Brian
2007-10-15
GL_UNSIGNED_BYTE indexes
Brian
2007-10-15
Undo prev changes.
Brian
2007-10-15
setup vertex format for GL_FEEDBACK mode
Brian
2007-10-15
GL_SELECT mode works now
Brian
2007-10-15
call pipe->set_vertex_buffer() after drawing/unreferencing.
Brian
2007-10-15
add 'normalized_coords' field to pipe_sampler_state
Brian
2007-10-15
simplify KIL usage for bitmap fragprog
Brian
2007-10-14
implement accum ops
Brian
2007-10-14
16-bit rgba surface/format for accum
Brian
2007-10-14
Added accum function/files.
Brian
2007-10-13
GL_STENCIL_INDEX support
Brian
2007-10-13
GL_STENCIL_INDEX support
Brian
2007-10-13
format info for Z16/Z32
Brian
2007-10-13
glDrawPixels support for GL_DEPTH_COMPONENT
Brian
2007-10-13
get_tile() of Z surfaces returns floats now
Brian
2007-10-12
Use KIL in glBitmap shader to cull the fragments for 0 bits.
Brian
2007-10-12
added assertion to be sure we don't exceed bitfield size
Brian
2007-10-12
initial use of KIL for glBitmap rendering
Brian
2007-10-11
rename some vars, updated comments
Brian
2007-10-11
remove unused tgsi_attrib_to_mesa_attrib()
Brian
2007-10-11
update st_feedback_draw_vbo()
Brian
2007-10-11
streamline st_draw_vbo() a bit more, free user-space buffers at end
Brian
2007-10-11
clean-up, streamline st_draw_vbo()
Brian
2007-10-10
Use winsys->user_buffer_create() to wrap user-space vertex arrays and element...
Brian
2007-10-10
use correct mipmap level in st_render_texture()
Brian
2007-10-10
fix width/height padding that caused failed assertion upon window resize
Brian
2007-10-10
Size of input_to_index array should be VERT_ATTRIB_MAX.
Brian
2007-10-10
Merge tgsi_mesa_compile_fp_program() and tgsi_mesa_compile_vp_program() into ...
Brian
2007-10-10
remove unused var
Brian
2007-10-09
Finish up decls for packed fragment program outputs.
Brian
2007-10-09
Pack fragment program outputs to be consistant with vertex programs.
Brian
2007-10-03
Add outputs_written bitfield to pipe_shader_state, use it to determine if fra...
Brian
[next]