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
2010-01-08
intel/DRI2: add DRI2flushExtension support with invalidate hook
HEAD
master
Kristian Høgsberg
5
-17
/
+44
2010-01-08
xdemos/glsync: handle no sync method better
Jesse Barnes
1
-8
/
+4
2010-01-08
xdemos/glsync: check glXMakeCurrent return value
Jesse Barnes
1
-1
/
+5
2010-01-08
xdemos/glsync: Make glsync test draw a rectangle
Jesse Barnes
1
-34
/
+49
2010-01-08
xdemos/glsync: Add swap interval support to glsync test
Jesse Barnes
1
-3
/
+17
2010-01-08
DRI2/GLX: add INTEL_swap_event support
Jesse Barnes
8
-5
/
+193
2010-01-08
DRI2: add SwapInterval support
Jesse Barnes
6
-9
/
+80
2010-01-08
DRI2: add OML_sync_control support
Jesse Barnes
12
-185
/
+627
2010-01-08
DRI2: add SwapBuffers support
Jesse Barnes
7
-3
/
+67
2010-01-04
fix overflow
Alan Hourihane
1
-1
/
+1
2010-01-04
silence compiler warning
Alan Hourihane
1
-2
/
+2
2010-01-04
Fix test
Alan Hourihane
1
-2
/
+2
2010-01-04
r600: support vertex_array_bgra
Andre Maasikas
5
-6
/
+25
2010-01-03
Only enable verbose NoOp dispatch if DEBUG is defined
Kristian Høgsberg
1
-2
/
+19
2010-01-03
Noop dispatch: move warning code out of the generated functions
Kristian Høgsberg
1
-21
/
+7
2010-01-03
Fix glut to work with -fvisibility=hidden
Kristian Høgsberg
11
-2
/
+20
2010-01-03
Export a few glapi functions used by gallium and r300
Kristian Høgsberg
3
-7
/
+7
2010-01-03
Compile with -fvisibility-hidden by default
Kristian Høgsberg
1
-1
/
+1
2010-01-03
mesa: fix blend enable/disable calls in meta.c code
Francis Galiegue
1
-6
/
+16
2010-01-02
gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS.
José Fonseca
4
-7
/
+0
2010-01-02
autoconf: fix build breakage
Marc Dietrich
1
-1
/
+1
2010-01-02
mesa: added _mesa_GetBufferParameteri64v()
Brian Paul
2
-0
/
+45
2010-01-02
scons: Build glew on all platforms.
José Fonseca
1
-3
/
+0
2010-01-02
scons: Update the MSVC SA to match latest scons code.
José Fonseca
3
-41
/
+153
2010-01-02
scons: Axe generic.py.
José Fonseca
1
-486
/
+0
2010-01-02
scons: Put glut and glew shared libraries into build/xxx/bin or lib.
José Fonseca
2
-17
/
+23
2010-01-02
python: Don't generate a import library for python module either.
José Fonseca
1
-0
/
+2
2010-01-02
i965: Add missing include.
José Fonseca
1
-0
/
+2
2010-01-02
scons: Remove duplicated code.
José Fonseca
1
-31
/
+0
2010-01-02
scons: Disable version symlinking for DLLs.
José Fonseca
1
-6
/
+10
2010-01-02
gdi: Don't generate import libraries for opengl32.dll.
José Fonseca
1
-0
/
+2
2010-01-02
scons: Fix glew build on MSVC.
José Fonseca
1
-14
/
+19
2010-01-02
util: Silent potential loss of precision warnings.
José Fonseca
1
-3
/
+2
2010-01-01
tgsi: Add missing semantic name in text parser.
Igor Oliveira
1
-0
/
+1
2010-01-01
r300: Fix scons build.
José Fonseca
3
-4
/
+11
2010-01-01
scons: Don't list cell as a driver.
José Fonseca
1
-1
/
+1
2010-01-01
llvmpipe: Add missing include path.
José Fonseca
1
-0
/
+2
2010-01-01
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
17
-339
/
+181
2010-01-01
scons: Aggregate all tiny libraries in a single library.
José Fonseca
23
-290
/
+196
2010-01-01
gallium: Remove the sct module.
José Fonseca
7
-657
/
+1
2010-01-01
scons: Build progs together with everything else.
José Fonseca
17
-314
/
+180
2010-01-01
progs: Ignore derived files.
José Fonseca
2
-0
/
+9
2010-01-01
glsl: Ignore programs.
José Fonseca
1
-0
/
+5
2010-01-01
scons: Don't globally define WIN32_LEAN_AND_MEAN.
José Fonseca
3
-5
/
+2
2010-01-01
mesa: Avoid WIN32_LEAN_AND_MEAN re-definition.
José Fonseca
1
-0
/
+2
2010-01-01
mesa: Make condrender.[ch] prototypes match.
José Fonseca
1
-2
/
+2
2010-01-01
scons: Expose convienience libraries to the host environment.
José Fonseca
4
-218
/
+203
2010-01-01
glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.
José Fonseca
1
-6
/
+3
2009-12-31
nv50: small fix for handling "dangerous" swizzles
Christoph Bumiller
1
-1
/
+1
2009-12-31
Merge branch 'mesa_7_7_branch'
Brian Paul
84
-429
/
+844
[next]