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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-26
intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...
intel-2008-q3
Xiang, Haihao
1
-1
/
+1
2008-10-24
i965: don't emit state when dri_bufmgr_check_aperture_space fails.
Xiang, Haihao
2
-4
/
+12
2008-10-24
intel: fallback for intelEmitCopyBlit.
Xiang, Haihao
1
-10
/
+39
2008-10-10
intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver
Ian Romanick
1
-0
/
+4
2008-10-07
i965: Fix a potential assertion failure.
Xiang, Haihao
1
-2
/
+4
2008-10-03
intel: Don't advertise unsupported extensions on pre-965 hardware
Ian Romanick
1
-2
/
+2
2008-10-03
intel: Clean-up the extension string madness!
Ian Romanick
1
-70
/
+64
2008-10-01
i965: Fix overwriting of depth override for SetTexOffset.
Eric Anholt
1
-1
/
+0
2008-09-29
GLSL: Implement GL_OBJECT_TYPE_ARB query
Ian Romanick
1
-2
/
+10
2008-09-29
GLSL: Implement _mesa_get_handle
Ian Romanick
1
-17
/
+8
2008-09-29
GLSL: AttachShader returns INVALID_OPERATION for repeated attach
Ian Romanick
1
-1
/
+7
2008-09-28
Use 3Dnow! x86-64 routines only on processors that support 3Dnow!
Ian Romanick
2
-19
/
+46
2008-09-24
intel: Fix clears to depth_stencil texture attachments.
Eric Anholt
1
-1
/
+1
2008-09-24
i965: Cope with batch getting flushed in the middle of batchbuffer emits.
Eric Anholt
5
-12
/
+14
2008-09-24
i915: Fix overlapping CopyPixels with negative pixel zoom.
Eric Anholt
1
-4
/
+14
2008-09-24
i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.
Eric Anholt
1
-17
/
+18
2008-09-24
Merge commit 'mesa_7_2' into intel-2008-q3
Eric Anholt
164
-4653
/
+4082
2008-09-20
mesa: docs: remove parenthesis
mesa_7_2
Brian Paul
1
-1
/
+1
2008-09-20
mesa: set 7.2 version for tarballs
Brian Paul
1
-4
/
+4
2008-09-20
mesa: prep for 7.2 release
Brian Paul
2
-2
/
+8
2008-09-20
Update to SGI FreeB 2.0.
Adam Jackson
135
-4442
/
+3780
2008-09-18
document _tnl_InvalidateState() fix
Brian Paul
1
-0
/
+1
2008-09-18
mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834
Brian Paul
1
-6
/
+14
2008-09-17
mesa: fix bug in previous changes to _slang_resolve_attributes()
Brian Paul
1
-1
/
+3
2008-09-16
intel: Destroy bufmgr in screen destroy, not context.
Eric Anholt
2
-2
/
+1
2008-09-16
document glBindAttribLocation fixes
Brian Paul
1
-0
/
+1
2008-09-16
mesa: rework GLSL vertex attribute binding
Brian Paul
4
-103
/
+110
2008-09-16
mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...
Brian Paul
1
-5
/
+7
2008-09-15
fix msaa enable/disable bug
Brian Paul
1
-0
/
+1
2008-09-15
mesa: fix MSAA enable state in update_multisample()
Brian Paul
1
-4
/
+4
2008-09-15
intel: track move of bo_exec from drivers to bufmgr.
Eric Anholt
26
-218
/
+10
2008-09-15
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
26
-195
/
+96
2008-09-15
intel: Move the bufmgr back to the screen.
Eric Anholt
6
-118
/
+131
2008-09-15
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
76
-4275
/
+1736
2008-09-15
document display list bug fix
Brian Paul
1
-0
/
+1
2008-09-15
mesa: remove some assertions that are invalid during context tear-down
Brian Paul
1
-1
/
+4
2008-09-15
mesa: get another class of degenerate dlists working
Keith Whitwell
2
-2
/
+29
2008-09-14
glut: s/glut_fbc.c/glut_fcb.c/
Shane Blackett
1
-1
/
+1
2008-09-13
mesa: Makefile: 7.2 release candidate 1
mesa_7_2_rc1
Brian Paul
1
-4
/
+4
2008-09-13
mesa: documentation updates for 7.2 release
Brian Paul
3
-3
/
+15
2008-09-13
updated Cell driver info
Brian Paul
1
-13
/
+43
2008-09-13
Mesa: version bumps for 7.2 release
Brian Paul
3
-8
/
+8
2008-09-13
document 7.2 bug fixes, etc
Brian Paul
1
-1
/
+9
2008-09-13
tdfx: fix crash and lack of visuals bug
Jakub Bogusz
1
-52
/
+25
2008-09-13
i915: fix himask constant init for 64-bit build
Guillaume Melquiond
1
-1
/
+1
2008-09-13
glx: fix 64-bit datatype issue
Guillaume Melquiond
1
-1
/
+7
2008-09-13
mesa: return after _mesa_problem() calls
Guillaume Melquiond
2
-0
/
+3
2008-09-13
mesa: #include <stdio.h>
Guillaume Melquiond
1
-0
/
+1
2008-09-13
remove invalid XDestroyWindow() call
Guillaume Melquiond
1
-1
/
+0
2008-09-13
silence warning
Guillaume Melquiond
1
-1
/
+1
[next]