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-10-21
llvmpipe: remove VS/FS cap queries
primitive-restart
Brian Paul
1
-29
/
+0
2010-10-19
draw: remove the draw_primitive_restart() function
Brian Paul
6
-37
/
+2
2010-10-19
Merge branch 'master' into primitive-restart
Brian Paul
2335
-95054
/
+225325
2010-10-19
gallium/docs: document primitive restart feature
Brian Paul
1
-0
/
+9
2010-10-19
vbo: implement primitive restart for non-indexed prims
Brian Paul
1
-69
/
+94
2010-10-19
draw: remove prim restart support for non-indexed drawing
Brian Paul
1
-15
/
+4
2010-10-19
gallium: comments for prim restart
Brian Paul
1
-0
/
+3
2010-10-19
llvmpipe: fix wrong var name
Brian Paul
1
-1
/
+1
2010-10-19
gallivm: fix incorrect type for zero vector in emit_kilp()
Brian Paul
1
-1
/
+2
2010-10-19
mesa: fix mesa version string construction
Brian Paul
3
-3
/
+3
2010-10-19
mesa: Make sure we have the talloc cflags when using the talloc headers
Thomas Hellstrom
1
-1
/
+1
2010-10-19
st/xorg: Fix compilation for Xservers >= 1.10
Thomas Hellstrom
1
-0
/
+5
2010-10-19
xorg/vmwgfx: Don't use deprecated x*alloc / xfree functions
Thomas Hellstrom
3
-10
/
+10
2010-10-19
st/xorg: Don't use deprecated x*alloc / xfree functions
Thomas Hellstrom
5
-29
/
+29
2010-10-19
st/xorg: Fix compilation errors for Xservers compiled without Composite
Thomas Hellstrom
1
-2
/
+9
2010-10-19
st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environments
Thomas Hellstrom
2
-3
/
+3
2010-10-19
r300/compiler: Remove unused variable.
Vinson Lee
1
-1
/
+1
2010-10-18
r300g: Add new debug option for logging vertex/fragment program stats
Tom Stellard
9
-13
/
+78
2010-10-18
r300/compiler: Add a new function for more efficient dataflow analysis
Tom Stellard
7
-132
/
+397
2010-10-18
r300/compiler: Clear empty registers after constant folding
Tom Stellard
1
-0
/
+8
2010-10-18
r300/compiler: Fix incorrect assumption
Tom Stellard
3
-32
/
+17
2010-10-18
r300/compiler: Create a helper function for merging presubtract sources
Tom Stellard
1
-117
/
+102
2010-10-18
i965: Remove unused variable.
Kenneth Graunke
1
-1
/
+0
2010-10-18
glsl: Regenerate parser files.
Kenneth Graunke
2
-249
/
+256
2010-10-18
glsl: Fix copy and paste error in ast_bit_and node creation.
Kenneth Graunke
1
-1
/
+1
2010-10-18
i965: Avoid blits in BufferCopySubdata on gen6.
Eric Anholt
1
-1
/
+2
2010-10-18
i965: Fix scissor-offscreen on gen6 like we did pre-gen6.
Eric Anholt
1
-1
/
+13
2010-10-18
i965: Assert out on gen6 VS constant buffer reads that hang the GPU for now.
Eric Anholt
1
-0
/
+4
2010-10-18
i965: Fix assertion failure on gen6 BufferSubData to busy BO.
Eric Anholt
1
-10
/
+17
2010-10-18
i965: Fix a weirdness in NOT handling.
Eric Anholt
1
-1
/
+1
2010-10-18
i965: Disable the debug printf I added for FS disasm.
Eric Anholt
1
-5
/
+7
2010-10-18
i965: Add missing "break" statement.
Kenneth Graunke
1
-0
/
+1
2010-10-18
llvmpipe: Don't test rounding of x.5 numbers.
José Fonseca
1
-1
/
+4
2010-10-18
gallivm: Add a note about SSE4.1's nearest mode rounding.
José Fonseca
1
-0
/
+6
2010-10-18
mesa: Add missing else in do_row_3D
Brian Rogers
1
-1
/
+1
2010-10-18
llvmpipe: remove lp_setup_coef*.c files from Makefile
Brian Paul
1
-2
/
+0
2010-10-18
egl/i965: include inline_wrapper_sw_helper.h
Victor Tseng
1
-0
/
+1
2010-10-18
glsl: Don't return NULL IR for erroneous bit-shift operators.
Kenneth Graunke
1
-5
/
+0
2010-10-18
r600g: retrieve tiling info from kernel for shared buffers.
Dave Airlie
6
-6
/
+49
2010-10-18
r600g: fix transfer function for tiling.
Dave Airlie
1
-2
/
+3
2010-10-18
r600g: attempt to cleanup depth blit
Dave Airlie
1
-17
/
+4
2010-10-18
r600g: depth needs to bound to ds
Dave Airlie
1
-1
/
+1
2010-10-18
r600g: fix typo in tiling setup cb code.
Dave Airlie
1
-1
/
+1
2010-10-18
r600g: do proper tracking of views/samplers.
Dave Airlie
3
-16
/
+44
2010-10-17
llvmpipe: remove unused arg from jit_setup_tri function
Keith Whitwell
3
-6
/
+3
2010-10-17
llvmpipe: remove unused file
Keith Whitwell
2
-2
/
+0
2010-10-17
Merge remote branch 'origin/master' into lp-setup-llvm
Keith Whitwell
1425
-37307
/
+66773
2010-10-17
llvmpipe: fail cleanly on malloc failure in lp_setup_alloc_triangle
Keith Whitwell
1
-4
/
+4
2010-10-17
llvmpipe: remove setup fallback path
Keith Whitwell
4
-277
/
+3
2010-10-17
gallivm: Comment lp_build_insert_new_block().
José Fonseca
1
-0
/
+8
[next]