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
/
drivers
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: Handle TGSI TXQ opcode
Michel Dänzer
2013-05-28
1
-1
/
+1
*
radeonsi: Add support for TGSI TXF opcode
Michel Dänzer
2013-05-28
1
-1
/
+1
*
radeon: Initialize variables in radeon_llvm_context_init.
Vinson Lee
2013-05-22
1
-0
/
+2
*
r600g/llvm: fix cubemap lod/bias
Vincent Lejeune
2013-05-20
1
-0
/
+3
*
r600g/llvm: Fix cubearray textureSize
Vincent Lejeune
2013-05-20
1
-0
/
+1
*
radeon/llvm: Run standard optimization passes on conpute shader modules
Tom Stellard
2013-05-17
1
-0
/
+15
*
r600g/llvm: Parse config values in register / value pairs
Tom Stellard
2013-05-06
1
-1
/
+1
*
r600g/llvm: Don't feed LLVM output through r600_bytecode_build()
Tom Stellard
2013-05-06
1
-1
/
+1
*
r600g/llvm: Don't emit CALL_FS for vertex shaders
Tom Stellard
2013-05-06
1
-1
/
+1
*
radeon/llvm: Always build libradeonllvm as static
Tom Stellard
2013-05-06
1
-15
/
+8
*
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
1
-14
/
+0
*
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
1
-1
/
+1
*
radeon/uvd: enable interlaced buffers by default
Christian König
2013-05-03
1
-2
/
+2
*
radeon/uvd: fix some MPEG4 artifacts
Christian König
2013-05-03
1
-7
/
+17
*
radeon: Fix build with LLVM 3.3
Armin K
2013-05-02
1
-1
/
+1
*
radeon/uvd: Fix build failure with non-standard libdrm installation prefix
Lauri Kasanen
2013-05-02
1
-1
/
+1
*
radeon/uvd: fix quant scan order for mpeg2
Christian König
2013-05-01
1
-2
/
+6
*
r600g/llvm: get use_kill from compiler shader
Vincent Lejeune
2013-04-30
1
-1
/
+1
*
r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
Christian König
2013-04-26
1
-1
/
+0
*
radeon/uvd: stop using anonymous unions
Christian König
2013-04-26
2
-36
/
+36
*
winsys/radeon: consolidate tracing into winsys v2
Jerome Glisse
2013-04-25
1
-2
/
+2
*
radeon/llvm: Fix segfault with a specifc libelf implementation
Tom Stellard
2013-04-24
1
-0
/
+4
*
r600/llvm: Read stacksize from config header
Vincent Lejeune
2013-04-23
1
-1
/
+1
*
/bin/bash: q : commande introuvable
Vincent Lejeune
2013-04-23
1
-1
/
+1
*
radeon/llvm: Fix build with LLVM >= r180063
Tom Stellard
2013-04-23
1
-0
/
+1
*
r600g/llvm: Use gprcount from llvm
Vincent Lejeune
2013-04-17
1
-1
/
+1
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-7
/
+34
*
radeonsi: Read config values from the .AMDGPU.config ELF section
Tom Stellard
2013-04-15
1
-1
/
+1
*
radeon/llvm: Handle ELF formatted binary output from the LLVM backend
Tom Stellard
2013-04-15
3
-6
/
+37
*
radeon/llvm: Use a struct for storing compiled code
Tom Stellard
2013-04-15
2
-8
/
+15
*
radeon/uvd: add UVD implementation v5
Christian König
2013-04-11
4
-8
/
+1510
*
radeonsi: remove sampler writemask v3
Christian König
2013-04-10
1
-1
/
+1
*
r600g/llvm: Add support for native isa for pre EG
Vincent Lejeune
2013-04-08
1
-1
/
+1
*
radeonsi: Add compute support v3
Tom Stellard
2013-04-05
2
-1
/
+3
*
gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
Tom Stellard
2013-04-05
1
-1
/
+1
*
radeon/llvm: move system value fetching to common code
Christian König
2013-04-02
1
-0
/
+12
*
r600g/llvm: Update LLVM_REVISION.txt
Vincent Lejeune
2013-04-01
1
-1
/
+1
*
r600g/llvm: Update LLVM_REVISION
Vincent Lejeune
2013-03-31
1
-1
/
+1
*
radeon/llvm: document LLVM commit
Christian König
2013-03-26
1
-1
/
+1
*
radeon/llvm: remove uneeded inclusion
Christian König
2013-03-26
1
-1
/
+0
*
radeon/llvm: Do not link against libgallium when building statically.
Maarten Lankhorst
2013-03-19
1
-1
/
+4
*
radeon/llvm: rework input fetch and output store
Christian König
2013-03-19
2
-122
/
+151
*
radeon/llvm: Link against libgallium.la to fix an undefined symbol
Andreas Boll
2013-03-19
1
-0
/
+1
*
radeon/llvm: Add missing license headers
Tom Stellard
2013-03-13
2
-0
/
+52
*
radeon/llvm: Make radeon_llvm_util.cpp a C file
Tom Stellard
2013-03-13
3
-29
/
+8
*
radeon/llvm: Optimize radeon_llvm_strip_unused_kernels()
Tom Stellard
2013-03-13
2
-17
/
+10
*
radeon/llvm: Implement radeon_llvm_get_kernel_module() using the C API
Tom Stellard
2013-03-13
2
-7
/
+15
*
radeon/llvm: Implement radeon_llvm_get_num_kernels() using the C API
Tom Stellard
2013-03-13
1
-6
/
+1
[next]