index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
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
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
2007-09-18
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
Make sampler an immutable state object.
Zack Rusin
2007-09-18
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-11
Implement query object interface.
Brian
2007-09-10
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-08-22
Rework of shader constant buffers.
Brian
2007-08-20
Checkpoint: remove more of the old draw_vb() code.
Brian
2007-08-20
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-20
implement draw_elements()
Brian
2007-08-19
Fix some draw_arrays issues.
Brian
2007-08-16
Remove many dependencies on mesa headers.
Brian
2007-08-16
misc changes to support vertex shaders (disabled by default)
Brian
2007-08-15
Hook in new draw_arrays() code, disabled for now.
Brian
2007-08-14
Continue reducing dependencies on core mesa include files.
Keith Whitwell
[next]