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
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
shader-file-reorg
Brian Paul
139
-464
/
+462
2010-06-10
mesa: move shader/slang/* sources to main/slang/*
Brian Paul
54
-49
/
+49
2010-06-10
mesa: move nvprogram.[ch] to main/
Brian Paul
7
-13
/
+13
2010-06-10
mesa: move arbprogram.[ch] to main/
Brian Paul
9
-12
/
+12
2010-06-10
mesa: move atifragshader.[ch] to main/
Brian Paul
9
-12
/
+12
2010-06-10
mesa: move uniforms.c to main/
Brian Paul
6
-6
/
+6
2010-06-10
mesa: refactor shader api / object code
Brian Paul
20
-1872
/
+1793
2010-06-10
i965: remove UseProgram driver callback
Brian Paul
1
-10
/
+0
2010-06-10
st/egl: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-10
intel: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-10
draw: forgot to add a file
Zack Rusin
1
-0
/
+129
2010-06-10
draw: rewrite geometry shader pipeline
Zack Rusin
2
-103
/
+142
2010-06-10
gs: give our test an option of rendering a strip
Zack Rusin
1
-6
/
+42
2010-06-10
draw: geometry shader fixes
Zack Rusin
5
-27
/
+109
2010-06-10
draw: make sure that the gs never outputs more data than we allocated for
Zack Rusin
1
-17
/
+25
2010-06-10
r300g: Fix memory leak on error path.
Vinson Lee
1
-0
/
+1
2010-06-10
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
6
-14
/
+85
2010-06-10
mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object.
Eric Anholt
2
-3
/
+7
2010-06-10
swrast: When reading from a 0-bits r,g,b channel, return 0 not 1.
Eric Anholt
1
-3
/
+11
2010-06-09
intel: Use the blitter to upload TexSubImage data to busy textures.
Eric Anholt
1
-10
/
+67
2010-06-09
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
5
-20
/
+26
2010-06-09
r300g: try harder to create a transfer object
Marek Olšák
1
-7
/
+34
2010-06-09
draw: make sure geometry shader correctly iterates the output buffer
Zack Rusin
2
-5
/
+11
2010-06-09
r300g: debug output texture size
Marek Olšák
1
-1
/
+2
2010-06-09
r300g: return NULL texture early if buffer_create fails
Marek Olšák
1
-5
/
+5
2010-06-09
draw: make sure the buffer is big enough to fit everything emitted by the gs
Zack Rusin
2
-48
/
+27
2010-06-09
llvmpipe: fix copy & paste bug in clear logic
Roland Scheidegger
1
-1
/
+1
2010-06-09
draw: fix geometry shader which emit multiplie primitives
Zack Rusin
1
-18
/
+20
2010-06-09
graw: add a multiple primitive geometry shader test
Zack Rusin
1
-0
/
+42
2010-06-09
nv: fix compile after the latest gs changes
Zack Rusin
1
-1
/
+1
2010-06-09
geometry shaders: make gs work with changable primitives and variable number ...
Zack Rusin
14
-99
/
+152
2010-06-09
xorg/vmwgfx: Disable 3D by default.
Thomas Hellstrom
1
-0
/
+1
2010-06-09
st/xorg: Add a customizable option to disable 3D.
Thomas Hellstrom
2
-3
/
+17
2010-06-09
nvfx: fix typo from gallium-msaa merge
Ben Skeggs
1
-1
/
+1
2010-06-09
nv50: fix typo from gallium-msaa merge
Ben Skeggs
1
-1
/
+1
2010-06-09
nv50: use MARK_RING correctly
Ben Skeggs
1
-4
/
+6
2010-06-08
draw: Remove unnecessary headers.
Vinson Lee
2
-2
/
+0
2010-06-09
r600g: save vertex buffers in blitter
Marek Olšák
1
-0
/
+3
2010-06-09
r300g: save vertex buffers in blitter
Marek Olšák
1
-2
/
+1
2010-06-09
util: reference vertex buffers in blitter
Marek Olšák
2
-0
/
+18
2010-06-09
r300g: report that transfers are always supported
Marek Olšák
1
-0
/
+6
2010-06-09
r300g: fix loading compressed textures
Marek Olšák
1
-2
/
+6
2010-06-08
r300g: skip rendering for unsupported vertex formats instead of aborting
Marek Olšák
4
-94
/
+93
2010-06-08
intel: Flag NEW_BUFFERS when changing draw buffers.
Eric Anholt
1
-0
/
+1
2010-06-08
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
9
-60
/
+41
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
44
-272
/
+277
2010-06-08
intel: Clean up stale comments in intel_batchbuffer.c.
Eric Anholt
1
-4
/
+1
2010-06-08
intel: Remove the non-gem paths for batchbuffer upload.
Eric Anholt
1
-22
/
+4
2010-06-08
intel: Update comment in intel_tex_copy from before miptree x/y rework.
Eric Anholt
1
-1
/
+1
2010-06-08
softpipe: make sure we don't fallback to assert on so stats query
Zack Rusin
1
-0
/
+2
[next]