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: implement GL_KHR_blend_equation_advanced
Marek Olšák
2018-04-02
12
-17
/
+203
*
radeonsi: rename unpack_param -> si_unpack_param
Marek Olšák
2018-04-02
2
-27
/
+31
*
radeonsi: move FMASK shader logic to shared code
Marek Olšák
2018-04-02
1
-72
/
+2
*
radeonsi: add R600_DEBUG=nofmask to disable MSAA compression
Marek Olšák
2018-04-02
3
-8
/
+9
*
radeonsi/nir: fix explicit component packing for geom/tess doubles
Timothy Arceri
2018-04-02
1
-8
/
+11
*
radeonsi/nir: gather buffers declared more accurately and use const fast path
Timothy Arceri
2018-04-02
2
-6
/
+90
*
radeonsi: create load_const_buffer_desc_fast_path() helper
Timothy Arceri
2018-04-02
1
-39
/
+49
*
radeonsi/nir: set TGSI_PROPERTY_NEXT_SHADER
Timothy Arceri
2018-04-02
1
-0
/
+3
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-1
/
+1
*
radeonsi: don't use the SPI barrier management bug workaround
Marek Olšák
2018-03-28
1
-0
/
+5
*
radeonsi: use maximum OFFCHIP_BUFFERING on Vega12
Marek Olšák
2018-03-28
1
-1
/
+8
*
radeonsi: add support for Vega12
Marek Olšák
2018-03-28
4
-1
/
+7
*
ac/radeonsi: pass bindless bool to load_sampler_desc()
Timothy Arceri
2018-03-28
1
-1
/
+1
*
radeonsi/nir: set uses_bindless_samplers for samplers
Timothy Arceri
2018-03-28
1
-0
/
+3
*
radeonsi/nir: fix input processing for packed varyings
Timothy Arceri
2018-03-28
1
-3
/
+2
*
radeonsi/nir: fix scanning of multi-slot output varyings
Timothy Arceri
2018-03-28
1
-109
/
+127
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-9
/
+9
*
radeonsi: fix a snprintf warning on gcc 7.3.0
Marek Olšák
2018-03-21
1
-1
/
+1
*
radeonsi/gfx9: print the swizzle mode for testdma
Marek Olšák
2018-03-21
1
-2
/
+16
*
st/radeonsi: enable uniform packing in NIR backend
Timothy Arceri
2018-03-20
1
-1
/
+5
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+1
*
st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker
Timothy Arceri
2018-03-20
1
-10
/
+0
*
ac/nir: pass the nir variable through tcs loading.
Dave Airlie
2018-03-14
1
-5
/
+4
*
ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups
Jason Ekstrand
2018-03-13
1
-0
/
+1
*
radeonsi: add a workaround for GFX9 hang with init_config alignment
Marek Olšák
2018-03-09
1
-1
/
+2
*
radeonsi: remove chip_class parameter from si_lower_nir
Marek Olšák
2018-03-08
4
-10
/
+6
*
radeonsi: expand constbuf 0 address correctly to fix Vega10 hangs
Marek Olšák
2018-03-08
1
-4
/
+17
*
radeonsi: align command buffer starting address to fix some Raven hangs
Marek Olšák
2018-03-08
1
-2
/
+3
*
ac/radeonsi: add emit_kill to the abi
Timothy Arceri
2018-03-08
1
-0
/
+1
*
radeonsi: add si_llvm_emit_kill() helper
Timothy Arceri
2018-03-08
2
-12
/
+21
*
radeonsi: make use of if/loop build helpers in ac
Timothy Arceri
2018-03-08
2
-160
/
+11
*
radeonsi: remove si_llvm_add_attribute
Marek Olšák
2018-03-07
3
-25
/
+16
*
radeonsi: fix passing address32_hi to LLVM for high values
Marek Olšák
2018-03-07
1
-2
/
+5
*
radeonsi: add/update assertions for 32-bit address space
Marek Olšák
2018-03-07
1
-1
/
+5
*
radeonsi: prevent a negative buffer offset in si_upload_descriptors
Marek Olšák
2018-03-07
1
-4
/
+3
*
radeonsi: properly extract a buffer address from a descriptor
Marek Olšák
2018-03-07
1
-1
/
+7
*
radeonsi: fix vertex buffer address computation with full 64-bit addresses
Marek Olšák
2018-03-07
1
-3
/
+3
*
radeonsi: mask out high VM address bits in registers where needed
Marek Olšák
2018-03-07
3
-22
/
+24
*
ac: add ac_count_scratch_private_memory()
Samuel Pitoiset
2018-03-06
1
-28
/
+4
*
radeonsi/nir: fix handling of doubles for gs inputs
Timothy Arceri
2018-03-06
1
-2
/
+6
*
radeonsi: move si_nir_load_input_gs() to si_shader.c
Timothy Arceri
2018-03-06
3
-29
/
+20
*
ac: add ac_build_fsign()
Samuel Pitoiset
2018-03-05
1
-11
/
+4
*
ac: add ac_build_isign()
Samuel Pitoiset
2018-03-05
1
-8
/
+2
*
ac: add ac_build_fract()
Samuel Pitoiset
2018-03-05
1
-8
/
+5
*
radeonsi/nir: call ac_lower_indirect_derefs()
Timothy Arceri
2018-03-05
4
-4
/
+6
*
radeonsi: add chip class to compiler_ctx_state
Timothy Arceri
2018-03-05
3
-0
/
+4
*
radeonsi: fix radeon create encoder return
Boyuan Zhang
2018-03-02
1
-1
/
+1
*
radeonsi/nir: increase values to 8 for gs fetch.
Dave Airlie
2018-03-01
1
-1
/
+1
*
radeonsi: set some context vars for nir path
Timothy Arceri
2018-03-01
1
-6
/
+10
*
ac/radeonsi: add load_base_vertex() to the abi
Timothy Arceri
2018-02-28
1
-0
/
+1
[next]