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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: fix fmask expand compute shader
Pierre-Eric Pelloux-Prayer
2020-01-15
1
-1
/
+1
*
v3d: fix bug when checking result of syncobj fence import
Iago Toral Quiroga
2020-01-15
1
-1
/
+1
*
radeonsi: move PS LLVM code into si_shader_llvm_ps.c
Marek Olšák
2020-01-14
7
-1283
/
+1317
*
radeonsi: remove always constant ballot_mask_bits from si_llvm_context_init
Marek Olšák
2020-01-14
3
-10
/
+6
*
radeonsi: fold si_create_function into si_llvm_create_func
Marek Olšák
2020-01-14
4
-43
/
+30
*
radeonsi: rename si_shader_create -> si_create_shader_variant for clarity
Marek Olšák
2020-01-14
4
-8
/
+10
*
radeonsi: rename si_compile_tgsi_main -> si_build_main_function
Marek Olšák
2020-01-14
1
-5
/
+5
*
radeonsi: clean up si_shader_info
Marek Olšák
2020-01-14
3
-131
/
+45
*
radeonsi: merge si_tessctrl_info into si_shader_info
Marek Olšák
2020-01-14
4
-23
/
+10
*
radeonsi: fork tgsi_shader_info and tgsi_tessctrl_info
Marek Olšák
2020-01-14
12
-56
/
+205
*
radeonsi: rename si_shader_info -> si_shader_binary_info
Marek Olšák
2020-01-14
1
-2
/
+2
*
radeonsi: remove TGSI from comments
Marek Olšák
2020-01-14
4
-11
/
+9
*
radeonsi: rename DBG_NO_TGSI -> DBG_NO_NIR
Marek Olšák
2020-01-14
3
-3
/
+3
*
radeonsi: don't adjust depth and stencil PS output locations
Marek Olšák
2020-01-14
2
-11
/
+3
*
panfrost: Fix linear depth textures
Alyssa Rosenzweig
2020-01-14
4
-20
/
+26
*
radeonsi: actually enable VBOs in user SGPRs
Marek Olšák
2020-01-14
1
-1
/
+1
*
radeonsi: fix assertion and other failures in si_emit_graphics_shader_pointers
Marek Olšák
2020-01-14
1
-3
/
+4
*
etnaviv: Fix assert when try to accumulate an invalid fd
Marco Felsch
2020-01-14
1
-1
/
+2
*
iris: Implement Gen12 workaround for non pipelined state
Lionel Landwerlin
2020-01-14
1
-0
/
+39
*
lima: add new findings to texture descriptor
Vasily Khoruzhick
2020-01-13
4
-12
/
+47
*
iris: Simplify iris_get_renderer_string()
Kenneth Graunke
2020-01-13
1
-11
/
+4
*
zink: fixup initialization of operand_mask / num_extra_operands
Erik Faye-Lund
2020-01-14
1
-2
/
+2
*
radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be used
Marek Olšák
2020-01-13
3
-30
/
+46
*
radeonsi: put up to 5 VBO descriptors into user SGPRs
Marek Olšák
2020-01-13
10
-62
/
+148
*
ac,radeonsi: increase the maximum number of shader args and return values
Marek Olšák
2020-01-13
1
-6
/
+6
*
radeonsi: simplify si_set_vertex_buffers
Marek Olšák
2020-01-13
1
-7
/
+8
*
radeonsi: don't allow draw calls with uninitialized VS inputs
Marek Olšák
2020-01-13
3
-1
/
+8
*
radeonsi: add si_context::num_vertex_elements
Marek Olšák
2020-01-13
3
-11
/
+7
*
radeonsi: rename desc_list_byte_size -> vb_desc_list_alloc_size
Marek Olšák
2020-01-13
5
-11
/
+9
*
nir/lower_atomics_to_ssbo: Also lower barriers
Jason Ekstrand
2020-01-13
1
-2
/
+0
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
1
-1
/
+1
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
1
-0
/
+2
*
lima: Add stencil support
Andreas Baierl
2020-01-13
2
-27
/
+64
*
lima/parser: Make rsw alpha blend parsing more readable
Andreas Baierl
2020-01-13
1
-4
/
+5
*
panfrost: Fix headers and gpu_headers memory leak
Daniel Ogorchock
2020-01-13
1
-0
/
+3
*
panfrost: Fix panfrost_bo_access memory leak
Daniel Ogorchock
2020-01-13
1
-1
/
+3
*
nvc0: treat all draws without color0 broadcast as MRT
Ilia Mirkin
2020-01-12
1
-1
/
+1
*
gm107/ir: avoid combining geometry shader stores at 0x60
Ilia Mirkin
2020-01-12
1
-0
/
+10
*
nvc0: add dummy reset status support
Ilia Mirkin
2020-01-12
2
-1
/
+8
*
nv50,nvc0: fix destination coordinates of blit
Ilia Mirkin
2020-01-12
2
-10
/
+18
*
lima: fix PIPE_CAP_* to mark features that aren't supported yet
Vasily Khoruzhick
2020-01-12
1
-0
/
+6
*
lima: implement polygon offset
Vasily Khoruzhick
2020-01-12
1
-14
/
+9
*
lima: fix viewport clipping
Vasily Khoruzhick
2020-01-12
1
-5
/
+17
*
lima: fix PLBU_CMD_PRIMITIVE_SETUP command
Vasily Khoruzhick
2020-01-12
2
-21
/
+16
*
etnaviv: add deqp debug option
Christian Gmeiner
2020-01-11
2
-1
/
+8
*
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
[next]