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
2009-01-23
glut: Do not rely on GLAPIENTRY symbol.
José Fonseca
1
-3
/
+10
2009-01-22
glut: Don't include mesa_wgl.h on MinGW builds.
José Fonseca
1
-1
/
+4
2009-01-22
scons: Don't define UNICODE on windows builds.
José Fonseca
1
-2
/
+2
2009-01-22
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
50
-683
/
+3040
2009-01-21
i915: Add decode for PS in batchbuffers.
Eric Anholt
2
-6
/
+483
2009-01-21
i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.
Eric Anholt
4
-5
/
+8
2009-01-21
i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.
Eric Anholt
1
-48
/
+6
2009-01-21
nouveau: Map correct mip level when using the shadow (nv30, nv40).
Younes Manton
2
-12
/
+14
2009-01-21
nouveau: nv30 does not support separate blend functions for alpha and rgb
Patrice Mandin
1
-2
/
+3
2009-01-21
[intel] Remove remaining references to intel_wait_flips().
Kristian Høgsberg
1
-5
/
+1
2009-01-21
windows: fix output dir for glut project file
Thomas Henn
1
-4
/
+4
2009-01-21
swrast: fix redundant texture application in affine_textured_triangle().
Brian Paul
1
-1
/
+9
2009-01-21
mesa: add some debug assertions to detect null current texture object pointers
Brian Paul
2
-0
/
+22
2009-01-21
windows: another round of VC8 project file updates
Karl Schultz
8
-134
/
+1211
2009-01-21
Revert "windows: new VC8 projects statically linked against libcmt"
Brian Paul
10
-7580
/
+0
2009-01-21
progs: Ignores
Jakob Bornecrantz
1
-0
/
+1
2009-01-20
docs: document glXMakeContextCurrent() and Windows fixes
Brian Paul
1
-0
/
+2
2009-01-20
Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGI
Ian Romanick
1
-21
/
+25
2009-01-20
i915: Fix gem backend after surface changes
Jakob Bornecrantz
1
-3
/
+1
2009-01-20
[intel] Go back to using the typedef for the sarea struct
mesa_7_3_rc3
Timo Aaltonen
4
-8
/
+8
2009-01-20
Remove intel pageflipping support in its entirety.
Owain G. Ainsworth
5
-328
/
+20
2009-01-20
glsl: silence unused var warnings
Brian Paul
1
-0
/
+2
2009-01-20
mesa: silence uninitialized var warnings
Brian Paul
2
-0
/
+6
2009-01-20
mesa: silence compiler warning at -O2
Brian Paul
1
-0
/
+1
2009-01-20
mesa: bump version to 7.3-rc3
Brian Paul
2
-5
/
+5
2009-01-20
mesa: inlclude whole windows/VC8/ directory in tarballs
Brian Paul
1
-8
/
+1
2009-01-20
windows: new VC8 projects statically linked against libcmt
Thomas Henn
10
-0
/
+7580
2009-01-20
windows: more VC8 project file updates
Karl Schultz
2
-143
/
+11
2009-01-20
gallium: Remove the standalone surfaces.
José Fonseca
25
-654
/
+217
2009-01-20
Add a comment about _tnl_emit_indexed_vertices_to_buffer.
Thomas Hellstrom
1
-0
/
+6
2009-01-20
tnl: Add a utility to emit indexed vertices to a DMA buffer.
Thomas Hellstrom
2
-1
/
+50
2009-01-20
Fix store texel for argb4444.
Thomas Hellstrom
1
-1
/
+1
2009-01-20
Fix store texel for argb8888_rev.
Thomas Hellstrom
1
-1
/
+1
2009-01-20
Add RGBA4444 and RGBA5551 texture formats.
Thomas Hellstrom
6
-0
/
+212
2009-01-20
dri1: Add a macro to validate two dri drawables in one go.
Thomas Hellstrom
1
-0
/
+22
2009-01-19
mesa: fix build of stand-alone glslcompiler driver
Brian Paul
1
-1
/
+1
2009-01-19
xlib: fix dependencies
Keith Whitwell
1
-2
/
+2
2009-01-19
statetracker: copy back color buffer to front buffer when needed
Brian Paul
1
-1
/
+13
2009-01-19
gallium: minor reformatting
Brian Paul
1
-6
/
+9
2009-01-19
util: add reduced prim helper
Keith Whitwell
1
-0
/
+16
2009-01-19
tests: test pseudo-XOR blend mode.
Brian Paul
3
-0
/
+443
2009-01-19
gallium: use align() intead of round_up()
Brian Paul
1
-12
/
+2
2009-01-19
tgsi: change an if to an else-if, added const qual, added comments
Brian Paul
1
-3
/
+5
2009-01-19
dri: add fake front definitions
Alan Hourihane
1
-0
/
+2
2009-01-19
dri: add fake front definitions
Alan Hourihane
1
-0
/
+2
2009-01-19
windows: updated VC8 project files
Thomas Henn
5
-46
/
+34
2009-01-19
Merge commit 'origin/gallium-0.2' into gallium-xlib-rework
gallium-xlib-rework
Keith Whitwell
2
-0
/
+510
2009-01-19
xlib: fix compilation after xmesa header moves
Keith Whitwell
5
-3
/
+513
2009-01-19
Merge commit 'origin/gallium-0.2' into gallium-xlib-rework
Keith Whitwell
169
-2990
/
+4038
2009-01-18
g3dvl: Some cleanups.
Younes Manton
1
-1
/
+7
[next]