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
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: update r600_get_llvm_processor_name for hainan
Alex Deucher
2013-05-14
1
-0
/
+1
*
radeonsi: add support for hainan chips
Alex Deucher
2013-05-14
2
-0
/
+4
*
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
Marek Olšák
2013-05-11
1
-0
/
+1
*
radeon/llvm: Always build libradeonllvm as static
Tom Stellard
2013-05-06
1
-1
/
+1
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
scons: remove radeon build
Andreas Boll
2013-05-03
1
-17
/
+0
*
vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06e
Christian König
2013-05-03
1
-3
/
+3
*
vl/buffers: fix typo in function name
Christian König
2013-05-03
1
-3
/
+3
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
1
-7
/
+7
*
radeon/uvd: stop using anonymous unions
Christian König
2013-04-26
1
-1
/
+1
*
winsys/radeon: consolidate tracing into winsys v2
Jerome Glisse
2013-04-25
3
-3
/
+3
*
radeonsi: cleanup disabling tiling for UVD v3
Christian König
2013-04-24
1
-3
/
+4
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+1
*
radeonsi: add support for compressed texture v2
Jerome Glisse
2013-04-18
2
-2
/
+76
*
radeonsi: add 2d tiling support for texture v3
Jerome Glisse
2013-04-18
2
-72
/
+20
*
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2013-04-18
1
-0
/
+1
*
radeonsi: Read config values from the .AMDGPU.config ELF section
Tom Stellard
2013-04-15
1
-7
/
+27
*
radeon/llvm: Use a struct for storing compiled code
Tom Stellard
2013-04-15
1
-18
/
+17
*
radeon/uvd: add UVD implementation v5
Christian König
2013-04-11
5
-6
/
+193
*
radeonsi: remove sampler writemask v3
Christian König
2013-04-10
1
-12
/
+7
*
radeonsi: Add compute support v3
Tom Stellard
2013-04-05
9
-48
/
+375
*
radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cache
Tom Stellard
2013-04-05
1
-0
/
+1
*
radeonsi: Remove si_pm4_inval_vertex_cache()
Tom Stellard
2013-04-05
3
-8
/
+1
*
gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
Tom Stellard
2013-04-05
3
-1
/
+15
*
radeonsi: add more cases for copying unsupported formats to resource_copy_region
Marek Olšák
2013-04-03
1
-0
/
+12
*
gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICS
Christoph Bumiller
2013-04-03
1
-0
/
+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
*
radeonsi: Handle arbitrary 2-byte formats in resource_copy_region
Michel Dänzer
2013-04-02
1
-0
/
+6
*
radeonsi: add cs tracing v3
Jerome Glisse
2013-03-27
6
-1
/
+124
*
radeonsi: add preloading for all samplers
Christian König
2013-03-26
1
-12
/
+45
*
radeonsi: add preloading of all constants
Christian König
2013-03-26
1
-16
/
+51
*
radeonsi: mark most intrinsics as readnone/nounwind
Christian König
2013-03-26
1
-8
/
+10
*
radeonsi: mark all loads as constant
Christian König
2013-03-26
1
-7
/
+25
*
radeonsi: remove wqm intrinsic
Christian König
2013-03-26
1
-9
/
+0
*
radeonsi: fix crash while binding a NULL constant buffer
Marek Olšák
2013-03-26
1
-1
/
+1
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
1
-0
/
+1
*
radeonsi: Emit pixel shader state even when only the vertex shader changed
Michel Dänzer
2013-03-21
1
-0
/
+5
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
1
-0
/
+2
*
radeonsi: enable indirect adressing
Christian König
2013-03-19
2
-6
/
+1
*
radeonsi: implement indirect adressing of constants
Christian König
2013-03-19
1
-6
/
+8
*
radeonsi: switch to using resource destribtors for constants v2
Christian König
2013-03-19
2
-29
/
+37
*
radeonsi: Fix off-by-one for maximum vertex element index in some cases
Michel Dänzer
2013-03-12
1
-2
/
+8
*
radeonsi: add LLVMNoUnwindAttribute to intrinsic
Christian König
2013-03-07
1
-1
/
+1
*
radeonsi: rework input interpolation
Christian König
2013-03-07
2
-34
/
+72
*
radeonsi: remove SI.vs.load.buffer.index
Christian König
2013-03-07
2
-10
/
+12
*
radeon/llvm: make SGPRs proper function arguments v2
Christian König
2013-03-07
2
-73
/
+44
*
radeon/llvm: replace shader type intrinsic with function attribute
Christian König
2013-03-07
1
-12
/
+2
*
radeonsi: switch to v*i8 for resources and samplers v2
Christian König
2013-03-07
1
-18
/
+12
[next]