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
*
util/test: Use MAX_PATH on Windows
Daniel Stone
2020-03-27
1
-0
/
+5
*
util: fix process_test path
Pierre-Eric Pelloux-Prayer
2020-03-27
1
-3
/
+4
*
nir: fix packing of TCS varyings not read by the TES
Timothy Arceri
2020-03-27
1
-4
/
+68
*
glsl: fix varying packing for 64bit integers
Timothy Arceri
2020-03-27
1
-1
/
+1
*
ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()
Samuel Pitoiset
2020-03-27
2
-20
/
+12
*
ac/nir: use llvm.amdgcn.rsq for nir_op_frsq
Samuel Pitoiset
2020-03-27
1
-3
/
+2
*
ac/nir: use llvm.amdgcn.rcp for nir_op_frcp
Samuel Pitoiset
2020-03-27
1
-2
/
+2
*
x86: Add ENDBR at function entries
H.J. Lu
2020-03-26
3
-0
/
+22
*
mesa: try to fix the android build
Marek Olšák
2020-03-26
1
-1
/
+8
*
intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion...
Francisco Jerez
2020-03-26
1
-10
/
+11
*
x86_init_func_common: Add ENDBR at function entry
H.J. Lu
2020-03-26
1
-0
/
+5
*
intel/aub_viewer: Fix format specifier for uint64_t
Danylo Piliaiev
2020-03-26
1
-7
/
+7
*
panfrost: Extend the tiled store fast-path to loads
Icecream95
2020-03-26
1
-28
/
+47
*
mesa/format_utils: Add a fast-path for RGBA to BGRA
Icecream95
2020-03-26
1
-0
/
+9
*
glsl: set error_emitted true if type not ok for assignment
Tapani Pälli
2020-03-26
1
-2
/
+5
*
vtn/opencl: add rint-support
Boris Brezillon
2020-03-26
1
-0
/
+2
*
vtn/opencl: add native exp2/log2-support
Erik Faye-Lund
2020-03-26
1
-0
/
+4
*
vtn/opencl: add native exp10/log10-support
Erik Faye-Lund
2020-03-26
1
-0
/
+6
*
vtn/opencl: add native exp/log-support
Erik Faye-Lund
2020-03-26
1
-0
/
+6
*
compiler/nir: move build_log helper into builtin-builder
Erik Faye-Lund
2020-03-26
2
-16
/
+13
*
compiler/nir: move build_exp helper into builtin-builder
Erik Faye-Lund
2020-03-26
2
-18
/
+15
*
vtn/opencl: fully enable OpenCLstd_Clz
Erik Faye-Lund
2020-03-26
1
-0
/
+1
*
radeonsi: enable full out-of-order drawing when allow_draw_out_of_order is set
Marek Olšák
2020-03-26
1
-2
/
+4
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
17
-2
/
+134
*
glsl_to_tgsi: set shader_info::writes_memory
Marek Olšák
2020-03-26
1
-0
/
+8
*
nir: add and gather shader_info::writes_memory
Marek Olšák
2020-03-26
2
-0
/
+97
*
radeonsi: Stop exposing PIPE_SHADER_CAP_FP16
Kristian H. Kristensen
2020-03-25
1
-1
/
+1
*
util/u_process: Add util_get_process_exec_path for macOS.
Vinson Lee
2020-03-25
1
-0
/
+9
*
freedreno: ssbo: mark resource read or written depending on usage
Christian Gmeiner
2020-03-25
1
-10
/
+15
*
freedreno: ssbo: keep track if a buffer gets written
Christian Gmeiner
2020-03-25
2
-0
/
+3
*
freedreno: simplify fd_set_shader_buffers(..)
Christian Gmeiner
2020-03-25
1
-16
/
+8
*
freedreno: calculate modified bit mask only once
Christian Gmeiner
2020-03-25
1
-6
/
+2
*
gallium/util: Add back (and rename) util_float_to_half implementation
Roland Scheidegger
2020-03-25
2
-1
/
+58
*
etnaviv: Emit PE.ALPHA_COLOR_EXT* on GPUs with half-float support
Marek Vasut
2020-03-25
1
-1
/
+2
*
gallivm: disable rgtc/latc SNORM accellerated fetches
Roland Scheidegger
2020-03-25
1
-13
/
+19
*
rbug: do not return void-value
Erik Faye-Lund
2020-03-25
1
-1
/
+1
*
rbug: clean up cast-warnings
Erik Faye-Lund
2020-03-25
1
-2
/
+2
*
pipebuffer: clean up cast-warnings
Erik Faye-Lund
2020-03-25
1
-2
/
+2
*
vulkan/overlay: Add a workaround semaphore for application presenting without...
Lionel Landwerlin
2020-03-25
1
-19
/
+53
*
ac: fix ac_build_is_helper_invocation when postponed_kill is null
Pierre-Eric Pelloux-Prayer
2020-03-25
1
-0
/
+3
*
nir: update uses_demote flag in discard_to_demote pass
Pierre-Eric Pelloux-Prayer
2020-03-25
1
-0
/
+2
*
glsl/lower_precision: Lower builtins depending on arguments
Neil Roberts
2020-03-24
1
-2
/
+105
*
glsl: Inline builtins in a separate pass
Neil Roberts
2020-03-24
6
-5
/
+68
*
freedreno/ir3: enable nir_opt_loop_unroll on a6xx
Hyunjun Ko
2020-03-24
1
-1
/
+1
*
freedreno/ir3: Lower bools to bitsize
Neil Roberts
2020-03-24
1
-1
/
+1
*
nir: add a bool bitsize lowering pass
Iago Toral Quiroga
2020-03-24
4
-0
/
+434
*
freedreno: Enable mediump lowering
Hyunjun Ko
2020-03-24
2
-2
/
+4
*
glsl: Add unit tests for the lower_precision pass
Neil Roberts
2020-03-24
2
-0
/
+400
*
glsl/standalone: Add an option to lower the precision
Neil Roberts
2020-03-24
3
-0
/
+10
*
glsl: Add an IR lowering pass to convert mediump operations to 16-bit
Neil Roberts
2020-03-24
8
-0
/
+642
[next]