index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
Age
Commit message (
Expand
)
Author
Files
Lines
2006-02-13
tweaks
Keith Whitwell
1
-24
/
+50
2006-02-13
rename texdown to reflect behaviour changes
Keith Whitwell
2
-1
/
+1
2006-02-09
Make various changes to get a number out of texdown that better
Keith Whitwell
1
-31
/
+102
2006-02-01
subtexrate test on this branch too
Keith Whitwell
2
-0
/
+353
2006-02-01
gearbox demo on this branch too
Keith Whitwell
4
-7
/
+509
2006-01-13
Fix the default target to remake readtex.o if needed
Adam Jackson
1
-1
/
+2
2006-01-05
Oops - bad file-completion typo.
Keith Whitwell
2
-0
/
+114
2006-01-05
add simple test for program local parameters
Keith Whitwell
3
-92
/
+1
2005-12-23
update to new API
Dave Airlie
2
-2
/
+2
2005-12-14
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2
-211
/
+0
2005-12-10
s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/
Brian Paul
1
-1
/
+1
2005-12-08
'a' key to toggle animation
Brian Paul
1
-9
/
+19
2005-11-23
check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() call
Brian Paul
1
-3
/
+7
2005-11-23
Choose the display mode / surface size in an intelligent way.
Brian Paul
1
-34
/
+61
2005-11-19
call gluDeleteQuadric() to fix mem leak
Brian Paul
1
-0
/
+2
2005-11-17
delete frame/renderbuffers upon exit, more error checking
Brian Paul
1
-15
/
+29
2005-11-16
added -ds option to test GL_EXT_packed_depth_stencil with framebuffer objects
Brian Paul
1
-22
/
+76
2005-11-15
Two subtle things missed on the previous commit.
Ian Romanick
1
-1
/
+4
2005-11-15
Add the ability for interleave to test passing invalid format enums
Ian Romanick
1
-5
/
+43
2005-11-14
Simple test of glInterleavedArrays functionality.
Ian Romanick
2
-0
/
+366
2005-11-02
More useful ARL test
Keith Whitwell
1
-3
/
+3
2005-11-01
add an arl test
Keith Whitwell
2
-1
/
+10
2005-11-01
Make colors match the fp tests (really)
Keith Whitwell
1
-2
/
+2
2005-11-01
Make colors match the fp tests
Keith Whitwell
1
-2
/
+2
2005-11-01
standalone tests for vp instructions
Keith Whitwell
27
-0
/
+408
2005-10-28
Add new test "texfilt". This test is a cousin to texwrap. Instead of
Ian Romanick
2
-3
/
+402
2005-10-26
Add built programs to .cvsignore.
Eric Anholt
1
-0
/
+52
2005-10-26
Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I
Eric Anholt
2
-0
/
+200
2005-10-21
new depth tests
Keith Whitwell
4
-0
/
+441
2005-10-21
simplify, remove sgi messages
Keith Whitwell
38
-1966
/
+111
2005-10-21
better looking tests
Keith Whitwell
2
-2
/
+7
2005-10-21
Make test visible
Keith Whitwell
1
-1
/
+2
2005-10-21
Better looking test.
Keith Whitwell
1
-1
/
+1
2005-10-20
A bunch of little tests which exercise each ARB_fp instruction plus
Keith Whitwell
38
-0
/
+6031
2005-10-08
Query/print GL_RED/GREEN/BLUE/ALPHA_BITS
Brian Paul
1
-0
/
+8
2005-10-04
glBindTexture changes, new assertions
Brian Paul
1
-2
/
+6
2005-10-04
fix glIsRender/FramebufferEXT() assertions
Brian Paul
2
-5
/
+5
2005-09-30
use fmod() to prevent overflow of angle variable
Brian Paul
1
-1
/
+3
2005-09-29
call glFinish if drawing to front buffer
Brian Paul
1
-1
/
+3
2005-09-23
Committing in .
Jouk Jansen
4
-4
/
+4
2005-09-15
silence warning
Brian Paul
1
-1
/
+2
2005-09-10
new demo to test ATI_fragment_shader, not very creative but easy to know if t...
Roland Scheidegger
2
-0
/
+478
2005-08-31
use 'f' key to toggle front/back buffer rendering
Brian Paul
1
-2
/
+17
2005-08-25
Demo of how to do (nearly) flicker-free rendering with a single color buffer.
Brian Paul
2
-0
/
+270
2005-08-25
fix comment and #if test
Brian Paul
1
-2
/
+3
2005-08-25
Update the glut idle function after a new window is created
Brian Paul
1
-4
/
+11
2005-08-25
s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)
Brian Paul
1
-1
/
+1
2005-08-25
make tiles a little smaller so they're all visible
Brian Paul
1
-10
/
+11
2005-08-24
Added multi-window support. Press 'n' to create new window, 'k' to kill
Brian Paul
1
-140
/
+285
2005-08-21
fix up libdrm for egl
Dave Airlie
1
-5
/
+5
[next]