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-12-02
Merge remote branch 'origin/master' into gallium-array-textures
gallium-array-textures
Roland Scheidegger
56
-351
/
+1249
2010-12-02
i965: add support for polygon mode on Sandybridge.
Xiang, Haihao
1
-0
/
+42
2010-12-02
i915g: Make sure that new vbo gets updated
Jakob Bornecrantz
2
-5
/
+10
2010-12-02
i915g: Improve debug printing for textures
Jakob Bornecrantz
1
-4
/
+21
2010-12-02
i915g: Fix closure of full batch buffers
Chris Wilson
2
-72
/
+30
2010-12-02
i915g: track TODO items
Daniel Vetter
1
-0
/
+29
2010-12-02
i915g: assert(depth_surface->offset == 0)
Daniel Vetter
1
-1
/
+2
2010-12-02
i915g: enable x-tiling for render targets
Daniel Vetter
1
-4
/
+0
2010-12-02
i915g: switch rendering to mipmapped textures to (x,y) offsets
Daniel Vetter
3
-9
/
+29
2010-12-02
i915g: enable X-tiling for textures
Daniel Vetter
3
-0
/
+27
2010-12-02
i915g: don't pot-align stride for tiled buffers
Daniel Vetter
1
-2
/
+3
2010-12-02
i915g: postpone mipmap/face offset calculation
Daniel Vetter
3
-27
/
+43
2010-12-02
i915g: implement unfenced relocs for textures using tiling bits
Daniel Vetter
3
-5
/
+20
2010-12-02
i915g: implement unfenced color&depth buffer using tiling bits
Daniel Vetter
2
-8
/
+22
2010-12-02
i915g: return tiling in iws->buffer_from_handle
Daniel Vetter
3
-3
/
+9
2010-12-02
i915g: prepare winsys/batchbuffer for execbuf2
Daniel Vetter
8
-27
/
+38
2010-12-02
i915g: switch to tiled allocations, kill set_fence
Daniel Vetter
4
-60
/
+2
2010-12-02
i915g: add winsys function to create tiled buffers
Daniel Vetter
4
-14
/
+102
2010-12-02
i915g: drop alignment parameter from iws->buffer_create
Daniel Vetter
6
-21
/
+7
2010-12-01
glsl: Mark the array access for whole-array comparisons.
Eric Anholt
1
-0
/
+14
2010-12-01
i965: Add support for loops in the VS.
Eric Anholt
1
-25
/
+33
2010-12-01
i965: Enable IF statements in the VS.
Eric Anholt
1
-3
/
+0
2010-12-01
i965: Add support for gen6 CONTINUE instruction emit.
Eric Anholt
3
-4
/
+28
2010-12-01
i965: Add support for gen6 BREAK ISA emit.
Eric Anholt
4
-10
/
+112
2010-12-01
i965: Add support for gen6 DO/WHILE ISA emit.
Eric Anholt
2
-30
/
+74
2010-12-02
Merge remote branch 'origin/master' into gallium-array-textures
Roland Scheidegger
125
-5161
/
+6281
2010-12-01
i965: Dump the WHILE jump distance on gen6.
Eric Anholt
1
-1
/
+2
2010-12-01
r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-only
Marek Olšák
1
-1
/
+2
2010-12-01
r300g: fix texture swizzling with compressed textures on r400-r500
Marek Olšák
7
-13
/
+28
2010-12-01
i915: Correctly generate unconditional KIL instructions
Ian Romanick
1
-1
/
+5
2010-12-01
i915: Request that POW instructions be lowered
Ian Romanick
1
-0
/
+1
2010-12-01
glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2
Ian Romanick
4
-4
/
+33
2010-12-01
glsl: Use M_LOG2E constant instead of calling log2
Ian Romanick
2
-3
/
+7
2010-12-01
glsl: Add comments to lower_jumps (from the commit message).
Kenneth Graunke
1
-0
/
+31
2010-12-01
glsl: Remove "discard" support from lower_jumps.
Kenneth Graunke
1
-11
/
+2
2010-12-01
glsl: Add a lowering pass to move discards out of if-statements.
Kenneth Graunke
5
-1
/
+204
2010-12-01
glsl: Add an optimization pass to simplify discards.
Kenneth Graunke
5
-0
/
+184
2010-12-01
ir_to_mesa: Add support for conditional discards.
Marek Olšák
1
-2
/
+7
2010-12-01
r600c: fix some opcodes on evergreen
Alex Deucher
1
-8
/
+56
2010-12-01
r300/compiler: implement and lower OPCODE_CLAMP
Marek Olšák
4
-1
/
+29
2010-12-01
vega: Remove extraneous ;
José Fonseca
1
-1
/
+1
2010-12-01
scons: Move MSVS_VERSION option to common module.
José Fonseca
2
-1
/
+1
2010-12-01
svga: Silence debug printf.
José Fonseca
1
-1
/
+0
2010-12-01
st/vega: Avoid unnecessary constant bufer upload.
Chia-I Wu
1
-30
/
+48
2010-12-01
st/vega: Initialize pipe states with renderer.
Chia-I Wu
3
-26
/
+28
2010-12-01
st/vega: Create drawing surface mask as needed.
Chia-I Wu
3
-35
/
+38
2010-12-01
st/vega: Delay blend texture creation until needed.
Chia-I Wu
4
-57
/
+32
2010-12-01
st/vega: Remove st_inlines.h.
Chia-I Wu
5
-127
/
+1
2010-12-01
st/vega: Simplify radial gradient.
Chia-I Wu
1
-73
/
+46
2010-12-01
st/vega: Fix degenerate paints.
Chia-I Wu
6
-9
/
+80
[next]