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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
244
-264
/
+263
*
wgl: use gldrv.h instead of stw_icd.h
Jesse Natalie
2020-03-27
10
-647
/
+33
*
wgl: add official gldrv.h header-file
Jesse Natalie
2020-03-27
1
-0
/
+589
*
nv50, nvc0: fix must_check warning of util_dynarray_resize_bytes
Karol Herbst
2020-03-27
2
-6
/
+14
*
nv50: remove unused variable
Erik Faye-Lund
2020-03-27
1
-2
/
+0
*
intel/perf: store the probed i915-perf version
Lionel Landwerlin
2020-03-27
3
-1
/
+22
*
intel/perf: document meaning of query field
Lionel Landwerlin
2020-03-27
1
-0
/
+1
*
intel/perf: move mdapi query definitions to their own file
Lionel Landwerlin
2020-03-27
5
-346
/
+388
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
12
-1601
/
+1685
*
intel/perf: move register definition to special file
Lionel Landwerlin
2020-03-27
2
-19
/
+8
*
gitlab-ci/traces: Add D3D11 sample entry for POLARIS10
Andres Gomez
2020-03-27
1
-1
/
+5
*
gitlab-ci: add Wine and DXVK env variables to Vulkan's tracie runner
Andres Gomez
2020-03-27
1
-0
/
+9
*
gitlab-ci: replay apitrace traces in headless mode
Andres Gomez
2020-03-27
1
-1
/
+2
*
gitlab-ci: add apitrace's DXGI traces support
Andres Gomez
2020-03-27
3
-9
/
+18
*
gitlab-ci: add Wine, win64's apitrace and DXVK to the Vulkan testing container
Andres Gomez
2020-03-27
2
-2
/
+74
*
gitlab-ci: Don't use buster-backports packages by default for x86_test-vk
Andres Gomez
2020-03-27
2
-8
/
+1
*
CI: Windows: Fix Docker tag argument inversion
Daniel Stone
2020-03-27
1
-1
/
+1
*
CI: Add native Windows VS2019 build
Daniel Stone
2020-03-27
6
-6
/
+198
*
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
*
gitlab-ci: Disable jobs for Collabora's LAVA lab
Tomeu Vizoso
2020-03-27
1
-4
/
+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
*
gitlab-ci: Fix traces caching in tracie
Alexandros Frantzis
2020-03-26
1
-1
/
+1
*
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
*
gitlab-ci: re-enable mali400/450 and t820 jobs
Neil Armstrong
2020-03-26
1
-6
/
+6
*
gitlab-ci: add FILES_HOST_URL and move FILES_HOST_NAME into jobs
Neil Armstrong
2020-03-26
1
-5
/
+9
*
gitlab-ci: Serve files for LAVA via separate service
Tomeu Vizoso
2020-03-26
3
-25
/
+22
*
gitlab-ci: Place files from the Mesa repo into the build tarball
Tomeu Vizoso
2020-03-26
10
-57
/
+49
*
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
[next]