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-29
Remove typedefs from enums.
Zack Rusin
2007-10-29
Refactor the LLVM code a bit.
Zack Rusin
2007-10-29
Remove TGSI_INTERPOLATE_ATTRIB.
Michal Krol
2007-10-29
Fix newlines.
Michal Krol
2007-10-28
Update comments.
Michal Krol
2007-10-28
Replace supported_formats with is_format_supported interface.
Michal Krol
2007-10-28
Declare temporaries in a more compact fashion.
michal
2007-10-28
Declare temporaries in a more compact fashion.
michal
2007-10-27
Use PIPE_FORMAT in state tracker.
michal
2007-10-27
Refactor supported format queries.
michal
2007-10-27
Remove PIPE_FORMAT_COUNT references.
michal
2007-10-27
Comments about texture instructions and the src regs
Brian
2007-10-27
Move mesa_to_tgsi.[ch] to state_tracker
Brian
2007-10-27
Move mesa_to_tgsi.[ch] into state tracker.
Brian
2007-10-26
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
surface_alloc() is now a winsys function.
Brian
2007-10-25
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-25
silence warning
Brian
2007-10-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-24
Fix glDrawElements + VBO rendering when ptr/offset is not zero.
Brian
2007-10-24
Revert "Undo indexOffset change (I think, git???)"
Brian
2007-10-24
Undo indexOffset change (I think, git???)
Brian
2007-10-24
flush pipe in draw_stencil_pixels()
Brian
2007-10-24
Add copyright headers and do some cleanups.
Zack Rusin
2007-10-24
Cleanup some code.
Zack Rusin
2007-10-24
Execution engine is a singleton, for now keep it in the pipe.
Zack Rusin
2007-10-24
Initial stab at LLVM integration.
Zack Rusin
2007-10-23
Don't pad renderbuffers to multiple of two pixels anymore.
Brian
2007-10-22
fix masking bug, memory leak
Brian
2007-10-22
new flag to control psize (from vertex shader or fixed size)
Brian
2007-10-22
add support for sprite texcoord modes
Brian
2007-10-22
add point_sprite flag to rasterizer state
Brian
2007-10-20
flush the pipe before accum ops
Brian
2007-10-20
unmap regions when reallocating renderbuffer storage
Brian
2007-10-20
renderbuffer tweaks in update_framebuffer_state()
Brian
2007-10-18
Alternate CopyPixels path based on get/put_tile().
Brian
2007-10-18
fix off-by-one error in CopyPixels src position
Brian
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
[next]