index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
python/retrace: Cope with null constant buffers.
José Fonseca
2009-11-03
1
-1
/
+1
*
python/retrace: Add missing colon.
José Fonseca
2009-11-03
1
-1
/
+1
*
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-02
1
-1
/
+1
*
python: Update for surface_buffer_create change.
José Fonseca
2009-09-29
1
-0
/
+1
*
python/retrace: Open bz2 files correctly.
José Fonseca
2009-08-14
1
-1
/
+1
*
python/retrace: Process the call no passed to --to option inclusively.
José Fonseca
2009-07-16
1
-1
/
+1
*
python/retrace: Dump the surface copy contents.
José Fonseca
2009-07-16
1
-0
/
+10
*
python/retrace: Flush stdout before calling the pipe driver.
José Fonseca
2009-07-16
1
-0
/
+4
*
python: Hack to prevent segmentation faults when python exits.
José Fonseca
2009-07-16
1
-1
/
+7
*
python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.
José Fonseca
2009-07-16
2
-3
/
+191
*
python/retrace: Interpret surface_copy.
José Fonseca
2009-07-15
1
-0
/
+4
*
python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.
José Fonseca
2009-07-15
1
-1
/
+1
*
python/tests: Add is_depth_stencil_format utility function.
José Fonseca
2009-06-15
1
-0
/
+8
*
python/tests: Cleanup texture_sample.
José Fonseca
2009-06-15
1
-18
/
+32
*
python/retrace: Show the contents of the depth/stencil and surfaces before/af...
José Fonseca
2009-06-11
1
-10
/
+28
*
python/retrace: Interpret is_texture_referenced/is_buffer_referenced.
José Fonseca
2009-06-11
1
-0
/
+8
*
python/tests: Test sampling from a depth texture.
José Fonseca
2009-06-11
1
-7
/
+216
*
softpipe: Simplify softpipe_create's prototype.
José Fonseca
2009-04-18
1
-1
/
+1
*
python/retrace: Rename module as it conflicts with a builtin module.
José Fonseca
2009-04-17
3
-360
/
+394
*
python: Fix bad pointer.
José Fonseca
2009-04-09
1
-1
/
+1
*
python/retrace: Try to cope with failures creating textures.
José Fonseca
2009-04-08
1
-0
/
+10
*
python: Don't try to finish a null fence.
José Fonseca
2009-04-08
1
-3
/
+5
*
python/retrace: Use colors on windows console.
José Fonseca
2009-04-08
1
-0
/
+70
*
python/retrace: Allow to specify the range of calls of interest.
José Fonseca
2009-04-08
1
-0
/
+7
*
python/retrace: Handle recent traces.
José Fonseca
2009-04-08
1
-30
/
+85
*
python: Fix method renaming.
José Fonseca
2009-04-08
1
-2
/
+2
*
python: Cope with null surfaces.
José Fonseca
2009-04-08
1
-6
/
+10
*
python/regress: Clean up driver clear() interface.
Michal Krol
2009-04-04
1
-1
/
+6
*
gallium: Clean up driver clear() interface.
Michel Dänzer
2009-04-04
6
-45
/
+29
*
python/regress: Remove trailing whitespace.
Michal Krol
2009-04-04
2
-2
/
+2
*
python/regress: Initial fragment shader test suite.
Michal Krol
2009-04-04
27
-0
/
+499
*
python/regress: Use X8R8G8B8 rendertarget in vertex shader test.
Michal Krol
2009-04-04
1
-1
/
+1
*
python/regress: Use A8R8G8B8 rendertarget format.
Michal Krol
2009-04-03
1
-1
/
+1
*
python/regress: vertex shader srcmod swz test does not use TEMP[0].
Michal Krol
2009-04-03
1
-1
/
+0
*
python/regress: vertex shader FRC test does not use IN[1].
Michal Krol
2009-04-03
1
-1
/
+0
*
python/regress: Add relative addressing tests.
Michal Krol
2009-04-03
4
-0
/
+72
*
python/regress: Add vertex shader source modifier tests.
Michal Krol
2009-04-03
5
-0
/
+59
*
python/regress: Do not generate HTML summary for vertex shader test.
Michal Krol
2009-04-02
1
-15
/
+0
*
python/regress: Do not create zbuf for vertex shader test.
Michal Krol
2009-04-02
1
-8
/
+1
*
python/regress: Add more vertex shader test cases.
Michal Krol
2009-04-02
10
-0
/
+146
*
python/regress: Add vertex shader LRP test.
Michal Krol
2009-04-01
2
-0
/
+15
*
python/regress: Add vertex shader FRC test.
Michal Krol
2009-04-01
2
-0
/
+17
*
python/regress: Add vertex shader EX2 test.
Michal Krol
2009-04-01
2
-0
/
+19
*
python/regress: Add vertex shader DST test.
Michal Krol
2009-04-01
2
-0
/
+12
*
python/regress: Fix vertex shader XPD test.
Michal Krol
2009-04-01
1
-2
/
+2
*
python/regress: Indent.
Michal Krol
2009-04-01
8
-0
/
+30
*
python/regress: Add vertex shader test for XPD.
Michal Krol
2009-04-01
2
-0
/
+9
*
python/regress: Rename test files from *.txt to *.sh -- won't be .gitignored.
Michal Krol
2009-04-01
8
-1
/
+1
*
python/regress: Add more vertex shader tests.
Michal Krol
2009-04-01
4
-0
/
+33
*
python/regress: Initial commit for vertex shader regression tests.
Michal Krol
2009-04-01
5
-0
/
+280
[next]