index
:
~alon/mesa
7.10
7.8
7.8-gles
7.9
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
arb_geometry_shader4
arb_half_float_vertex
arb_map_buffer_range
arb_robustness
arb_sampler_objects
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
flex-and-bison-required
floating
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-format-cleanup
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
gallium-llvmpipe
gallium-mesa-7.4
gallium-msaa
gallium-new-formats
gallium-newclear
gallium-no-nvidia-opcodes
gallium-no-rhw-position
gallium-no-texture-blanket
gallium-nopointsizeminmax
gallium-render-condition-predicate
gallium-resource-sampling
gallium-resources
gallium-sampler-view
gallium-softpipe-winsys
gallium-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
llvm-cliptest-viewport
llvm-context
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
master
mesa
mesa_20040127_branch
mesa_20040309_branch
mesa_20050114_branch
mesa_3_2_dev
mesa_3_3_texture_env_combine2
mesa_3_4_branch
mesa_4_0_branch
mesa_5_0_branch
mesa_6_0_branch
mesa_6_2_branch
mesa_6_4_branch
mesa_7_0_branch
mesa_7_2_branch
mesa_7_4_branch
mesa_7_4_idr_staging
mesa_7_5_branch
mesa_7_6_branch
mesa_7_7_branch
nv50-compiler
nvc0
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
primitive-restart
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
remove-driver-date
remove-redundant-helpers
shader-file-reorg
shader-work
softpipe_0_1_branch
spice_vgallium
sprite-coord
st-mesa-per-context-shaders
st-vbo
texfilter_float_branch
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
texture_rg-2
thalloc
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-11
Add a test for the KIL opcode
Alex Corscadden
1
-0
/
+18
2010-09-09
graw: added test for finding shader mem leaks
Brian Paul
2
-0
/
+267
2010-09-09
graw: emit warnings when context/surface creation failes
Brian Paul
1
-3
/
+11
2010-09-09
graw: fix array size, indentation,
Brian Paul
1
-7
/
+10
2010-09-05
util: Helper function to determined whether two formats can be memcpy'ed.
José Fonseca
3
-0
/
+78
2010-08-26
graw: Undo late loading of graw drivers.
José Fonseca
9
-9
/
+16
2010-08-26
graw: Dynamically load graw libraries.
José Fonseca
9
-16
/
+9
2010-08-20
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
1
-1
/
+1
2010-08-12
translate_test: Fix compilation with MSVC.
Vinson Lee
1
-1
/
+2
2010-08-12
translate_test: fix compilation on non-POSIX platforms
Luca Barbieri
1
-5
/
+19
2010-08-12
translate_test: improve
Luca Barbieri
1
-6
/
+60
2010-08-11
scons: Fix freebsd8 build.
Vinson Lee
2
-2
/
+8
2010-08-11
translate_test: fix segfault on x86-64
Luca Barbieri
1
-2
/
+6
2010-08-11
translate_test: fix, reindent, and improve
Luca Barbieri
1
-137
/
+204
2010-08-11
translate: Add translate_test.c to SCons.
Vinson Lee
1
-1
/
+2
2010-08-11
translate: add testsuite
Luca Barbieri
2
-1
/
+172
2010-07-29
graw/tests: Use pipe_context::draw_vbo.
Chia-I Wu
7
-17
/
+28
2010-07-27
scons: Fix sunos5 build.
Vinson Lee
2
-0
/
+6
2010-07-20
graw/tests: pass -e option to test draw_elements_instanced()
Brian Paul
1
-1
/
+45
2010-07-15
graw: new tri-instanced.c program to test instanced drawing
Brian Paul
2
-0
/
+297
2010-07-04
gallium: Make trivial examples use target helpers
Jakob Bornecrantz
3
-26
/
+23
2010-07-04
gallium: Fix compilation of trivial quad-tex
Jakob Bornecrantz
1
-1
/
+1
2010-06-18
graw: add two examples using new register files
Zack Rusin
2
-0
/
+24
2010-06-16
graw: remove wrong test
Zack Rusin
1
-23
/
+0
2010-06-16
graw: add a gs test for non-sequential inputs
Zack Rusin
2
-10
/
+52
2010-06-15
graw: test multiple cb's in geometry shaders
Zack Rusin
2
-18
/
+82
2010-06-15
graw: fix setup for multiple constant buffers
Zack Rusin
2
-21
/
+64
2010-06-14
graw: small fixups for the gs examples
Zack Rusin
2
-5
/
+5
2010-06-10
gs: give our test an option of rendering a strip
Zack Rusin
1
-6
/
+42
2010-06-09
graw: add a multiple primitive geometry shader test
Zack Rusin
1
-0
/
+42
2010-06-09
geometry shaders: make gs work with changable primitives and variable number ...
Zack Rusin
1
-1
/
+2
2010-06-07
graw: Fix file handle leaks.
Vinson Lee
3
-0
/
+3
2010-06-07
graw: Remove unnecessary headers.
Vinson Lee
3
-3
/
+0
2010-06-07
graw: Add gallium library to SCons build.
Vinson Lee
1
-1
/
+1
2010-06-07
graw: add gs-test.c and some simple geometry shader examples
Keith Whitwell
8
-2
/
+626
2010-06-07
graw: trivial geometry shader test
Keith Whitwell
2
-0
/
+269
2010-06-07
graw: add symlinks to shader test directories
Keith Whitwell
2
-0
/
+2
2010-06-07
graw: remove references to unistd.h
Keith Whitwell
4
-4
/
+1
2010-06-07
tests/graw: missing file tri.c
Keith Whitwell
1
-0
/
+253
2010-06-07
regress: remove interpolation and semantic info from vs inputs
Keith Whitwell
30
-56
/
+56
2010-06-07
test/graw: add vp-test
Keith Whitwell
2
-1
/
+508
2010-06-07
tests/graw: add fp-test
Keith Whitwell
2
-0
/
+513
2010-05-30
python/retrace: Interpret resource_copy_region.
José Fonseca
1
-10
/
+6
2010-05-21
Merge branch 'gallium-msaa'
Roland Scheidegger
4
-16
/
+20
2010-05-21
gallium: remnants of old ccw state
Keith Whitwell
3
-6
/
+3
2010-05-17
st/python: adapt to interface changes
Roland Scheidegger
4
-16
/
+20
2010-05-02
retrace: Add sampler_view_destroy
José Fonseca
1
-0
/
+7
2010-05-14
graw: add quad-tex graw test for basic texturing
graw-tests
Keith Whitwell
2
-1
/
+406
2010-05-14
graw: combine graw_init and graw_create_window functions
Keith Whitwell
1
-7
/
+10
2010-05-14
graw: move towards glut-like interface, add tri.c
Keith Whitwell
2
-27
/
+45
[next]