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
/
gallium
/
state_trackers
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/python: Remove bindings, and all its dependencies.
José Fonseca
2011-04-06
17
-2959
/
+0
*
st/python: Remove flags from flush function.
Vinson Lee
2011-03-11
1
-1
/
+1
*
st/python: Remove the geom_flags param from is_format_supported.
Vinson Lee
2011-03-11
1
-4
/
+2
*
st/python: Clean up fence_finish.
Vinson Lee
2011-03-11
1
-1
/
+1
*
st/python: Add timeout parameter to fence_finish.
Vinson Lee
2011-03-08
1
-1
/
+1
*
st/python: add usage parameter to pipe_buffer_create
Vinson Lee
2011-02-15
2
-2
/
+3
*
st/python: remove pipe_vertex_buffer::max_index
Vinson Lee
2011-02-14
1
-3
/
+0
*
st/python: remove unused 'buf' parameter in pipe_buffer_unmap
Vinson Lee
2010-12-20
1
-1
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
6
-52
/
+48
*
scons: Disable python state tracker when swig is not present.
José Fonseca
2010-11-01
1
-0
/
+3
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
1
-51
/
+55
*
gallium/st: remove duplicated includes
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
st/python: Adapt to interface change.
Chia-I Wu
2010-07-29
1
-21
/
+18
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
1
-8
/
+35
|
\
|
*
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
1
-13
/
+13
|
*
st/python: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-13
/
+26
*
|
st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...
José Fonseca
2010-05-30
1
-52
/
+20
|
/
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
2
-11
/
+29
|
\
|
*
st/python: adapt to interface changes
Roland Scheidegger
2010-05-17
2
-11
/
+29
*
|
gallium: remnants of old ccw state
Keith Whitwell
2010-05-21
1
-2
/
+1
|
/
*
st/python: Use index bias.
José Fonseca
2010-04-19
1
-4
/
+6
*
st/python: Set the bind flag for the default texture.
José Fonseca
2010-04-18
1
-0
/
+1
*
st/python: Fix regressions.
José Fonseca
2010-04-12
3
-48
/
+117
*
scons: Always build softpipe and llvmpipe (when llvm available).
José Fonseca
2010-04-11
1
-2
/
+2
*
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-11
1
-1
/
+0
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
8
-214
/
+203
*
st/python: Allow to sample only in the [0,1] range.
José Fonseca
2010-04-01
3
-23
/
+46
*
st/python: Always use softpipe as reference driver.
José Fonseca
2010-04-01
4
-11
/
+17
*
st/python: Generate binding for u_format utility functions too.
José Fonseca
2010-03-31
2
-1
/
+90
*
st/python: Update for util_draw_vertex_buffer changes.
José Fonseca
2010-03-29
1
-3
/
+35
*
st/python: Move surface read/write methods to context.
José Fonseca
2010-03-29
4
-245
/
+267
*
Revert "python: Temporarily disable python state tracker until transfers are ...
José Fonseca
2010-03-29
1
-2
/
+1
*
st/python: updates for recent interface changes
Keith Whitwell
2010-03-28
4
-57
/
+58
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-1
/
+2
|
\
|
*
python: Temporarily disable python state tracker until transfers are done by ...
José Fonseca
2010-03-13
1
-1
/
+2
*
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
10
-237
/
+95
|
\
|
|
*
python: Remove broken link hack.
José Fonseca
2010-03-10
2
-5
/
+1
|
*
python: More build fixes.
José Fonseca
2010-03-10
2
-1
/
+7
|
*
python: Handle the possibility that no driver is selected.
José Fonseca
2010-03-10
1
-0
/
+2
|
*
gallium: remove trace module injection from various state trackers
Keith Whitwell
2010-03-10
1
-5
/
+0
|
*
python: Fix up state tracker for sw api.
José Fonseca
2010-03-10
7
-225
/
+84
|
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-4
/
+4
|
|
\
|
|
*
vega: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-4
/
+4
|
*
|
python: Rename pipe formats.
José Fonseca
2010-03-01
2
-2
/
+2
|
*
|
python: Don't mention deprecated drivers=trace option.
José Fonseca
2010-03-01
1
-1
/
+1
|
*
|
python: Fix typo.
Michal Krol
2010-02-25
2
-1
/
+1
|
|
/
*
|
python: Fix typo.
Michal Krol
2010-02-25
2
-1
/
+1
*
|
python: Fix after sampler view changes.
Michal Krol
2010-02-25
4
-18
/
+52
|
/
*
python: Reconstruct blend state objects from binary blobs.
José Fonseca
2010-02-15
1
-0
/
+17
*
python: Pretty-printing of blend state.
José Fonseca
2010-02-14
2
-1
/
+19
[next]