index
:
mesa/mesa
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
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
i965g-restart
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
mesa_7_7_branch
new-frag-attribs
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
register-negate
softpipe-opt
softpipe-private-winsys
softpipe_0_1_branch
st-shader-varients
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
texture_rg-2
vbo-0.2
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
The Mesa 3D Graphics Library
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
Branch
Commit message
Author
Age
arb_fbo_indirect
ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLX
Ian Romanick
8 days
glsl-pp-rework-2
glsl/pp: Fix macro formal argument parsing, more descriptive error msgs.
Michal Krol
4 days
i965g-restart
i965g: fix typo converting wm src regs
Keith Whitwell
24 hours
master
r300g: Begin separating HW TCL and SW TCL state and setup.
Corbin Simpson
3 hours
mesa_7_6_branch
docs: document fixes for AIX
Brian Paul
36 hours
mesa_7_7_branch
st/egl: Fix memory leak in egl_tracker.c.
Vinson Lee
4 hours
opengl-es-v2
Update config linux-opengl-es.
Chia-I Wu
10 days
outputswritten64
Revert "Move vertex shader results above the 32-bit boundry"
Ian Romanick
3 days
st-shader-varients
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
5 days
texture_rg-2
ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE
Ian Romanick
6 hours
[...]
Tag
Download
Author
Age
mesa_7_6_1_rc1
mesa_7_6_1_rc1.zip
mesa_7_6_1_rc1.tar.gz
mesa_7_6_1_rc1.tar.bz2
Brian Paul
2 days
mesa_7_5_2
mesa_7_5_2.zip
mesa_7_5_2.tar.gz
mesa_7_5_2.tar.bz2
Ian Romanick
8 weeks
mesa_7_6
mesa_7_6.zip
mesa_7_6.tar.gz
mesa_7_6.tar.bz2
Ian Romanick
8 weeks
mesa_7_5_2_rc1
mesa_7_5_2_rc1.zip
mesa_7_5_2_rc1.tar.gz
mesa_7_5_2_rc1.tar.bz2
Eric Anholt
8 weeks
mesa_7_6_rc1
mesa_7_6_rc1.zip
mesa_7_6_rc1.tar.gz
mesa_7_6_rc1.tar.bz2
Eric Anholt
8 weeks
mesa_7_5_1
mesa_7_5_1.zip
mesa_7_5_1.tar.gz
mesa_7_5_1.tar.bz2
Brian Paul
3 months
mesa_7_5
mesa_7_5.zip
mesa_7_5.tar.gz
mesa_7_5.tar.bz2
Brian Paul
4 months
intel_2009q2_rc3
intel_2009q2_rc3.zip
intel_2009q2_rc3.tar.gz
intel_2009q2_rc3.tar.bz2
Ian Romanick
4 months
mesa_7_5_rc4
mesa_7_5_rc4.zip
mesa_7_5_rc4.tar.gz
mesa_7_5_rc4.tar.bz2
Brian Paul
5 months
mesa_7_4_4
mesa_7_4_4.zip
mesa_7_4_4.tar.gz
mesa_7_4_4.tar.bz2
Brian Paul
5 months
[...]
Age
Commit message
Author
Files
Lines
3 hours
r300g: Begin separating HW TCL and SW TCL state and setup.
master
Corbin Simpson
6
-174/+110
5 hours
r300g: emit R300_TEX_ENABLE to indicate there are no textures bound
Marek Olšák
2
-2/+15
5 hours
r300g: remove variant states from emit_state_invariant
Marek Olšák
1
-3/+1
6 hours
r300g: Texrect factor cleanup.
Corbin Simpson
1
-10/+14
6 hours
r300g: fix rectangle textures on r3xx
Marek Olšák
2
-2/+28
6 hours
r300g: Clean up bitcounting function.
Corbin Simpson
1
-5/+10
6 hours
r300g: Use MAX3 and MIN3.
Corbin Simpson
2
-4/+1
6 hours
util: Add MAX3 and MIN3.
Corbin Simpson
1
-0/+3
7 hours
r300g: set better values in the R300_VAP_CNTL register
Marek Olšák
1
-5/+28
10 hours
Fix comment to use /* */ rather than //
Alan Hourihane
1
-16/+16
[...]
Clone
git://anongit.freedesktop.org/mesa/mesa
ssh://git.freedesktop.org/git/mesa/mesa