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
Commit message (
Expand
)
Author
Age
Files
Lines
*
aco: compact various Instruction classes
Daniel Schürmann
2020-01-10
7
-100
/
+99
*
mesa/st: fix a memory leak in get_version
Andrii Simiklit
2020-01-10
1
-2
/
+3
*
freedreno/drm: Fix memory leak in softpin implementation
Lasse Lopperi
2020-01-10
1
-0
/
+2
*
aco: limit register usage for large work groups
Rhys Perry
2020-01-10
4
-7
/
+33
*
ac/llvm: Fix ac_build_reduce in wave32 mode.
Timur Kristóf
2020-01-10
1
-6
/
+9
*
radeonsi: release saved resources in si_compute_do_clear_or_copy
Pierre-Eric Pelloux-Prayer
2020-01-10
1
-0
/
+2
*
radeonsi: release saved resources in si_compute_clear_12bytes_buffer
Pierre-Eric Pelloux-Prayer
2020-01-10
1
-0
/
+2
*
radeonsi: release saved resources in si_compute_copy_image
Pierre-Eric Pelloux-Prayer
2020-01-10
1
-0
/
+3
*
radeonsi: release saved resources in si_compute_clear_render_target
Pierre-Eric Pelloux-Prayer
2020-01-10
1
-0
/
+2
*
radeonsi: release saved resources in si_compute_expand_fmask
Pierre-Eric Pelloux-Prayer
2020-01-10
1
-0
/
+1
*
radeonsi: release saved resources in si_retile_dcc
Pierre-Eric Pelloux-Prayer
2020-01-10
1
-0
/
+4
*
main: fix coverity error in _mesa_program_resource_find_name()
Samuel Iglesias Gonsálvez
2020-01-10
1
-1
/
+4
*
panfrost: Add negative lod bias support
Icecream95
2020-01-10
2
-12
/
+14
*
virgl/drm: update UAPI
Gurchetan Singh
2020-01-10
2
-175
/
+1
*
lima: drop support for R8G8B8 format
Vasily Khoruzhick
2020-01-09
1
-1
/
+0
*
anv: Re-use flush_descriptor_sets in flush_compute_state
Jason Ekstrand
2020-01-09
1
-65
/
+25
*
anv: Flag descriptors dirty when gl_NumWorkgroups is used
Jason Ekstrand
2020-01-09
1
-1
/
+8
*
anv: Don't add dynamic state base address to push constants on Gen7
Jason Ekstrand
2020-01-09
1
-14
/
+20
*
lima: add debug flag to disable tiling
Vasily Khoruzhick
2020-01-10
3
-1
/
+4
*
lima: use linear layout for shared buffers if modifier is not specified
Vasily Khoruzhick
2020-01-10
1
-1
/
+8
*
glsl: call calculate_subroutine_compat() from the nir linker
Timothy Arceri
2020-01-10
2
-2
/
+2
*
glsl: move calculate_subroutine_compat() to shared linker code
Timothy Arceri
2020-01-10
3
-37
/
+41
*
glsl: call uniform resource checks from the nir linker
Timothy Arceri
2020-01-10
2
-1
/
+2
*
glsl: move uniform resource checks into the common linker code
Timothy Arceri
2020-01-10
3
-80
/
+86
*
glsl: call check_subroutine_resources() from the nir linker
Timothy Arceri
2020-01-10
2
-1
/
+2
*
glsl: move check_subroutine_resources() into the shared util code
Timothy Arceri
2020-01-10
3
-15
/
+20
*
genxml: Remove a non-existant HW bit
Jason Ekstrand
2020-01-09
3
-3
/
+0
*
ir3: Set up full/half register conflicts correctly
Kristian H. Kristensen
2020-01-09
3
-2
/
+31
*
llvmpipe: add ARB_derivative_control support
Dave Airlie
2020-01-10
2
-1
/
+5
*
radeonsi/gfx9: force the micro tile mode for MSAA resolve correctly on gfx9
Marek Olšák
2020-01-09
5
-4
/
+33
*
anv: fix intel perf queries availability writes
Lionel Landwerlin
2020-01-09
1
-14
/
+5
*
radeon/vcn: Handle crop parameters for encoder
Satyajit Sahu
2020-01-09
1
-4
/
+11
*
nir: fix printing of var_decl with more than 4 components.
Daniel Schürmann
2020-01-09
1
-1
/
+1
*
radv: advertise VK_AMD_shader_image_load_store_lod
Samuel Pitoiset
2020-01-09
2
-0
/
+2
*
aco: handle nir_intrinsic_image_deref_{load,store} with lod
Samuel Pitoiset
2020-01-09
1
-2
/
+17
*
amd/llvm: handle nir_intrinsic_image_deref_{load,store} with lod
Samuel Pitoiset
2020-01-09
1
-2
/
+10
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
10
-2
/
+57
*
spirv: add SpvCapabilityImageReadWriteLodAMD
Samuel Pitoiset
2020-01-09
2
-0
/
+5
*
mesa: create program resource hash in a single place
Tapani Pälli
2020-01-09
4
-6
/
+3
*
llvmpipe: add support for ARB_indirect_parameters.
Dave Airlie
2020-01-09
2
-2
/
+19
*
llvmpipe: enable driver side multi draw indirect
Dave Airlie
2020-01-09
1
-1
/
+2
*
gallium/util: add multi_draw_indirect to util_draw_indirect.
Dave Airlie
2020-01-09
1
-9
/
+13
*
mesa: Prevent _MaxLevel from being less than zero
Thong Thai
2020-01-08
1
-1
/
+1
*
ac: add ac_build_s_endpgm
Marek Olšák
2020-01-08
2
-0
/
+7
*
ac: add 128-bit bitcount
Marek Olšák
2020-01-08
2
-0
/
+12
*
ac/gpu_info: add pc_lines and use it in radeonsi
Marek Olšák
2020-01-08
3
-1
/
+5
*
ac: unify primitive export code
Marek Olšák
2020-01-08
4
-113
/
+78
*
ac: unify build_sendmsg_gs_alloc_req
Marek Olšák
2020-01-08
4
-48
/
+31
*
radeonsi: clean up messy si_emit_rasterizer_prim_state
Marek Olšák
2020-01-08
5
-39
/
+30
*
radeonsi: determine accurately if line stippling is enabled for performance
Marek Olšák
2020-01-08
3
-4
/
+17
[next]