index
:
~jbarnes/mesa
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_geometry_shader4
arb_map_buffer_range
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
draw-vbuf-interface
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-draw-opti
gallium-i915-current
gallium-llvmpipe
gallium-map-range
gallium-master-merge
gallium-mesa-7.4
gallium-s3tc
gallium-screen-context
gallium-softpipe-winsys
gallium-tex-surfaces
gallium-texture-transfer
gallium-vertex-linear
gallium-wgl-rework
gallium-winsys-private
gallium-xlib-rework
gallium-xorg-driver
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
lp-binning
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
new-frag-attribs
openchrome-branch
opengl-es
openvg-1.0
outputswritten64
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
register-negate
softpipe-opt
softpipe-private-winsys
softpipe_0_1_branch
st-vbo
texfilter_float_branch
texformat-rework
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
vbo-0.2
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Jesse's Mesa development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2003-09-17
s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/
Brian Paul
1
-3
/
+3
2003-09-17
Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB path
Brian Paul
1
-1
/
+27
2003-09-17
test GL_ARB_vertex_buffer_object
Brian Paul
2
-0
/
+260
2003-09-05
more debugger development
Brian Paul
1
-13
/
+124
2003-09-03
include math.h
Brian Paul
1
-1
/
+1
2003-09-02
Added support for EXT_texture_mirror_clamp and the single wrap mode
Ian Romanick
1
-8
/
+12
2003-08-23
test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming
Brian Paul
1
-0
/
+116
2003-08-23
Rename Makefile to Makefile.X11, add depend support
Jon Smirl
2
-79
/
+102
2003-07-22
New interactive debugging code - vertex or fragment program.
Brian Paul
1
-5
/
+277
2003-07-21
test program for GL_MESA_program_debug extension
Brian Paul
1
-0
/
+350
2003-07-10
added GL_VERSION check
Brian Paul
1
-1
/
+8
2003-07-03
bigger window
Brian Paul
1
-1
/
+1
2003-07-03
GL_ARB_texture_non_power_of_two test program
Brian Paul
1
-0
/
+174
2003-07-02
Committing in .
Jouk Jansen
1
-0
/
+16
2003-06-17
Committing in .
Jouk Jansen
1
-6
/
+6
2003-06-10
update for new directory tree
Brian Paul
3
-11
/
+190
2003-05-30
misc changes from testing
Brian Paul
1
-2
/
+10
2003-05-30
include readtex.h
Brian Paul
1
-1
/
+2
2003-05-30
display both YCbCr and RGB image (Ian)
Brian Paul
1
-6
/
+54
2003-05-30
applied Ian's misc patches
Brian Paul
2
-12
/
+51
2003-05-20
move LoadYUVImage into readtex.c
Keith Whitwell
4
-151
/
+7
2003-05-20
Test programs for ycbcr extension
Keith Whitwell
2
-0
/
+523
2003-04-05
test glProgramNamedParameter4fNV()
Brian Paul
1
-4
/
+39
2003-03-29
print GL_MULTISAMPLE_ARB
Brian Paul
1
-1
/
+4
2003-03-14
added fptest1, fptexture, texrect, etc
Brian Paul
1
-0
/
+22
2003-03-14
simple NV_fragment_program texture test
Brian Paul
1
-0
/
+151
2003-03-08
test GLfloat OSMesa rendering
Brian Paul
1
-0
/
+286
2003-02-25
more parser test programs
Brian Paul
1
-16
/
+51
2003-02-04
use ARB flavor of window_pos extension
Brian Paul
1
-3
/
+3
2003-01-28
updated version test
Brian Paul
1
-2
/
+4
2003-01-14
simple GL_NV_fragment_program test
Brian Paul
1
-0
/
+150
2002-11-08
multisample / polygon smooth test
Brian Paul
2
-1
/
+228
2002-11-08
minor clean-up
Brian Paul
1
-3
/
+2
2002-11-08
implemented automatic code gen and individual function validation
Brian Paul
4
-1110
/
+193
2002-11-07
added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements
Brian Paul
1
-1
/
+4
2002-11-07
added 1.4 functions
Brian Paul
1
-2
/
+45
2002-10-31
simple GL_EXT_stencil_wrap test program
Brian Paul
2
-2
/
+149
2002-10-18
Quiet compiler warnings.
Karl Schultz
3
-6
/
+6
2002-10-18
check for GL_EXT_paletted_texture
Brian Paul
1
-50
/
+7
2002-10-17
new wrap modes (Ian Romanick)
Brian Paul
1
-27
/
+91
2002-10-15
minor updates
Brian Paul
3
-4
/
+7
2002-08-17
added multitexture and line stipple
Brian Paul
1
-17
/
+34
2002-08-17
minor tweaks
Brian Paul
1
-0
/
+3
2002-06-23
test program for NV_vertex_program and evaluators
Brian Paul
1
-0
/
+228
2002-06-16
Joe Krahn's context sharing test program
Brian Paul
1
-0
/
+177
2002-06-15
test for GL_NV_texture_rectangle
Brian Paul
1
-0
/
+297
2002-04-22
test program for NV_vertex_program + vertex arrays
Brian Paul
1
-0
/
+277
2002-01-16
Committing in .
Jouk Jansen
2
-2
/
+71
2002-01-16
get tests working on windows (Robert Bergkvist)
Karl Schultz
4
-3
/
+61
2002-01-04
test multitexture and vertex arrays
Brian Paul
1
-0
/
+238
[next]