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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_5_branch'
Thomas Hellstrom
2009-06-15
3
-38
/
+158
|
\
|
*
demos: update fbotexture.c to use EXT or ARB functions exclusively
Brian Paul
2009-06-12
2
-38
/
+77
|
*
util: additional function pointers
Brian Paul
2009-06-12
1
-0
/
+101
*
|
tests: added persp_hint.c test
Brian Paul
2009-06-12
3
-0
/
+151
*
|
tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs
Brian Paul
2009-06-12
2
-0
/
+231
*
|
progs/rbug: Add binary to bmp converter program
Jakob Bornecrantz
2009-06-12
3
-0
/
+113
*
|
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
10
-26
/
+50
|
\
|
|
*
progs: Port fp programs to GLEW.
José Fonseca
2009-06-11
10
-26
/
+50
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-09
5
-0
/
+312
|
\
|
|
*
progs/tests: Add some scissor tests
Jakob Bornecrantz
2009-06-08
5
-0
/
+312
*
|
tests: check for GL_EXT/ARB_framebuffer_object
Brian Paul
2009-06-09
1
-1
/
+3
*
|
tests: also test glGetTexImage with render to texture
Brian Paul
2009-06-09
1
-11
/
+103
*
|
tests: quick and dirty glGetTexImage() test program
Brian Paul
2009-06-09
2
-1
/
+125
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-04
5
-22
/
+109
|
\
|
|
*
progs/vpglsl: add similar support for point rendering as progs/vp
Keith Whitwell
2009-06-01
3
-6
/
+64
|
*
trivial/tri-z: add controls for depthrange min/max
Keith Whitwell
2009-06-01
1
-10
/
+40
|
*
progs/wgl: Small cleanup to wglinfo.
José Fonseca
2009-06-01
1
-5
/
+4
|
*
progs/wgl: Use an invisible window in wglinfo.
José Fonseca
2009-06-01
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-01
1
-10
/
+11
|
\
|
|
*
demos: add missing dependencies for util files
Brian Paul
2009-06-01
1
-10
/
+11
|
*
demos: fix multitex.c VertCoord attribute mapping
Brian Paul
2009-05-22
1
-1
/
+16
*
|
progs/rbug: Add small remote debugging cli applications
Jakob Bornecrantz
2009-06-01
11
-0
/
+800
*
|
demos: remove some old debug/test code
Brian Paul
2009-05-27
1
-5
/
+2
*
|
demos: extend glsl/multitex.c to use a vertex buffer object
Brian Paul
2009-05-22
1
-6
/
+87
*
|
demos/util: add funcs for GL_ARB_buffer_object
Brian Paul
2009-05-22
1
-0
/
+19
*
|
progs/trivial: update .gitignore with new binaries
Joakim Sindholt
2009-05-12
1
-0
/
+3
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-11
1
-0
/
+1
|
\
|
|
*
trivial: destroy window upon exit
Brian Paul
2009-05-11
1
-0
/
+1
|
*
progs/trivial: add test for vertex program invarient transform
Keith Whitwell
2009-05-08
3
-0
/
+149
|
*
progs/trivial: add vbo-noninterleaved test
Keith Whitwell
2009-05-08
3
-0
/
+141
|
*
trivial: add line-flat.c
Keith Whitwell
2009-05-08
3
-0
/
+149
*
|
demos: delete vertex array objects upon exit
Brian Paul
2009-05-07
1
-0
/
+2
*
|
progs/trivial: add test for vertex program invarient transform
Keith Whitwell
2009-05-05
3
-0
/
+149
*
|
progs/trivial: add vbo-noninterleaved test
Keith Whitwell
2009-05-05
3
-0
/
+141
*
|
trivial: add line-flat.c
Keith Whitwell
2009-05-05
3
-0
/
+149
|
/
*
demos: silence warning
Brian Paul
2009-04-30
1
-1
/
+1
*
progs/tests: Update ignores
Jakob Bornecrantz
2009-04-29
1
-8
/
+6
*
progs/tests: Add mipmap_comp for mipmap testing with compressed textures
Jakob Bornecrantz
2009-04-29
4
-0
/
+298
*
progs: add fflushes for cygwin
Keith Whitwell
2009-04-28
2
-0
/
+5
*
demos: asst. updates, clean-ups
Brian Paul
2009-04-28
1
-23
/
+20
*
demos: Clean up allocated Textures and Display Lists when demo quit
Shuang He
2009-04-27
4
-0
/
+47
*
demos: ensure display lists are destroyed for next generation
Alan Hourihane
2009-04-24
1
-0
/
+4
*
shadowtex: fflush stdout for cygwin
Keith Whitwell
2009-04-24
1
-0
/
+2
*
demos/readpix: add option to draw triangle instead of drawpix
Keith Whitwell
2009-04-24
1
-5
/
+62
*
tests/mipmap_view: add a bunch of keystrokes for testing render-to-texture
Keith Whitwell
2009-04-24
1
-48
/
+219
*
demos: check that GL version is 2.0 or higher
Brian Paul
2009-04-21
1
-0
/
+8
*
trivial/tri-viewport: add keys for frustrum/ortho and z coordinate
Keith Whitwell
2009-04-21
1
-43
/
+77
*
trivial/tri-viewport: add more out-of-bounds background quads
Keith Whitwell
2009-04-21
1
-1
/
+27
*
trivial/tri_viewport: add space==reset key
Keith Whitwell
2009-04-21
1
-1
/
+3
*
trivial/tri_viewport: add width/height keys
Keith Whitwell
2009-04-21
1
-18
/
+49
[next]