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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Reduce code duplication in handling of depth, stencil, and HiZ.
Paul Berry
2013-04-02
5
-151
/
+178
*
Revert "glsl: Replace constant-index vector array accesses with swizzles"
Paul Berry
2013-04-02
2
-83
/
+83
*
glsl: Fix array indexing when constant folding built-in functions.
Paul Berry
2013-04-02
1
-1
/
+1
*
gallivm: bring back optimized but incorrect float to smallfloat optimizations
Roland Scheidegger
2013-04-02
1
-38
/
+78
*
gallivm: consolidate code for float-to-half and float-to-packed conversion.
Roland Scheidegger
2013-04-02
3
-108
/
+102
*
r600g: don't reserve more stack space than required v5
Vadim Girlin
2013-04-02
3
-56
/
+142
*
r600g: fix range handling for tgsi input declarations v2
Vadim Girlin
2013-04-02
1
-3
/
+7
*
gallium/hud: do .xxxx swizzling for the font texture in the fragment shader
Marek Olšák
2013-04-02
1
-6
/
+30
*
hud: flush/unmap the vertex buffer before drawing
Brian Paul
2013-04-02
1
-0
/
+3
*
draw: use pipe_transfer_unmap() to match pipe_transfer_map()
Brian Paul
2013-04-02
1
-1
/
+1
*
gallivm: fix signed small float to float conversion
Roland Scheidegger
2013-04-02
1
-1
/
+1
*
radeonsi: add instance divisor support v3
Christian König
2013-04-02
4
-59
/
+94
*
radeonsi: add start instance support
Christian König
2013-04-02
3
-10
/
+21
*
radeonsi: add instanceid support
Christian König
2013-04-02
4
-7
/
+43
*
radeon/llvm: move system value fetching to common code
Christian König
2013-04-02
2
-12
/
+12
*
radeonsi: Handle arbitrary 2-byte formats in resource_copy_region
Michel Dänzer
2013-04-02
1
-0
/
+6
*
nvc0: Fix fd leak in nvc0_create_decoder
Maarten Lankhorst
2013-04-02
1
-2
/
+2
*
GLSL: fix lower_jumps to report progress properly
Aras Pranckevicius
2013-04-01
1
-1
/
+3
*
i965/fs: Allow CSE on pre-gen7 varying-index uniform loads
Eric Anholt
2013-04-01
1
-1
/
+1
*
i965/fs: Use LD messages for pre-gen7 varying-index uniform loads
Eric Anholt
2013-04-01
4
-67
/
+84
*
i965/fs: Don't double-emit SEND dependency workarounds at control flow.
Eric Anholt
2013-04-01
1
-0
/
+2
*
i965/fs: Bake regs_written into the IR instead of recomputing it later.
Eric Anholt
2013-04-01
7
-33
/
+27
*
i965/fs: Clean up the setup of gen4 simd16 message destinations.
Eric Anholt
2013-04-01
1
-5
/
+4
*
i965/fs: Do CSE on gen7's varying-index pull constant loads.
Eric Anholt
2013-04-01
1
-11
/
+32
*
i965/fs: Improve performance of varying-index uniform loads on IVB.
Eric Anholt
2013-04-01
2
-18
/
+38
*
i965/fs: Avoid inappropriate optimization with regs_written > 1.
Eric Anholt
2013-04-01
1
-0
/
+6
*
i965: Make the fragment shader pull constants index by dwords, not vec4s.
Eric Anholt
2013-04-01
6
-16
/
+19
*
i965: Make the constant surface interface take a normal byte size.
Eric Anholt
2013-04-01
4
-17
/
+16
*
i965/fs: Move varying uniform offset compuation into the helper func.
Eric Anholt
2013-04-01
3
-11
/
+13
*
i965/fs: Remove creation of a MOV instruction that's never used.
Eric Anholt
2013-04-01
1
-1
/
+0
*
i965/fs: Allow constant propagation into MACH.
Eric Anholt
2013-04-01
1
-2
/
+4
*
r600g/llvm: Update LLVM_REVISION.txt
Vincent Lejeune
2013-04-01
1
-1
/
+1
*
r600g/llvm: Use stack_size provided from llvm.
Vincent Lejeune
2013-04-01
1
-0
/
+1
*
r600g/llvm: uses function attribute to pass shader type
Vincent Lejeune
2013-04-01
1
-0
/
+1
*
r600g/llvm: Add support for cf_alu native encode
Vincent Lejeune
2013-04-01
3
-1
/
+16
*
ACTIVE_UNIFORM_MAX_LENGTH should include 3 extra characters for arrays.
Haixia Shi
2013-04-01
1
-2
/
+4
*
i965/fs: Fix bad interaction between tex swizzles and textureQueryLOD.
Matt Turner
2013-04-01
1
-1
/
+1
*
i965: Remove the old brw_optimize() code.
Eric Anholt
2013-04-01
3
-120
/
+0
*
i965/vs: Add a pass to set dependency control fields on instructions.
Eric Anholt
2013-04-01
3
-0
/
+126
*
i965: Dump shader source for linked shader programs.
Eric Anholt
2013-04-01
1
-2
/
+18
*
clover: Fix build with LLVM 3.3
Mike Lothian
2013-04-01
1
-1
/
+2
*
llvmpipe: use triangle subdivision to avoid fixed-point overflow issues
Brian Paul
2013-04-01
3
-0
/
+186
*
mesa: remove platform checks around __builtin_ffs, __builtin_ffsll
Brian Paul
2013-04-01
1
-6
/
+0
*
docs: add a new page documenting known application issues
Brian Paul
2013-04-01
2
-0
/
+84
*
drirc: set always_have_depth_buffer for Topogon
Brian Paul
2013-04-01
1
-0
/
+6
*
gallivm: Minor comment cleanup
Adam Jackson
2013-04-01
1
-1
/
+1
*
mesa: fix texture storage multisample prototypes harder.
Dave Airlie
2013-04-01
2
-4
/
+4
*
r600g/llvm: Update LLVM_REVISION
Vincent Lejeune
2013-03-31
1
-1
/
+1
*
r600g/llvm: use native encode for tex
Vincent Lejeune
2013-03-31
1
-23
/
+27
*
glapi: fix storage multisample build errors
Dave Airlie
2013-03-31
1
-2
/
+2
[next]