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
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: remove si_resource_create_custom
Marek Olšák
2016-10-26
5
-20
/
+11
*
gallium/radeon: stop using PIPE_BIND_CUSTOM
Marek Olšák
2016-10-26
5
-12
/
+9
*
gallium/radeon: don't do (fmask.size && cmask.size)
Marek Olšák
2016-10-26
1
-1
/
+1
*
gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment
Marek Olšák
2016-10-26
1
-1
/
+1
*
gallium/radeon: remove unnecessary fields from radeon_surf_level
Marek Olšák
2016-10-26
1
-4
/
+4
*
gallium/radeon: stop using some input fields from radeon_surface
Marek Olšák
2016-10-26
1
-2
/
+2
*
gallium/radeon: use r600_gfx_write_event_eop everywhere
Marek Olšák
2016-10-26
1
-9
/
+3
*
gallium/radeon: make r600_gfx_write_fence more generic
Marek Olšák
2016-10-26
1
-1
/
+2
*
radeonsi: enable SDMA on Carrizo and all CIK chips again
Marek Olšák
2016-10-26
1
-10
/
+0
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
1
-0
/
+1
*
radeonsi: fix a regression in si_eliminate_const_output
Nicolai Hähnle
2016-10-21
1
-4
/
+3
*
radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8
Marek Olšák
2016-10-20
1
-3
/
+2
*
radeonsi: fix 64-bit loads from LDS
Nicolai Hähnle
2016-10-20
1
-1
/
+1
*
radeonsi: eliminate trivial constant VS outputs
Marek Olšák
2016-10-19
3
-2
/
+186
*
radeonsi: remove cb0_is_integer handling
Marek Olšák
2016-10-19
3
-13
/
+3
*
radeonsi: rename prefixes from radeon to si
Marek Olšák
2016-10-18
4
-157
/
+157
*
radeonsi: merge radeon_llvm_context and si_shader_context
Marek Olšák
2016-10-18
4
-317
/
+290
*
radeonsi: import all TGSI->LLVM code from gallium/radeon
Marek Olšák
2016-10-18
6
-4
/
+1513
*
radeonsi: move LLVM ALU codegen into radeonsi
Marek Olšák
2016-10-18
4
-6
/
+1054
*
radeonsi: unify the constant load paths
Nicolai Hähnle
2016-10-17
1
-28
/
+11
*
radeonsi: fix indirect loads of 64 bit constants
Nicolai Hähnle
2016-10-17
1
-2
/
+2
*
radeonsi: shorten "shader->selector" to "sel" in si_shader_create
Marek Olšák
2016-10-17
1
-7
/
+8
*
radeonsi: clear DB_RENDER_OVERRIDE
Marek Olšák
2016-10-17
1
-3
/
+1
*
radeonsi: adjust and clean up Z_ORDER and EXEC_ON_x settings
Marek Olšák
2016-10-13
2
-22
/
+32
*
radeonsi: disable ReZ
Marek Olšák
2016-10-13
1
-7
/
+4
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
5
-10
/
+68
*
radeonsi: fix regression in image atomics
Nicolai Hähnle
2016-10-13
1
-1
/
+1
*
radeonsi: fix the coordinate overloading of llvm.amdgcn.image.atomic.cmpswap.*
Nicolai Hähnle
2016-10-13
1
-2
/
+7
*
st/mesa: enable ARB_enhanced_layouts and turn the cap on
Nicolai Hähnle
2016-10-12
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
Nicolai Hähnle
2016-10-12
1
-0
/
+1
*
radeonsi: Use the new image load/store intrinsic signatures
Tom Stellard
2016-10-12
1
-14
/
+45
*
radeonsi: Add function for converting LLVM type to intrinsic string
Tom Stellard
2016-10-12
1
-10
/
+32
*
radeonsi: Refactor image store/load intrinsic name creation
Tom Stellard
2016-10-12
1
-11
/
+18
*
radeonsi: fix R600_DEBUG=precompile for shader-db
Marek Olšák
2016-10-12
1
-0
/
+6
*
radeonsi: use TC write-back instead of full cache invalidation
Marek Olšák
2016-10-12
3
-13
/
+7
*
radeonsi: implement TC L2 write-back (flush) without cache invalidation
Marek Olšák
2016-10-12
2
-28
/
+74
*
radeonsi: don't invalidate VMEM L1 for memory barriers for index buffers
Marek Olšák
2016-10-12
1
-3
/
+4
*
radeonsi: emit TA_CS_BC_BASE_ADDR on SI only if the kernel allows it
Marek Olšák
2016-10-11
1
-1
/
+6
*
radeonsi: make more use of si_have_tgsi_compute
Nicolai Hähnle
2016-10-10
1
-3
/
+1
*
radeonsi: support ARB_compute_variable_group_size
Nicolai Hähnle
2016-10-10
3
-16
/
+42
*
radeonsi: fix texture border colors for compute shaders
Marek Olšák
2016-10-05
1
-0
/
+12
*
radeonsi: fix interpolateAt opcodes for .zw components
Marek Olšák
2016-10-05
1
-1
/
+1
*
radeonsi: add assertions to validate interpolation flags
Marek Olšák
2016-10-05
1
-0
/
+34
*
radeonsi: interpolate colors after interpolation weight shuffling
Marek Olšák
2016-10-05
1
-48
/
+48
*
gallium/radeon: implement set_device_reset_callback
Nicolai Hähnle
2016-10-05
1
-0
/
+3
*
radeonsi: optionally run the LLVM IR verifier pass
Nicolai Hähnle
2016-10-04
1
-7
/
+21
*
radeonsi: don't declare LDS in PS when ds_bpermute is used
Marek Olšák
2016-10-04
3
-4
/
+7
*
radeonsi: use DDX/DDY directly in si_llvm_emit_ddxy_interp
Marek Olšák
2016-10-04
1
-49
/
+7
*
radeonsi: simplify si_llvm_emit_ddxy
Marek Olšák
2016-10-04
1
-51
/
+29
*
radeonsi: don't call build_gep0 in si_llvm_emit_ddxy on VI
Marek Olšák
2016-10-04
1
-5
/
+9
[next]