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
/
progs
/
tests
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-22
1
-0
/
+2
|
\
|
*
tests: test pseudo-XOR blend mode.
Brian Paul
2009-01-19
1
-0
/
+2
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-16
1
-1
/
+21
|
\
|
|
*
demos: updated tests/floattex.c (doesn't work just yet).
Brian Paul
2008-12-15
1
-1
/
+21
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-20
/
+21
|
\
\
|
*
|
define new APP_CC configuration variable for building apps/demos/tests
Brian Paul
2008-09-11
1
-20
/
+20
|
*
|
simple quad drawing test
Brian Paul
2008-09-11
1
-0
/
+1
*
|
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-0
/
+22
|
\
|
|
|
|
/
|
/
|
|
*
tests: Added a test for a strange bug in texstore_a8
Jakob Bornecrantz
2008-06-18
1
-0
/
+1
|
*
mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)
Brian Paul
2008-04-11
1
-0
/
+1
|
*
mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)
Brian Paul
2008-04-10
1
-0
/
+1
|
*
mesa: measure fill rate for drawing a large quad with basic shading/texture m...
Brian
2008-04-01
1
-0
/
+8
|
*
mesa: new mipmap generation, lod bias demo
Brian Paul
2008-03-17
1
-0
/
+9
|
*
Added calibrate_rast.c program
Brian
2008-02-28
1
-0
/
+1
|
*
Test calling glTexSubImage2D mid-way through a frame.
Brian
2008-02-20
1
-0
/
+1
|
*
Added minmag.c test
Brian
2008-02-16
1
-0
/
+1
*
|
Never fail `make clean'
Dan Nicholson
2008-05-07
1
-3
/
+3
*
|
Add a couple of test apps for line/unfilled polygon clipping.
Eric Anholt
2008-03-27
1
-0
/
+2
*
|
Added minmag.c test
Brian
2008-02-16
1
-0
/
+1
*
|
Add a test program to test for assorted bugs in shader_api.c
Bruce Merry
2008-01-01
1
-0
/
+1
*
|
add simple test for two-sided stencil functionality
Roland Scheidegger
2007-12-11
1
-0
/
+1
*
|
test that point/line/quad rendering hits the right pixels
Brian
2007-11-09
1
-0
/
+1
*
|
specify app lib dependencies in Makefiles (patch 1/3)
Dan Nicholson
2007-10-29
1
-1
/
+1
*
|
add support for LDFLAGS env var
Dan Nicholson
2007-09-28
1
-6
/
+6
*
|
Fix progs/tests/ build with BSD make.
Eric Anholt
2007-09-24
1
-18
/
+16
|
/
*
Random state-change / primitive rendering. Good for hammering on a driver...
Brian
2007-06-21
1
-0
/
+1
*
Add simple program to test GL_MESA_texture_array.
Ian Romanick
2007-05-16
1
-0
/
+7
*
extra stuff for drawbuffers test
Brian
2007-03-12
1
-0
/
+8
*
added drawbuffers.c
Brian
2007-03-11
1
-0
/
+1
*
npot version of redbook/mipmap.c
Keith Whitwell
2006-09-15
1
-0
/
+1
*
Add test for GL_EXT_gpu_program_parameters.
Ian Romanick
2006-08-15
1
-0
/
+1
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-0
/
+2
*
simple texture compression test
Brian Paul
2006-05-10
1
-0
/
+1
*
Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.
Brian Paul
2006-05-10
1
-0
/
+1
*
test glReadPixels speed w/ various formats/types, PBOs
Brian Paul
2006-04-14
1
-0
/
+2
*
Build test for bugzilla #3050
Ian Romanick
2006-03-04
1
-0
/
+1
*
added more tests (Pedro Maia)
Brian Paul
2006-01-30
1
-1
/
+5
*
Test glTexSubImage and glCopyTexSubImage rate.
Brian Paul
2006-01-26
1
-0
/
+1
*
copypixrate.c - measure the speed of glCopyPixels.
Brian Paul
2006-01-26
1
-0
/
+1
*
Simple test of glInterleavedArrays functionality.
Ian Romanick
2005-11-14
1
-0
/
+1
*
Add new test "texfilt". This test is a cousin to texwrap. Instead of
Ian Romanick
2005-10-28
1
-3
/
+4
*
Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I
Eric Anholt
2005-10-26
1
-0
/
+1
*
new demo to test ATI_fragment_shader, not very creative but easy to know if t...
Roland Scheidegger
2005-09-10
1
-0
/
+5
*
Add simple regression test for bugzilla #3195.
Ian Romanick
2005-08-18
1
-0
/
+7
*
Add regression test for bug #3101.
Ian Romanick
2005-07-07
1
-0
/
+1
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-0
/
+2
*
Simple test for GL_MESA_pack_invert.
Ian Romanick
2005-02-14
1
-0
/
+7
*
Simple test for ARB_texture_env_crossbar functionality. It is difficult
Ian Romanick
2005-02-09
1
-0
/
+1
*
added texobjshare.c
Brian Paul
2005-01-19
1
-0
/
+1
*
Add EXT_stencil_wrap test that doesn't depend on stencil read-back
Ian Romanick
2004-11-04
1
-0
/
+1
[next]