index
:
~alon/mesa
7.10
7.8
7.8-gles
7.9
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
arb_geometry_shader4
arb_half_float_vertex
arb_map_buffer_range
arb_robustness
arb_sampler_objects
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
flex-and-bison-required
floating
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-format-cleanup
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
gallium-llvmpipe
gallium-mesa-7.4
gallium-msaa
gallium-new-formats
gallium-newclear
gallium-no-nvidia-opcodes
gallium-no-rhw-position
gallium-no-texture-blanket
gallium-nopointsizeminmax
gallium-render-condition-predicate
gallium-resource-sampling
gallium-resources
gallium-sampler-view
gallium-softpipe-winsys
gallium-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
llvm-cliptest-viewport
llvm-context
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
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
mesa_7_7_branch
nv50-compiler
nvc0
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
primitive-restart
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
remove-driver-date
remove-redundant-helpers
shader-file-reorg
shader-work
softpipe_0_1_branch
spice_vgallium
sprite-coord
st-mesa-per-context-shaders
st-vbo
texfilter_float_branch
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
texture_rg-2
thalloc
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-19
st/xorg: Don't initialize non-existing fields.
Michel Dänzer
1
-2
/
+0
2009-11-19
identity: Add missing screen methods.
Michal Krol
4
-1
/
+98
2009-11-19
tgsi: Provide ultimate solution for SOA dependencies in exec.
Michal Krol
1
-162
/
+189
2009-11-18
progs/tests: Fix memory leak in texdown.c if malloc fails.
Vinson Lee
1
-0
/
+2
2009-11-18
r600 : update PS and VS emit count for loop constants.
Richard Li
1
-2
/
+2
2009-11-18
r600 : add some defs
Richard Li
3
-3
/
+55
2009-11-18
r600 : Initial version of glsl fc.
Richard Li
7
-84
/
+2189
2009-11-18
st/xorg: enable yv12 for xv
Zack Rusin
1
-1
/
+4
2009-11-18
docs: setup 7.8 release notes file
Brian Paul
2
-0
/
+54
2009-11-18
mesa: bump version to 7.8
Brian Paul
1
-1
/
+1
2009-11-18
mesa: bump version to 7.8
Brian Paul
1
-3
/
+3
2009-11-18
st/xorg: Init all functions and fix spelling
Jakob Bornecrantz
1
-1
/
+3
2009-11-18
progs/fp: Redraw upon keypress.
Vinson Lee
8
-8
/
+8
2009-11-18
st/xorg: Make the #if more easier to read
Jakob Bornecrantz
1
-8
/
+14
2009-11-18
st/xorg: Use the correct DRI2BufferPtr struct on 1.6.4 servers
Jakob Bornecrantz
1
-9
/
+16
2009-11-18
progs/glsl: Fix trirast GLSL compilation errors on Mac OS.
Vinson Lee
1
-3
/
+3
2009-11-18
progs/glsl: Fix noise GLSL compilation error on Mac OS.
Vinson Lee
1
-1
/
+1
2009-11-18
r300: allow disabling s3tc support if libtxc_dxtn is available
Maciej Cencora
1
-3
/
+3
2009-11-18
Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
Maciej Cencora
26
-624
/
+627
2009-11-18
r600: align for mipmap tree changes
Maciej Cencora
3
-40
/
+24
2009-11-18
progs/glsl: Fix multinoise GLSL compilation errors on Mac OS.
Vinson Lee
1
-5
/
+5
2009-11-17
progs/glsl: Fix mandelbrot GLSL compilation error on Mac OS.
Vinson Lee
1
-1
/
+1
2009-11-17
AL1616: Fix cut-and-paste bug
Ian Romanick
1
-2
/
+2
2009-11-17
progs/glsl: use ShadersSupported()
Brian Paul
2
-10
/
+4
2009-11-17
progs/util: warn when GLSL not supported
Brian Paul
1
-1
/
+2
2009-11-17
Merge branch 'outputswritten64'
Ian Romanick
33
-82
/
+111
2009-11-17
ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLX
Ian Romanick
2
-0
/
+10
2009-11-17
ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXT
Ian Romanick
4
-0
/
+26
2009-11-17
Add missing XML files to API_XML
Ian Romanick
1
-2
/
+5
2009-11-17
ARB_fbo: Enable GL_EXT_framebuffer_multisample
Ian Romanick
2
-2
/
+7
2009-11-17
ARB_fbo: Regenerate files from previous commits.
Ian Romanick
10
-3862
/
+3975
2009-11-17
ARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xml
Ian Romanick
2
-24
/
+24
2009-11-17
ARB_fbo: Add GL_EXT_framebuffer_multisample
Ian Romanick
2
-0
/
+17
2009-11-17
EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencil
Ian Romanick
1
-0
/
+1
2009-11-17
EXT_pds: Add GL_EXT_packed_depth_stencil
Ian Romanick
2
-0
/
+20
2009-11-17
EXT_fbo_blit: Add missing GLX protocol render opcode
Ian Romanick
1
-0
/
+1
2009-11-17
ARB_fbo: Add missing protocol "Get" information
Ian Romanick
1
-2
/
+7
2009-11-17
ARB_fbo: Remove _EXT from enum names
Ian Romanick
1
-12
/
+12
2009-11-17
docs: libGL documentation, from the xorg-docs tree
Brian Paul
1
-0
/
+197
2009-11-17
progs/tests: Fix memory leak in arbgpuprog.c.
Vinson Lee
1
-0
/
+4
2009-11-17
mesa: remove old comment
Brian Paul
1
-1
/
+0
2009-11-17
mesa: fix assorted compiler warnings
Brian Paul
6
-10
/
+10
2009-11-17
mesa: fix incorrect type in store_texel_al1616()
Brian Paul
1
-1
/
+1
2009-11-17
i915g: replace //-style comments
Brian Paul
1
-2
/
+4
2009-11-17
gallium/util: replace //-style comments
Brian Paul
1
-3
/
+3
2009-11-17
i915g: remove trailing commas in enum lists to silence warnings
Brian Paul
1
-3
/
+3
2009-11-17
progs/xdemos: change //-style comments
Brian Paul
1
-1
/
+1
2009-11-17
progs/glsl: change //-style comments
Brian Paul
2
-3
/
+5
2009-11-17
progs/demos: silence warnings
Brian Paul
2
-2
/
+3
2009-11-17
mesa: remove trailing comment to silence warning
Brian Paul
1
-1
/
+1
[prev]
[next]