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-06-04
rbug: Update rbug protocol with new context calls
Jakob Bornecrantz
7
-43
/
+336
2009-06-04
mesa: call _mesa_ funcs, not gl funcs for debugging
Brian Paul
1
-15
/
+18
2009-06-04
Merge branch 'mesa_7_5_branch'
Brian Paul
17
-69
/
+250
2009-06-04
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
1
-2
/
+12
2009-06-04
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
1
-1
/
+1
2009-06-04
st/mesa: increase ST_MAX_SHADER_TOKENS to 8k
Brian Paul
1
-1
/
+1
2009-06-04
tgsi: increase MAX_LABELS to 4096
Brian Paul
1
-1
/
+1
2009-06-04
mesa: update wglext.h to latest version
Brian Paul
1
-1
/
+11
2009-06-04
mesa: remove PFNGL typedefs that are in glext.h
Brian Paul
1
-85
/
+2
2009-06-04
mesa: upgrade glext.h to version 52
Brian Paul
2
-182
/
+312
2009-06-04
intel: Add support for tiled textures.
Eric Anholt
13
-44
/
+120
2009-06-04
i915: Don't rely on fence regs when we don't have to.
Eric Anholt
8
-62
/
+55
2009-06-04
i915: Remove some long-dead i830 code.
Eric Anholt
1
-20
/
+0
2009-06-03
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
1
-2
/
+12
2009-06-03
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
1
-1
/
+1
2009-06-03
swrast: always do span clipping in _swrast_write_rgba_span()
Brian Paul
1
-14
/
+4
2009-06-03
vbo: minor reformatting
Brian Paul
1
-16
/
+23
2009-06-03
vbo: move/refactor debug code
Brian Paul
1
-38
/
+49
2009-06-03
vbo: added debug code to check array data validity (disabled)
Brian Paul
1
-0
/
+156
2009-06-03
vbo: new debug/dump code (disabled)
Brian Paul
1
-0
/
+58
2009-06-03
mesa: added NaN checking code (disabled)
Brian Paul
1
-0
/
+14
2009-06-03
mesa: check/prevent NaN for EX2/LG2
Brian Paul
1
-6
/
+15
2009-06-03
tnl: updated clip debug code (disabled)
Brian Paul
1
-9
/
+19
2009-06-03
mesa: added buffer object debug code (disabled)
Brian Paul
1
-0
/
+36
2009-06-03
tnl: add some floating point sanity checks (disabled)
Brian Paul
1
-2
/
+25
2009-06-03
vbo: tweak out-of-bounds VBO access error message
Brian Paul
1
-1
/
+1
2009-06-03
Thank you git for doing the right thing.
Ian Romanick
1
-94
/
+1
2009-06-03
Fix compiling indirect.c when GLX_DIRECT_RENDERING is not defined
Ian Romanick
2
-1
/
+143
2009-06-03
Fast path when rebinding the same texture in single context environment
Ian Romanick
1
-0
/
+12
2009-06-02
st/mesa: minor clean-ups, reformatting, etc
Brian Paul
1
-14
/
+11
2009-06-02
docs: remove version info carried over from 7.5
Brian Paul
1
-7
/
+0
2009-06-02
docs: clarify GL_ARB_copy_buffer driver support
Brian Paul
1
-1
/
+1
2009-06-02
st/mesa: implement/enable GL_ARB_copy_buffer extension
Brian Paul
2
-0
/
+39
2009-06-02
mesa: fix error test mistake in _mesa_CopyBufferSubData()
Brian Paul
1
-1
/
+1
2009-06-02
docs: added GL_ARB_copy_buffer extension
Brian Paul
1
-0
/
+1
2009-06-02
mesa: enable GL_ARB_copy_buffer for software drivers
Brian Paul
1
-0
/
+2
2009-06-02
mesa: plug in new _mesa_CopyBufferSubData() functions
Brian Paul
3
-0
/
+9
2009-06-02
mesa: _mesa_CopyBufferSubData() function, and driver fall-back
Brian Paul
2
-4
/
+156
2009-06-02
mesa: new state for GL_ARB_copy_buffer
Brian Paul
1
-0
/
+4
2009-06-02
mesa: new CopyBufferSubData() driver hook
Brian Paul
1
-0
/
+6
2009-06-02
glapi: regenerated files for GL_ARB_copy_buffer
Brian Paul
11
-5064
/
+5089
2009-06-02
glapi: include ARB_copy_buffer.xml
Brian Paul
2
-0
/
+3
2009-06-02
glapi: GL_ARB_copy_buffer xml info
Brian Paul
1
-0
/
+24
2009-06-02
scons: Less aggressive optimizations for MSVC 64bit compiler.
José Fonseca
1
-4
/
+17
2009-06-02
scons: Output nice summary messages instead of long command lines.
José Fonseca
2
-5
/
+10
2009-06-02
util: Unsaved change missing from last commit.
José Fonseca
1
-1
/
+1
2009-06-02
r300-gallium: strip swtcl to the bare minimum
Joakim Sindholt
1
-34
/
+22
2009-06-02
util: Support Z24S8/Z24X8 -> unsigned conversion.
José Fonseca
1
-0
/
+15
2009-06-02
util: Fix 24 to 32 bit expansion binary arithmetic expression.
José Fonseca
1
-1
/
+1
2009-06-02
mesa: release VBO and PBO references upon context destruction
Brian Paul
1
-0
/
+10
[prev]
[next]