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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing dri2_load_driver on platform_drm
Jean Hertel
2019-09-11
1
-0
/
+15
*
intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM
Anuj Phogat
2019-09-11
4
-0
/
+29
*
genxml/gen11+: Add COMMON_SLICE_CHICKEN4 register
Anuj Phogat
2019-09-11
2
-0
/
+10
*
egl/dri2: Refuse to add EGLConfigs with no supported surface types
Adam Jackson
2019-09-11
1
-13
/
+16
*
gallium: Require LLVM >= 3.9
Adam Jackson
2019-09-11
8
-207
/
+8
*
gallium: Require LLVM >= 3.8
Adam Jackson
2019-09-11
4
-9
/
+5
*
gallium: Require LLVM >= 3.7
Adam Jackson
2019-09-11
4
-48
/
+7
*
gallium: Require LLVM >= 3.6
Adam Jackson
2019-09-11
6
-266
/
+85
*
gallium: Require LLVM >= 3.5
Adam Jackson
2019-09-11
7
-52
/
+9
*
gitlab-ci: Keep g++ from stretch when installing foreign toolchains
Michel Dänzer
2019-09-11
1
-0
/
+1
*
gitlab-ci: Explicitly install linux-libc-dev for foreign architectures
Michel Dänzer
2019-09-11
1
-0
/
+1
*
gallium: Require LLVM >= 3.4
Adam Jackson
2019-09-11
8
-170
/
+8
*
Docs: mark that 19.2.0-rc3 has been released
Dylan Baker
2019-09-11
1
-8
/
+2
*
st/nir: fix illegal designated initializer in st_glsl_to_nir.cpp
Brian Paul
2019-09-11
1
-1
/
+1
*
meson: don't generate file into subdirs
Dylan Baker
2019-09-11
1
-1
/
+1
*
iris: Set bo->reusable = false in iris_bo_make_external_locked
Kenneth Graunke
2019-09-11
1
-5
/
+4
*
iris: Finish initializing the BO before stuffing it in the hash table
Kenneth Graunke
2019-09-11
1
-4
/
+2
*
radeonsi/gfx9: honor user stride for imported buffers
Marek Olšák
2019-09-11
1
-0
/
+2
*
prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNs
Marek Olšák
2019-09-11
2
-0
/
+7
*
ac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomic-optimizations
Marek Olšák
2019-09-11
1
-1
/
+1
*
lima: set .out_sync field of req in lima_submit_start()
Vasily Khoruzhick
2019-09-10
1
-0
/
+1
*
intel: Add few Ice Lake brand strings
Anuj Phogat
2019-09-10
1
-8
/
+8
*
gallium: Fix util_format_get_depth_only
Kenneth Graunke
2019-09-10
1
-1
/
+1
*
freedreno/a6xx: fix 3d tex layout
Rob Clark
2019-09-10
1
-3
/
+4
*
freedreno/a6xx: don't tile things that are too small
Rob Clark
2019-09-10
2
-5
/
+11
*
iris: Enable ARB_gl_spirv and ARB_spirv_extensions
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+2
*
glsl/nir: Add and use a gl_nir_link() function
Caio Marcelo de Oliveira Filho
2019-09-10
4
-15
/
+32
*
gallium: Add ARB_gl_spirv support
Caio Marcelo de Oliveira Filho
2019-09-10
4
-0
/
+29
*
mesa/spirv: Set a few more extensions
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+3
*
mesa/st: Don't expect prog->nir to already exist
Caio Marcelo de Oliveira Filho
2019-09-10
1
-6
/
+5
*
mesa/st: Add support for SPIR-V shaders
Caio Marcelo de Oliveira Filho
2019-09-10
2
-50
/
+110
*
mesa/st: Extract preprocessing NIR steps
Caio Marcelo de Oliveira Filho
2019-09-10
1
-14
/
+15
*
mesa/st: Lookup parameters without using names
Caio Marcelo de Oliveira Filho
2019-09-10
1
-42
/
+9
*
mesa/program: Associate uniform storage without using names
Caio Marcelo de Oliveira Filho
2019-09-10
1
-7
/
+1
*
mesa: Fill Parameter storage indices even when not using SPIR-V
Caio Marcelo de Oliveira Filho
2019-09-10
1
-1
/
+17
*
glsl/nir: Fill in the Parameters in NIR linker
Caio Marcelo de Oliveira Filho
2019-09-10
5
-3
/
+88
*
mesa: Pack gl_program_parameter struct
Caio Marcelo de Oliveira Filho
2019-09-10
1
-7
/
+9
*
compiler: Add glsl_contains_opaque() helper
Caio Marcelo de Oliveira Filho
2019-09-10
2
-0
/
+7
*
mesa/st: Do not rely on name to identify special uniforms
Caio Marcelo de Oliveira Filho
2019-09-10
1
-5
/
+3
*
glsl/nir: Avoid overflow when setting max_uniform_location
Caio Marcelo de Oliveira Filho
2019-09-10
1
-1
/
+2
*
meson: don't allow glvnd on windows
Dylan Baker
2019-09-10
1
-1
/
+3
*
meson: don't build glx or dri by default on windows
Dylan Baker
2019-09-10
1
-0
/
+2
*
meson: Add a platform for windows
Dylan Baker
2019-09-10
2
-1
/
+5
*
meson: build getopt when using msvc
Dylan Baker
2019-09-10
2
-0
/
+34
*
meson: fix dl detection on non cygwin windows
Dylan Baker
2019-09-10
1
-8
/
+9
*
glapi: export glapi_destroy_multithread when building shared-glapi on windows
Dylan Baker
2019-09-10
2
-1
/
+2
*
meson: add a expat subproject
Dylan Baker
2019-09-10
2
-1
/
+11
*
meson: add a zlib subproject
Dylan Baker
2019-09-10
2
-1
/
+11
*
add a git ignore for subprojects
Dylan Baker
2019-09-10
1
-0
/
+3
*
meson: don't build glapi_static_check_table on windows
Dylan Baker
2019-09-10
1
-1
/
+3
[next]