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
/
failover
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
3
-20
/
+6
*
gallium: remove redundant clear_color state.
Keith Whitwell
2007-12-11
3
-15
/
+0
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-2
/
+0
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
3
-3
/
+4
*
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-29
1
-3
/
+3
*
Added pipe->get_paramf() to query float limits.
Brian
2007-11-08
1
-0
/
+1
*
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-06
1
-1
/
+1
*
Replace supported_formats with is_format_supported interface.
Michal Krol
2007-10-28
1
-1
/
+1
*
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
2
-0
/
+15
*
surface_alloc() is now a winsys function.
Brian
2007-10-26
1
-0
/
+2
*
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-25
1
-2
/
+0
*
Revert "Undo indexOffset change (I think, git???)"
Brian
2007-10-24
1
-4
/
+2
*
Undo indexOffset change (I think, git???)
Brian
2007-10-24
1
-2
/
+4
*
Make the alpha test state a cso.
Zack Rusin
2007-09-21
3
-10
/
+42
*
Fix failover state binding and convert the sampler to use the new
Zack Rusin
2007-09-20
3
-28
/
+58
*
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-20
3
-5
/
+35
*
Switch fragment/vertex shaders to the new caching semantics.
Zack Rusin
2007-09-20
3
-12
/
+73
*
Convert the rasterizer cso to the new semantics.
Zack Rusin
2007-09-19
3
-6
/
+34
*
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
2007-09-19
3
-5
/
+38
*
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
3
-14
/
+13
*
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
3
-13
/
+13
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
3
-45
/
+27
*
Make sampler an immutable state object.
Zack Rusin
2007-09-18
3
-7
/
+7
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
3
-6
/
+8
*
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-09-17
1
-1
/
+0
*
Implement query object interface.
Brian
2007-09-11
1
-2
/
+2
*
Clear all the dirtyflag words
Keith Whitwell
2007-08-22
1
-0
/
+4
*
fix cut and paste
keithw
2007-08-21
1
-18
/
+24
*
First pass at a fallback concept for pipe devices.
Keith Whitwell
2007-08-21
6
-0
/
+752