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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: clamp depth comparison value only for fixed point formats
Nicolai Hähnle
2017-09-29
1
-0
/
+2
*
amd/common: save an instruction in the build_cube_select sequence
Nicolai Hähnle
2017-09-29
1
-5
/
+6
*
amd/common: fix build_cube_select
Nicolai Hähnle
2017-09-29
1
-3
/
+3
*
amd/common: remove ac_shader_abi::chip_class
Nicolai Hähnle
2017-09-29
2
-13
/
+10
*
radv: add an assertion in radv_BeginCommandBuffer()
Gwan-gyeong Mun
2017-09-28
1
-0
/
+1
*
radv: set image view type when decompressing depth surfaces
Samuel Pitoiset
2017-09-28
1
-0
/
+1
*
meson: build "radv" vulkan driver for radeon hardware
Dylan Baker
2017-09-27
4
-0
/
+277
*
radv: store the amount of saved constants in the compute state
Samuel Pitoiset
2017-09-27
7
-17
/
+20
*
radv: remove useless radv_meta_{begin,end}_XXX() helpers
Samuel Pitoiset
2017-09-27
4
-62
/
+9
*
radv: fix saved compute state when doing statistics/occlusion queries
Samuel Pitoiset
2017-09-26
1
-2
/
+2
*
radv: save/restore all viewports/scissors for meta operations
Samuel Pitoiset
2017-09-25
3
-25
/
+43
*
radv: Fix VK_KHR_image_format_list.
Bas Nieuwenhuizen
2017-09-25
1
-1
/
+3
*
Revert "Revert "radv: fallback to an in-memory cache when no pipline cache is...
Bas Nieuwenhuizen
2017-09-25
3
-8
/
+15
*
radv: init the trace BO before compiling meta shaders
Samuel Pitoiset
2017-09-25
1
-5
/
+5
*
radv: make radv_pipeline_init() static
Samuel Pitoiset
2017-09-25
2
-8
/
+1
*
radv: remove unused variable in radv_dump_annotated_shader()
Samuel Pitoiset
2017-09-25
1
-1
/
+0
*
radv: make use of ATI_VENDOR_ID everywhere
Samuel Pitoiset
2017-09-25
4
-5
/
+7
*
radv: add gfx9 scissor workaround
David Airlie
2017-09-24
1
-0
/
+5
*
radv: Implement VK_AMD_rasterization_order
Nicholas Miell
2017-09-21
2
-1
/
+26
*
ac/surface: handle error when choosing preferred swizzle mode
Nicolai Hähnle
2017-09-21
1
-2
/
+4
*
amd/addrlib: fix missing va_end() after va_copy()
Nicolai Hähnle
2017-09-21
1
-6
/
+2
*
radv: copy the number of viewports/scissors at pipeline bind time
Samuel Pitoiset
2017-09-21
1
-2
/
+6
*
spirv: Flip the tessellation winding order
Jason Ekstrand
2017-09-20
1
-0
/
+1
*
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
2017-09-20
13
-89
/
+87
*
radv: Only enter the immutable samplers init loop when we have some.
Bas Nieuwenhuizen
2017-09-20
2
-12
/
+18
*
radv: Use for_each_bit in the descriptor set flush.
Bas Nieuwenhuizen
2017-09-20
1
-3
/
+1
*
radv: Add VK_KHR_bind_memory2 support.
Bas Nieuwenhuizen
2017-09-20
2
-24
/
+59
*
radv: do not update the number of scissors in vkCmdSetScissor()
Samuel Pitoiset
2017-09-20
1
-3
/
+0
*
radv: do not update the number of viewports in vkCmdSetViewport()
Samuel Pitoiset
2017-09-20
1
-3
/
+0
*
radv: add some assertions in vkCmdSetScissor()
Samuel Pitoiset
2017-09-20
1
-1
/
+4
*
radv: add some assertions in vkCmdSetViewport()
Samuel Pitoiset
2017-09-20
1
-1
/
+4
*
radv: inline radv_flush_compute_state() into radv_dispatch()
Samuel Pitoiset
2017-09-20
1
-11
/
+7
*
radv: add radv_dispatch() helper
Samuel Pitoiset
2017-09-20
1
-15
/
+14
*
radv: add radv_emit_dispatch_packets() helper
Samuel Pitoiset
2017-09-20
1
-103
/
+149
*
ac/surface: handle S8 on gfx9
Dave Airlie
2017-09-20
1
-2
/
+7
*
configure.ac: split the wayland client/server confusion
Emil Velikov
2017-09-19
1
-2
/
+2
*
radv: replace conditional compilation with MAYBE_UNUSED
Eric Engestrom
2017-09-19
1
-3
/
+2
*
amd/common: add workaround for cube map array layer clamping
Nicolai Hähnle
2017-09-18
1
-2
/
+29
*
amd/common: remove has_ds_bpermute argument from ac_build_ddxy
Nicolai Hähnle
2017-09-18
3
-7
/
+2
*
amd/common: add chip_class to ac_llvm_context
Nicolai Hähnle
2017-09-18
3
-4
/
+12
*
amd/common: round cube array slice in ac_prepare_cube_coords
Nicolai Hähnle
2017-09-18
3
-5
/
+8
*
radv: Add support for more DCC compression with VK_KHR_image_format_list.
Bas Nieuwenhuizen
2017-09-16
2
-3
/
+25
*
radv: Add code to check if two formats can share DCC metadata.
Bas Nieuwenhuizen
2017-09-16
2
-0
/
+87
*
radv: Don't redundantly emit pipelines after secondary cmd buffer.
Bas Nieuwenhuizen
2017-09-15
1
-5
/
+6
*
radv: Check for GFX9 for 1D arrays in image_size intrinsic.
Bas Nieuwenhuizen
2017-09-15
1
-1
/
+2
*
automake: include radv_shader.h in the sources list
Emil Velikov
2017-09-15
1
-0
/
+1
*
radv: fix a potential crash if attachments allocation failed
Samuel Pitoiset
2017-09-15
1
-1
/
+2
*
radv: dump the device name into the hang report
Samuel Pitoiset
2017-09-15
1
-0
/
+30
*
radv: add get_chip_name() callback
Samuel Pitoiset
2017-09-15
2
-0
/
+10
*
radv: dump the list of enabled options when a hang occured
Samuel Pitoiset
2017-09-14
3
-0
/
+46
[next]