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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: Implement GLX_EXT_no_config_context
Adam Jackson
2019-09-23
12
-26
/
+65
*
glx: Lift sending the MakeCurrent request to top-level code
Adam Jackson
2019-09-23
2
-167
/
+187
*
glx: Move vertex array protocol state into the indirect backend
Adam Jackson
2019-09-23
2
-16
/
+22
*
intel: Increase Gen11 compute shader scratch IDs to 64.
Kenneth Graunke
2019-09-23
3
-2
/
+41
*
Revert "intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM"
Kenneth Graunke
2019-09-23
4
-29
/
+0
*
util/rb_tree: Replace useless ifs with asserts
Jason Ekstrand
2019-09-23
1
-2
/
+2
*
broadcom/genxml: Stop manually scrubbing 'α' -> "alpha"
Kenneth Graunke
2019-09-23
1
-1
/
+0
*
intel/genxml: Stop manually scrubbing 'α' -> "alpha"
Kenneth Graunke
2019-09-23
2
-2
/
+1
*
freedreno/a6xx: do streamout only in binning pass
Rob Clark
2019-09-23
2
-13
/
+16
*
freedreno/a6xx: fix binning pass vs. xfb
Rob Clark
2019-09-23
1
-3
/
+7
*
freedreno/a6xx: un-open-code PC_PRIMITIVE_CNTL_1.PSIZE
Rob Clark
2019-09-23
1
-1
/
+1
*
ac/nir: force unnormalized coordinates for RECT
Marek Olšák
2019-09-23
1
-1
/
+3
*
ac/nir: port Z compare value clamping from radeonsi
Marek Olšák
2019-09-23
1
-9
/
+25
*
tgsi_to_nir: fix 2-component system values like tess_level_inner_default
Marek Olšák
2019-09-23
1
-1
/
+3
*
tgsi_to_nir: fix masked out image loads
Marek Olšák
2019-09-23
1
-2
/
+1
*
nir: define 8-byte size and alignment for bindless variables
Marek Olšák
2019-09-23
1
-1
/
+6
*
nir: don't add bindless variables to num_textures and num_images
Marek Olšák
2019-09-23
1
-0
/
+4
*
loader: always map the "amdgpu" kernel driver name to radeonsi (v2)
Jiang, Sonny
2019-09-23
1
-0
/
+9
*
ac: stop using PCI IDs for chip identification
Marek Olšák
2019-09-23
1
-15
/
+58
*
ac/addrlib: fix chip identification for Vega10, Arcturus, Raven2, Renoir
Marek Olšák
2019-09-23
1
-10
/
+5
*
nir/repair_ssa: Replace the unreachable check with the phi builder
Jason Ekstrand
2019-09-23
1
-35
/
+44
*
aco: only emit waitcnt on loop continues if we there was some load or export
Daniel Schürmann
2019-09-23
1
-1
/
+1
*
nv50/ir/nir: comparison of integer expressions of different signedness warning
Karol Herbst
2019-09-23
1
-1
/
+1
*
nv50/ir: fix unnecessary parentheses warning
Karol Herbst
2019-09-23
1
-1
/
+1
*
lima: remove partial clear support from pipe->clear()
Erico Nunes
2019-09-23
1
-93
/
+5
*
dEQP-GLES2.functional.buffer.write.use.index_array.* are passing now.
Boris Brezillon
2019-09-23
1
-2
/
+0
*
panfrost: Fix indexed draws
Boris Brezillon
2019-09-23
1
-1
/
+1
*
clover/nir: fix compilation with g++-5.5 and maybe earlier
Karol Herbst
2019-09-23
1
-10
/
+7
*
st/mesa: Bail on incomplete attachments in discard_framebuffer
Kenneth Graunke
2019-09-22
1
-1
/
+1
*
lima: implement BO cache
Vasily Khoruzhick
2019-09-22
8
-30
/
+212
*
lima: use 0 to poll if BO is busy in lima_bo_wait()
Vasily Khoruzhick
2019-09-22
1
-1
/
+7
*
lima: move damage bound build to resource
Qiang Yu
2019-09-23
3
-22
/
+41
*
lima: don't use damage system when full damage
Qiang Yu
2019-09-23
1
-0
/
+14
*
lima: implement EGL_KHR_partial_update
Qiang Yu
2019-09-23
5
-65
/
+86
*
lima: fix PLBU viewport configuration
Icenowy Zheng
2019-09-22
3
-21
/
+21
*
amd: Build aco only if radv is enabled
Bas Nieuwenhuizen
2019-09-21
1
-1
/
+1
*
nvc0: expose spirv support
Karol Herbst
2019-09-21
4
-3
/
+26
*
clover: add support for passing kernels as nir to the driver
Karol Herbst
2019-09-21
8
-7
/
+249
*
clover: prepare supporting multiple IRs
Karol Herbst
2019-09-21
3
-6
/
+64
*
clover: add support for drivers having no proper binary format
Karol Herbst
2019-09-21
1
-2
/
+3
*
clover/functional: add id_equals helper
Karol Herbst
2019-09-21
1
-0
/
+15
*
rename pipe_llvm_program_header to pipe_binary_program_header
Karol Herbst
2019-09-21
5
-7
/
+7
*
gallium: add blob field to pipe_llvm_program_header
Karol Herbst
2019-09-21
4
-8
/
+4
*
clover/llvm: Add functions for compiling from source to SPIR-V
Pierre Moreau
2019-09-21
3
-17
/
+92
*
clover/llvm: Add options for dumping SPIR-V binaries
Pierre Moreau
2019-09-21
3
-1
/
+37
*
clover/spirv: Add functions for parsing arguments, linking programs, etc.
Pierre Moreau
2019-09-21
2
-5
/
+608
*
clover/spirv: Add functions for validating SPIR-V binaries
Pierre Moreau
2019-09-21
4
-1
/
+168
*
meson: Check for SPIRV-Tools and llvm-spirv
Pierre Moreau
2019-09-21
1
-2
/
+7
*
isl: Drop WaDisableSamplerL2BypassForTextureCompressedFormats on Gen11
Kenneth Graunke
2019-09-20
1
-1
/
+1
*
gallium/osmesa: Fix the inability to set no context as current.
Hal Gentz
2019-09-20
1
-0
/
+5
[next]