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
2008-01-31
gallium: fix problem in which texcoords and varying vars got mapped to the sa...
Brian
2008-01-31
Fix problem in mapping vertex program outputs (found with "spring" game engine)
Brian
2008-01-29
gallium: don't rely on assert(0) for error handling - may be disabled
Keith Whitwell
2008-01-28
gallium: check if surface has defined status in check_clear_depth_with_quad()
Brian
2008-01-26
gallium: minor cleanups to pipe interface
Keith Whitwell
2008-01-26
gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...
Keith Whitwell
2008-01-26
gallium: specialize glFlush vs other flush semantics
Keith Whitwell
2008-01-25
gallium: replace prim pipeline begin/end() functions with flush()
Brian
2008-01-25
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
gallium: Simplify winsys buffer interface.
Michel Dänzer
2008-01-25
gallium: added rastpos_destroy()
Brian
2008-01-24
gallium: added rastpos_destroy()
Brian
2008-01-23
gallium: remove support for separate depth/stencil buffers. Always combined ...
Brian
2008-01-23
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/sel...
Brian
2008-01-23
gallium: fix computation of raster.point_size_per_vertex flag
Brian
2008-01-22
gallium: use temp reg for storing color to avoid reading 'result.color'
Brian
2008-01-21
gallium: silence warnings
Brian
2008-01-17
Revert "temporarily don't emit TGSI immediates, use the constant buffer"
José Fonseca
2008-01-17
Back-port miscellaneous fixes from internal branch (mostly portability fixes).
José Fonseca
2008-01-17
temporarily don't emit TGSI immediates, use the constant buffer
Brian
2008-01-16
tweaks to quad drawing, set UsesKill in bitmap shader
Brian
2008-01-16
Fix a two-sided lighting bug (fixes samples/wave.c)
Brian
2008-01-15
include pipe/draw/draw_context.h
Brian
2008-01-14
free stvp->draw_shader
Brian
2008-01-14
Fix problems with vertex shaders and the private draw module.
Brian
2008-01-14
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-04
gallium: Make texture target an enum for better debuggability.
Michel Dänzer
2008-01-01
unref buffer after drawing, fixes rastpos mem leak
Brian
2008-01-01
unref const buffers during context destroy
Brian
2007-12-20
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
2007-12-20
gallium: translate ARB fp/vp immediates consistently to tgsi immediates
Keith Whitwell
2007-12-19
Add some prototype code for converting RET to END for main(). Disabled for now.
Brian
2007-12-19
Fix problem with initial viewport/scissor size.
Brian
2007-12-19
convert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OPCOD_RET
Brian
2007-12-19
special-case PSIZE too
Brian
2007-12-19
new assertions
Brian
2007-12-19
actually set the max_index. useful in the driver
Zack Rusin
2007-12-18
turn off TGSI_DEBUG
Brian
2007-12-18
fix bug on GL_VERTEX_PROGRAM_TWO_SIDE path
Brian
2007-12-18
gallium: rationalize vertex_element state packet
Keith Whitwell
2007-12-17
Emit declarations for constants (references to the const buffer)
Brian
2007-12-17
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-14
Added origin_lower_left field to pipe_rasterizer_state
Brian
2007-12-14
update_samplers() didn't respect the sampler->texunit mapping.
Brian
2007-12-14
emit tgsi declarations for texture samplers
Brian
2007-12-14
Don't always declare frag shader INPUT[0] as fragment position.
Brian
2007-12-13
add missing code for PIPE_FORMAT_S8_UNORM renderbuffer
Brian
2007-12-12
Re-org of st_create_framebuffer() and renderbuffer format selection.
Brian
[next]