index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
p_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-12-11
1
-9
/
+0
*
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-10
1
-1
/
+2
*
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
1
-1
/
+1
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-9
/
+1
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-4
/
+7
*
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-29
1
-24
/
+24
*
Added pipe->get_paramf() to query float limits.
Brian
2007-11-08
1
-0
/
+1
*
Rename struct field 'private' to 'priv'.
Michel Dänzer
2007-11-08
1
-1
/
+1
*
Remove context dependencies in winsys layer.
Brian
2007-11-07
1
-0
/
+2
*
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-06
1
-6
/
+0
*
update comments for pipe_context
Brian
2007-10-31
1
-2
/
+7
*
Make it compile under linux.
Michal Krol
2007-10-29
1
-60
/
+0
*
Make gallium compile in win32.
Michal Krol
2007-10-29
1
-3
/
+3
*
Replace supported_formats with is_format_supported interface.
Michal Krol
2007-10-28
1
-2
/
+2
*
Remove llvm dependencies.
michal
2007-10-27
1
-4
/
+3
*
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
1
-0
/
+3
*
surface_alloc() is now a winsys function.
Brian
2007-10-26
1
-8
/
+1
*
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-25
1
-9
/
+4
*
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-25
1
-0
/
+18
*
Revert "Undo indexOffset change (I think, git???)"
Brian
2007-10-24
1
-1
/
+1
*
Undo indexOffset change (I think, git???)
Brian
2007-10-24
1
-1
/
+1
*
Execution engine is a singleton, for now keep it in the pipe.
Zack Rusin
2007-10-24
1
-1
/
+3
*
Make the alpha test state a cso.
Zack Rusin
2007-09-21
1
-14
/
+18
*
Fix failover state binding and convert the sampler to use the new
Zack Rusin
2007-09-20
1
-8
/
+5
*
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-20
1
-7
/
+4
*
Switch fragment/vertex shaders to the new caching semantics.
Zack Rusin
2007-09-20
1
-14
/
+9
*
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
Brian
2007-09-19
1
-1
/
+2
*
Convert the rasterizer cso to the new semantics.
Zack Rusin
2007-09-19
1
-7
/
+4
*
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
2007-09-19
1
-6
/
+4
*
Finish up conversions of shaders to immutable objects.
Zack Rusin
2007-09-19
1
-3
/
+8
*
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
1
-6
/
+10
*
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
1
-3
/
+8
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
1
-6
/
+8
*
Make sampler an immutable state object.
Zack Rusin
2007-09-18
1
-4
/
+9
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
1
-4
/
+8
*
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-09-17
1
-2
/
+0
*
Implement query object interface.
Brian
2007-09-11
1
-4
/
+5
*
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-09-10
1
-6
/
+4
*
Initial work for post-transformed vertex feedback buffers.
Brian
2007-09-06
1
-2
/
+16
*
Improved pipe_region/surface_reference() functions
Brian
2007-08-22
1
-22
/
+44
*
Rework of shader constant buffers.
Brian
2007-08-22
1
-1
/
+5
*
First pass at a fallback concept for pipe devices.
Keith Whitwell
2007-08-21
1
-7
/
+8
*
Checkpoint: remove more of the old draw_vb() code.
Brian
2007-08-20
1
-17
/
+0
*
implement draw_elements()
Brian
2007-08-20
1
-0
/
+5
*
Begin added vertex shader state/support.
Brian
2007-08-16
1
-1
/
+4
*
added new draw_arrays()
Brian
2007-08-15
1
-0
/
+6
*
added some const qualifiers
Brian
2007-08-15
1
-2
/
+2
*
Add structs and set-functions for vertex buffer, element state.
Keith Whitwell
2007-08-14
1
-1
/
+9
*
Start breaking the #include dependencies between pipe drivers and mesa.
Keith Whitwell
2007-08-13
1
-34
/
+35
*
Move string functions to state_tracker, add queries to pipe, winsys.
Keith Whitwell
2007-08-10
1
-0
/
+7
[next]