index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Use Y tiling for textures
Stéphane Marchesin
2013-05-08
1
-2
/
+7
*
i915g: Optimize batchbuffer sizes
Stéphane Marchesin
2013-05-08
2
-4
/
+6
*
i915g: Add more PIPE_CAP_* support
Stéphane Marchesin
2013-05-08
1
-0
/
+9
*
ilo: remove our own type inference
Chia-I Wu
2013-05-08
1
-97
/
+27
*
ilo: use tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-08
3
-92
/
+4
*
tgsi: fix operand type of TGSI_OPCODE_NOT
Chia-I Wu
2013-05-08
2
-1
/
+2
*
tgsi: refactor tgsi_opcode_infer_src_type()
Chia-I Wu
2013-05-08
1
-35
/
+9
*
tgsi: refactor tgsi_opcode_infer_dst_type()
Chia-I Wu
2013-05-08
1
-25
/
+35
*
tgsi: reorder opcodes in opcode type inference
Chia-I Wu
2013-05-08
1
-24
/
+24
*
tgsi: clean up exec_tex()
Chia-I Wu
2013-05-08
1
-168
/
+52
*
tgsi: add tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-08
2
-0
/
+94
*
nv50: initialize kick_notify callback in nv50_create
Bryan Cain
2013-05-07
1
-0
/
+1
*
gallium: more tgsi documentation updates
Roland Scheidegger
2013-05-07
1
-131
/
+250
*
ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.
Vinson Lee
2013-05-07
1
-0
/
+1
*
r600g/sb: optimize some cases for CNDxx instructions
Vadim Girlin
2013-05-07
2
-5
/
+81
*
r600g/sb: fix memory leaks
Vadim Girlin
2013-05-07
2
-1
/
+7
*
r600g/sb: fix kcache handling on r6xx
Vadim Girlin
2013-05-07
1
-1
/
+5
*
gallivm: Fix build for LLVM < 3.3
Tom Stellard
2013-05-06
1
-0
/
+6
*
r600g/llvm: Parse config values in register / value pairs
Tom Stellard
2013-05-06
2
-4
/
+31
*
r600g/llvm: Don't feed LLVM output through r600_bytecode_build()
Tom Stellard
2013-05-06
4
-395
/
+21
*
r600g/llvm: Don't emit CALL_FS for vertex shaders
Tom Stellard
2013-05-06
2
-8
/
+10
*
radeon/llvm: Always build libradeonllvm as static
Tom Stellard
2013-05-06
3
-17
/
+10
*
radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2
Tom Stellard
2013-05-06
5
-203
/
+173
*
gallivm: Move LLVMStartMultithreaded() static initializer into gallivm
Tom Stellard
2013-05-06
2
-14
/
+15
*
radeon/llvm: Don't use the global context when parsing LLVM IR
Tom Stellard
2013-05-06
1
-2
/
+3
*
r600g/llvm: Update radeon family mappings for LLVM backend
Tom Stellard
2013-05-06
2
-4
/
+8
*
android: add ilo to the build system
Chia-I Wu
2013-05-06
4
-0
/
+87
*
ilo: correctly set return types of sampler messages
Chia-I Wu
2013-05-05
2
-0
/
+3
*
r600g/llvm: Undefines unrequired texture coord values
Vincent Lejeune
2013-05-04
1
-1
/
+28
*
nvc0: fixup video decoding with 2D_ARRAY
Maarten Lankhorst
2013-05-04
2
-5
/
+4
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
22
-23
/
+25
*
draw/pt: adjust overflow calculations
Zack Rusin
2013-05-03
2
-2
/
+8
*
tgsi/ureg: make the dst register match the src indirection
Zack Rusin
2013-05-03
2
-4
/
+11
*
gallium: tgsi documentation updates and clarification for integer opcodes.
Roland Scheidegger
2013-05-03
1
-73
/
+289
*
llvmpipe: get rid of depth swizzling.
Roland Scheidegger
2013-05-03
7
-273
/
+414
*
r600g: Correctly initialize the shader key, v2
Lauri Kasanen
2013-05-03
1
-1
/
+2
*
st/xvmc/tests: Fix build failure, v2
Lauri Kasanen
2013-05-03
1
-1
/
+1
*
scons: remove nouveau build
Andreas Boll
2013-05-03
5
-58
/
+0
*
scons: remove radeon build
Andreas Boll
2013-05-03
9
-185
/
+0
*
r600g: don't emit surface_sync after FLUSH_AND_INV_EVENT
Alex Deucher
2013-05-03
1
-26
/
+0
*
r600g/sb: zero-initialize bytecode structs
Vadim Girlin
2013-05-03
2
-3
/
+6
*
r600g/sb: fix constant propagation in gvn pass
Vadim Girlin
2013-05-03
1
-1
/
+2
*
r600g/sb: don't run unnecessary passes
Vadim Girlin
2013-05-03
1
-3
/
+0
*
r600g/sb: silence warnings with gcc 4.8
Vadim Girlin
2013-05-03
2
-14
/
+15
*
r600g/sb: fix handling of interference sets in post_scheduler
Vadim Girlin
2013-05-03
2
-8
/
+8
*
r600g/sb: fix allocation of indirectly addressed input arrays
Vadim Girlin
2013-05-03
4
-10
/
+25
*
r600g/sb: use hex instead of binary constants
Vadim Girlin
2013-05-03
5
-15
/
+15
*
r600g: use old shader disassembler by default
Vadim Girlin
2013-05-03
4
-19
/
+18
*
radeon/uvd: enable interlaced buffers by default
Christian König
2013-05-03
2
-5
/
+5
*
vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06e
Christian König
2013-05-03
5
-22
/
+27
[next]