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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium/tests/trivial: updates for util_draw_vertex_buffer changes
Andreas Boll
2012-11-27
2
-2
/
+2
*
gallium/tests: update .gitignore files
Andreas Boll
2012-11-21
2
-0
/
+7
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
15
-15
/
+15
*
graw/fs-test: Use user constant buffers.
José Fonseca
2012-10-26
1
-56
/
+14
*
graw: Ensure new members are zeroed.
José Fonseca
2012-10-26
14
-0
/
+16
*
tests/graw: Update occlusion query example.
José Fonseca
2012-10-26
1
-4
/
+4
*
tests: Use printf instead of debug_printf in u_format_compatible_test.
Vinson Lee
2012-10-25
1
-1
/
+1
*
tgsi: Add support to parse IMM[x] too.
José Fonseca
2012-10-17
1
-2
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
6
-38
/
+18
*
Use the correct macro _WIN32 for Windows.
Vinson Lee
2012-09-05
3
-3
/
+3
*
gallium/tests/trivial: updates for CSO interface changes
Brian Paul
2012-08-03
1
-2
/
+2
*
tests: Updated tests to properly handle NaN for half floats.
James Benton
2012-06-29
2
-7
/
+31
*
translate_test: add support for half floats
Brian Paul
2012-06-06
1
-0
/
+8
*
gallium/graw: stop using user_buffer_create
Marek Olšák
2012-05-12
15
-73
/
+93
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
3
-5
/
+5
|
\
|
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
3
-5
/
+5
*
|
gallium/tests/trivial: Import compute unit tests.
Francisco Jerez
2012-05-11
2
-1
/
+1594
*
|
gallium/tests/trivial: Switch to the pipe loader.
Francisco Jerez
2012-05-11
3
-36
/
+39
|
/
*
Add a test for the compare opcode.
Alex Corscadden
2012-02-23
1
-0
/
+12
*
tests/graw: Add a bunch of tests.
José Fonseca
2012-02-22
10
-372
/
+1794
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
11
-0
/
+11
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-12
/
+12
*
graw: fix tests to build on msvc again.
Dave Airlie
2011-09-19
10
-10
/
+10
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
12
-32
/
+32
*
tests/unit: Fix include style
Kai Wasserbäch
2011-08-29
1
-5
/
+5
*
gallium/tests/trivial: update comment
Brian Paul
2011-06-24
1
-1
/
+1
*
gallium/tests/trivial: use CXX to do final link
Brian Paul
2011-06-24
1
-1
/
+1
*
gallium/tests/trivial: make it build
Alon Levy
2011-06-24
3
-6
/
+11
*
gallium: s/bool/boolean/
Brian Paul
2011-06-08
1
-2
/
+2
*
graw: Replace dead symlinks to delete python statetracker shaders with their ...
José Fonseca
2011-04-23
64
-2
/
+818
*
st/python: Remove bindings, and all its dependencies.
José Fonseca
2011-04-06
81
-5179
/
+0
*
tests: Use elts in translate_test.
José Fonseca
2011-04-01
1
-8
/
+14
*
scons: Add aliases for unit tests.
José Fonseca
2011-04-01
1
-4
/
+4
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
12
-12
/
+12
*
scons: Fix immediate Python exceptions with SCons on SunOS.
Vinson Lee
2011-03-08
2
-2
/
+2
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
2
-2
/
+4
*
graw: remove pipe_vertex_buffer::max_index
Vinson Lee
2011-02-14
1
-1
/
+0
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
8
-10
/
+0
*
graw: add a test showing the new sampling scheme in action
Zack Rusin
2011-01-24
1
-0
/
+415
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-0
/
+1
*
graw: fix logic error in pixel format selection
Brian Paul
2011-01-20
9
-51
/
+79
*
retrace: Some fixes.
José Fonseca
2010-12-02
1
-1
/
+5
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
12
-79
/
+140
*
graw: Export graw_save_surface_to_file().
Michal Krol
2010-11-08
9
-101
/
+81
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
2
-16
/
+14
*
Merge remote branch 'origin/master' into lp-setup-llvm
Keith Whitwell
2010-10-17
3
-24
/
+34
|
\
|
*
retrace: Handle clear_render_target and clear_depth_stencil.
José Fonseca
2010-10-06
1
-0
/
+9
|
*
python/retrace: Handle set_index_buffer and draw_vbo.
José Fonseca
2010-09-29
1
-20
/
+13
|
*
util: Flush stdout on util_format.
José Fonseca
2010-09-22
1
-0
/
+8
|
*
python/tests: Fixed tri.py for API and TGSI syntax changes.
Tilman Sauerbeck
2010-09-20
1
-4
/
+4
[prev]
[next]