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-08-16
r300: add support for ARB_texture_rg and ARB_half_float_pixel extension
texture_rg
Maciej Cencora
3
-0
/
+22
2009-08-16
mesa: add support for ARB_texture_rg
Maciej Cencora
10
-21
/
+355
2009-08-16
mesa: remove RG16 and R16 texture formats
Maciej Cencora
5
-158
/
+0
2009-08-16
Implement a big chunk of GL_ARB_texture_rg in swrast
Ian Romanick
7
-3
/
+548
2009-08-16
r300: disable ZTOP only when occlusion queries are used
Maciej Cencora
1
-1
/
+3
2009-08-16
Merge branch 'oq'
Maciej Cencora
14
-11
/
+361
2009-08-15
mesa: Add 2 new demos to .gitignore.
Pauli Nieminen
1
-0
/
+1
2009-08-15
nv50: avoid a NULL-ptr dereference when the pipe context changes
Maarten Maathuis
1
-1
/
+26
2009-08-15
nv50: align registers used with TEX to 4
Christoph Bumiller
1
-1
/
+2
2009-08-15
r300: enable ARB_occlusion_query
Maciej Cencora
1
-0
/
+8
2009-08-15
radeon: add flag for drm OQ support
Maciej Cencora
2
-5
/
+8
2009-08-15
r300: temporary occlusion query hack
Maciej Cencora
1
-1
/
+1
2009-08-15
r300: clear not_flushed OQ list after flush
Maciej Cencora
3
-4
/
+15
2009-08-15
r300/oq: add some debugging info
Maciej Cencora
1
-0
/
+21
2009-08-15
r300: add occlusion queries support
Maciej Cencora
8
-1
/
+308
2009-08-15
radeon space: realign with drm space check code
Dave Airlie
1
-1
/
+1
2009-08-15
r300: fixup space checks since VBO code
Dave Airlie
1
-16
/
+9
2009-08-15
r300: add just in case warn I don't think this can actually happen
Dave Airlie
1
-0
/
+5
2009-08-15
radeon: enable vertex splitting for IBs
Dave Airlie
2
-13
/
+47
2009-08-15
i965: disable bounds checking on arrays with stride 0
Roland Scheidegger
1
-1
/
+1
2009-08-14
i965: Add support for GL_ARB_seamless_cube_map
Ian Romanick
2
-17
/
+28
2009-08-14
demos/cubemap: Add support for GL_ARB_seamless_cube_map
Ian Romanick
1
-16
/
+38
2009-08-14
Regenerate files for GL_ARB_seamless_cube_map
Ian Romanick
2
-328
/
+342
2009-08-14
Infrastructure for GL_ARB_seamless_cube_map
Ian Romanick
7
-0
/
+34
2009-08-14
Regenerate files for GL_APPLE_flush_buffer_range
Ian Romanick
9
-3395
/
+3675
2009-08-15
Merge branch 'vbo_clean'
Maciej Cencora
13
-334
/
+621
2009-08-15
r300: mark VBO buffer objects as persistent
Maciej Cencora
1
-3
/
+6
2009-08-14
r300: unmap buffer objects after usage
Maciej Cencora
1
-1
/
+11
2009-08-14
mesa: append uniform values to the log file the first time we use a shader
Brian Paul
2
-0
/
+28
2009-08-14
mesa: also pass the GPU program to _mesa_append_uniforms_to_file()
Brian Paul
2
-3
/
+5
2009-08-14
vbo: call _mesa_valid_to_render()
Brian Paul
1
-4
/
+2
2009-08-14
Merge branch 'mesa_7_5_branch'
Brian Paul
7
-150
/
+198
2009-08-14
mesa: new _mesa_append_uniforms_to_file() debug/logging function
Brian Paul
2
-0
/
+34
2009-08-14
mesa: call _mesa_valid_to_render()
Brian Paul
1
-4
/
+2
2009-08-14
vbo: call _mesa_valid_to_render()
Brian Paul
1
-20
/
+1
2009-08-14
mesa: new _mesa_valid_to_render() function
Brian Paul
2
-1
/
+47
2009-08-14
mesa: minor error string changes
Brian Paul
1
-5
/
+5
2009-08-14
docs: docs: document new --with-max-width/height config options
Brian Paul
1
-0
/
+2
2009-08-14
Add a FAQ about internal buffer sizes.
Brian Paul
1
-0
/
+13
2009-08-14
Add configure options for MAX_WIDTH/HEIGHT.
Brian Paul
1
-0
/
+15
2009-08-14
Allow external settings of MAX_WIDTH/HEIGHT.
Brian Paul
1
-2
/
+7
2009-08-14
st/xlib: reduce the proliferation of GLX context types
Keith Whitwell
1
-57
/
+37
2009-08-14
st/dri: remove unused dummyContext value
Keith Whitwell
2
-14
/
+0
2009-08-14
mesa: move assertions in test_attachment_completeness()
Brian Paul
1
-5
/
+7
2009-08-14
nv50: fix mipmap offsets and tiling
Christoph Bumiller
3
-17
/
+34
2009-08-14
nv50: make sure we don't re-emit outdated scissor state
Christoph Bumiller
1
-4
/
+4
2009-08-14
nv50: make use of the y-origin switch
Christoph Bumiller
2
-25
/
+16
2009-08-14
r300: remove broken vertex splitting
Maciej Cencora
2
-13
/
+5
2009-08-14
r300: rework index buffer setup
Maciej Cencora
3
-119
/
+126
2009-08-14
r300: remove unused software TNL path
Maciej Cencora
4
-118
/
+6
[next]