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
2009-03-12
demos: fix typo
Brian Paul
1
-1
/
+1
2009-03-12
mesa test prog for ATI_envmap_bumpmap
Roland Scheidegger
2
-0
/
+215
2009-03-10
progs/tests: compile with SCons and glew
Keith Whitwell
92
-78
/
+343
2009-03-04
tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range
Brian Paul
2
-1
/
+206
2009-02-27
demos: fix renderbuffer leak in progs/tests/fbotexture.c
Brian Paul
1
-10
/
+21
2009-02-27
tests: new mapvbo.c test
Brian Paul
2
-0
/
+139
2009-02-26
demos: add a fourth test case to VBO test for position/color in different VBOs
Brian Paul
1
-15
/
+74
2009-02-11
demos: minor updates for shader_api.c test
Brian Paul
1
-4
/
+4
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
14
-127
/
+2039
2009-02-03
demos: modify bufferobj.c to exercise interleaved vertex arrays
Brian Paul
1
-13
/
+23
2009-01-22
demos: revamp the fbotexture.c demo
Brian Paul
1
-113
/
+268
2009-01-22
demos: updated FBO tests to for ARB_fbo
Brian Paul
2
-7
/
+15
2009-01-22
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
3
-0
/
+443
2009-01-19
tests: test pseudo-XOR blend mode.
Brian Paul
3
-0
/
+443
2008-12-16
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2
-46
/
+136
2008-12-15
demos: updated tests/floattex.c (doesn't work just yet).
Brian Paul
2
-46
/
+136
2008-11-11
Merge commit 'origin/master' into gallium-0.2
Brian Paul
1
-1
/
+1
2008-11-11
mesa: fix version check in dinoshade.c
Brian Paul
1
-1
/
+1
2008-11-11
CELL: two-sided stencil fixes
Robert Ellison
1
-2
/
+0
2008-09-21
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
1
-1
/
+4
2008-09-21
Remove CVS keywords.
Keith Whitwell
12
-13
/
+0
2008-09-18
destroy window on exit
Brian Paul
1
-1
/
+4
2008-09-11
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2
-20
/
+279
2008-09-11
define new APP_CC configuration variable for building apps/demos/tests
Brian Paul
1
-20
/
+20
2008-09-11
simple quad drawing test
Brian Paul
2
-0
/
+259
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
23
-122
/
+1761
2008-07-01
press 'm' to toggle multisample enable/disable
Brian Paul
1
-2
/
+10
2008-06-18
tests: Added a test for a strange bug in texstore_a8
Jakob Bornecrantz
3
-0
/
+196
2008-05-26
Remove CVS keywords.
José Fonseca
12
-13
/
+0
2008-05-21
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Michel Dänzer
1
-2
/
+31
2008-05-20
add new binaries to ignore to make 'git status' cleaner
Zack Rusin
1
-1
/
+22
2008-05-20
Ignore more generated files in progs/
Dan Nicholson
1
-1
/
+9
2008-05-08
disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...
Brian Paul
1
-0
/
+1
2008-05-08
disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested dept...
Brian Paul
1
-0
/
+1
2008-05-07
Never fail `make clean'
Dan Nicholson
1
-3
/
+3
2008-05-03
Press <space> to reset limit/bias values, clean-up limit/bias printf
Brian Paul
1
-7
/
+25
2008-05-03
Press <space> to reset limit/bias values, clean-up limit/bias printf
Brian Paul
1
-7
/
+25
2008-05-02
set TextureID = NULL after deleting the array
Brian Paul
1
-0
/
+1
2008-04-28
mesa: explicitly delete textures before creating new ones
Brian Paul
1
-1
/
+12
2008-04-11
mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)
Brian Paul
2
-0
/
+224
2008-04-10
mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)
Brian Paul
2
-0
/
+193
2008-04-04
test glStencilFuncSeparateATI()
Brian
1
-0
/
+26
2008-04-01
mesa: added a cast to avoid int overflow, plus rename texels->pixels
Brian
1
-4
/
+4
2008-04-01
mesa: measure fill rate for drawing a large quad with basic shading/texture m...
Brian
2
-0
/
+211
2008-03-27
Add a couple of test apps for line/unfilled polygon clipping.
Eric Anholt
4
-0
/
+384
2008-03-21
mesa: minor code re-org
Brian Paul
1
-24
/
+39
2008-03-19
better text labels
Brian Paul
1
-9
/
+16
2008-03-17
mesa: new mipmap generation, lod bias demo
Brian Paul
2
-0
/
+250
2008-02-28
Added calibrate_rast.c program
Brian
2
-0
/
+396
2008-02-25
Remove files of unsupported build systems.
José Fonseca
1
-84
/
+0
[next]