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-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
2007-12-12
Try PIPE_FORMAT_R5G6B5_UNORM for GL_RGB5 request.
Brian
2007-12-11
softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM.
Michel Dänzer
2007-12-11
Remove internal_format field from struct pipe_texture.
Michel Dänzer
2007-12-11
Rework gallium and mesa queries a little.
Keith Whitwell
2007-12-11
gallium: remove clear values from depth, stencil state
Keith Whitwell
2007-12-11
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
gallium: remove redundant clear_color state.
Keith Whitwell
2007-12-11
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-12-11
gallium: remove dead pbo zcopy code
Keith Whitwell
2007-12-11
Add surface storage allocation function to winsys interface.
José Fonseca
2007-12-10
XXX comments about some hard-coded values that need to be fixed
Brian
2007-12-10
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-10
don't use get/put_tile_rgba() for accum buffer accesses
Brian
2007-12-10
Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.
Michel Dänzer
2007-12-10
Correct user VBO size.
Ben Skeggs
2007-12-10
Remove stray references to struct pipe_region.
Michel Dänzer
2007-12-09
Adapt for winsys interface changes.
José Fonseca
2007-12-09
gallium: support the full range of possible vertex types
Keith Whitwell
2007-12-09
add fence interfaces and buffer create flags to pipe_winsys
keithw
2007-12-07
New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...
Brian
2007-12-07
Move _mesa_init_glsl_driver_functions() into shader_api.c
Brian
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
include tgsi_dump.h
Brian
2007-12-07
Replace "duplicate" formats
Brian
2007-12-07
Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format().
Brian
2007-12-07
added ST_SURFACE_DEPTH
Brian
2007-12-07
move surface pitch calculation so it always gets updated
Brian
2007-12-07
fix void pointer arithmetic warnings
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Remove remnants of 'intel' from active state tracker code.
Michel Dänzer
2007-12-06
st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-05
silence warning
Brian
2007-12-05
added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value()
Brian
2007-11-29
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-24
Cleanup PIPE_FORMAT names.
Michal Krol
2007-11-23
gallium: reorg tgsi directories.
Michal Krol
2007-11-22
The right include was mtypes.h.
José Fonseca
2007-11-22
Fix build errors.
José Fonseca
[next]