index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
Dave Airlie
2012-01-11
4
-1
/
+6
*
llvmpipe: Update for TGSI_INTERPOLATE_COLOR.
José Fonseca
2012-01-11
1
-7
/
+3
*
tgsi: add ISSG support
Dave Airlie
2012-01-11
3
-1
/
+17
*
softpipe: enable clamping control
Dave Airlie
2012-01-11
2
-3
/
+8
*
softpipe: fix texel fetch swizzles
Dave Airlie
2012-01-11
1
-26
/
+43
*
i915g: Fix bugs in the shader optimizer.
Stéphane Marchesin
2012-01-11
1
-46
/
+80
*
softpipe: fix llvm build
Dave Airlie
2012-01-11
3
-3
/
+3
*
draw: clipdistance support (v2)
Dave Airlie
2012-01-11
7
-17
/
+79
*
tgsi_scan: add support to count number of output clip distances
Dave Airlie
2012-01-11
2
-0
/
+5
*
draw/softpipe: add clip vertex support. (v2)
Dave Airlie
2012-01-11
9
-18
/
+58
*
tgsi/softpipe: add VertexID support.
Dave Airlie
2012-01-11
3
-6
/
+19
*
softpipe: allow softpipe to set shader params depending on runtime llvm (v3)
Dave Airlie
2012-01-11
3
-9
/
+18
*
nv50: fix clip state validation
Christoph Bumiller
2012-01-10
1
-3
/
+4
*
draw: remove unused 'so' variable in draw_pt_so_emit()
Brian Paul
2012-01-10
1
-2
/
+0
*
util: use memset() to initialize surface, sampler_view templates
Brian Paul
2012-01-10
2
-7
/
+16
*
svga: Drop execbuf throttling
Jakob Bornecrantz
2012-01-10
5
-36
/
+1
*
svga: Add somewhat sensible fallback and silence warning
Jakob Bornecrantz
2012-01-10
1
-3
/
+2
*
svga: Silence warning
Jakob Bornecrantz
2012-01-10
1
-7
/
+0
*
svga: Silence warning
Jakob Bornecrantz
2012-01-10
1
-0
/
+3
*
svga: Silence warning
Jakob Bornecrantz
2012-01-10
1
-0
/
+1
*
svga: Ignores
Jakob Bornecrantz
2012-01-10
1
-0
/
+2
*
draw: Silence warning
Jakob Bornecrantz
2012-01-10
1
-12
/
+0
*
target-helpers: If neither softpipe or llvmpipe is used just return the screen
Jakob Bornecrantz
2012-01-10
1
-0
/
+2
*
draw/softpipe: EXT_transform_feedback support (v2)
Dave Airlie
2012-01-10
15
-217
/
+185
*
gallium: introduce GLSL based interpolation rules. (v2)
Dave Airlie
2012-01-10
6
-5
/
+18
*
nvc0: fix FP header clip distance mask
Christoph Bumiller
2012-01-10
1
-5
/
+5
*
nvc0/ir: TXF array index already is an integer
Christoph Bumiller
2012-01-10
1
-3
/
+6
*
nv50/ir: handle TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
2012-01-10
4
-8
/
+8
*
nv50/ir/tgsi: translate SNE as unordered comparison
Christoph Bumiller
2012-01-10
1
-0
/
+1
*
nv50/ir/ra: don't coalesce contraint-moves
Christoph Bumiller
2012-01-10
1
-0
/
+4
*
nvc0: enable shader watchdog timer
Christoph Bumiller
2012-01-10
2
-0
/
+8
*
nv50/ir/tgsi: handle TGSI_OPCODE_IABS
Christoph Bumiller
2012-01-10
1
-0
/
+3
*
nv50/ir/opt: optimize u32 MOD by power of 2 into AND
Christoph Bumiller
2012-01-10
1
-0
/
+8
*
nv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
Christoph Bumiller
2012-01-10
1
-1
/
+1
*
nv50/ir,nvc0: make ClipDistance and ClipVertex work
Christoph Bumiller
2012-01-10
6
-24
/
+54
*
nv50,nvc0: handle new PIPE_CAPs
Christoph Bumiller
2012-01-10
2
-0
/
+15
*
nvc0/ir/emit: fix modifiers of f32 add with long immediate
Christoph Bumiller
2012-01-10
1
-5
/
+11
*
nvc0/ir: fix default insertion position in pre-SSA lowering pass
Christoph Bumiller
2012-01-10
1
-7
/
+1
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
72
-299
/
+313
*
softpipe: Don't use llvm in draw
Jakob Bornecrantz
2012-01-09
1
-1
/
+4
*
draw: Fail if we fail to enable llvm when asked for it
Jakob Bornecrantz
2012-01-09
1
-5
/
+11
*
draw: Make it possible to create a llvm free context
Jakob Bornecrantz
2012-01-09
2
-15
/
+35
*
radeon/winsys: fix get info ioctl error checking
Jerome Glisse
2012-01-09
1
-3
/
+5
*
vl: replace decode_buffers with auxiliary data field
Christian König
2012-01-09
19
-158
/
+146
*
nvfx: remove unused-but-set variables
Marek Olšák
2012-01-08
2
-5
/
+0
*
gallium: add an IABS opcode to TGSI
Bryan Cain
2012-01-07
4
-1
/
+20
*
util: silence some MSVC type conversion warnings
Brian Paul
2012-01-07
1
-5
/
+5
*
draw: replace assert(0) with debug_warn_once()
Brian Paul
2012-01-07
3
-6
/
+6
*
util: add debug_warn_once() macro
Brian Paul
2012-01-07
1
-0
/
+19
*
draw: whitespace fixes, etc.
Brian Paul
2012-01-07
4
-173
/
+160
[next]