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
/
p_context.h
Age
Commit message (
Expand
)
Author
2008-01-25
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-15
Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.
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
2007-12-17
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
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-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
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-29
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-08
Added pipe->get_paramf() to query float limits.
Brian
2007-11-08
Rename struct field 'private' to 'priv'.
Michel Dänzer
2007-11-07
Remove context dependencies in winsys layer.
Brian
2007-11-06
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-10-31
update comments for pipe_context
Brian
2007-10-29
Make it compile under linux.
Michal Krol
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-27
Remove llvm dependencies.
michal
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
Move the get/put_tile() functions to pipe_context.
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
Execution engine is a singleton, for now keep it in the pipe.
Zack Rusin
2007-09-21
Make the alpha test state a cso.
Zack Rusin
2007-09-20
Fix failover state binding and convert the sampler to use the new
Zack Rusin
2007-09-20
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-20
Switch fragment/vertex shaders to the new caching semantics.
Zack Rusin
2007-09-19
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
Convert the rasterizer cso to the new semantics.
Zack Rusin
2007-09-19
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
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
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-17
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-09-11
Implement query object interface.
Brian
2007-09-10
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-09-06
Initial work for post-transformed vertex feedback buffers.
Brian
2007-08-22
Improved pipe_region/surface_reference() functions
Brian
2007-08-22
Rework of shader constant buffers.
Brian
2007-08-21
First pass at a fallback concept for pipe devices.
Keith Whitwell
[next]