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
/
pipe
/
softpipe
/
sp_context.c
Age
Commit message (
Expand
)
Author
2008-01-10
clean-up comments, code
Brian
2008-01-10
softpipe: map only once in softpipe_map_surfaces
Jerome Glisse
2008-01-01
unref const buffers during context destroy
Brian
2008-01-01
free surface caches in softpipe_destroy()
Brian
2007-12-17
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-13
remove unused var
Brian
2007-12-12
PIPE_SCREEN_SURFACE no longer needed
Brian
2007-12-11
Rework gallium and mesa queries a little.
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-10
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-09
gallium: use SSE by default
José Fonseca
2007-12-07
shorten loops over color bufs
Brian
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
add some whitespace
Brian
2007-12-07
minor code movement
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-11-18
Implement early depth test.
Michal Krol
2007-11-08
Added pipe->get_paramf() to query float limits.
Brian
2007-11-06
remove dead code in softpipe_is_format_supported()
Brian
2007-11-06
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-05
Determine GL extensions/limits by making pipe queries.
Brian
2007-10-29
Make gallium compile in win32.
Michal Krol
2007-10-28
Replace supported_formats with is_format_supported interface.
Michal Krol
2007-10-28
Use FREE and MALLOC instead of free and malloc.
Michal Krol
2007-10-28
Control FS TGSI dumping with GALLIUM_DUMP_FS env variable.
michal
2007-10-28
Fix newlines.
michal
2007-10-27
Call quad stage destructors.
michal
2007-10-26
Re-implement GLSL texture sampler variables.
Brian
2007-10-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-22
Finish unifying the surface and texture tile caches.
Brian
2007-10-20
init sp->sbuf_cache to avoid possible segfault
Brian
2007-10-20
Convert Z/stencil ops to use cached tiles like colors.
Brian
2007-10-18
remove old comment
Brian
2007-10-18
sp_context.c:255: error: 'false' undeclared (first use in this function)
Oliver McFadden
2007-10-03
Track fragment and vertex shader code generation via pipe shader state objects.
Michel Dänzer
2007-10-01
fix a few vert/frag program items to get i915 driver going again
Brian
2007-09-28
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-28
Revert "Redoing the way we handle vertex shaders for the draw module."
Zack Rusin
2007-09-28
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-25
First attempt at building vertex buffers post-clip.
Keith Whitwell
2007-09-21
Make the alpha test state a cso.
Zack Rusin
2007-09-21
Silence a few warnings.
Zack Rusin
2007-09-19
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
Finish up conversions of shaders to immutable objects.
Zack Rusin
2007-09-18
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin
2007-09-18
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
[next]