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
*
radeonsi: set the sample index for shader images correctly
Marek Olšák
2019-10-09
1
-6
/
+7
*
radeonsi: fix GLSL imageSamples()
Marek Olšák
2019-10-09
1
-0
/
+13
*
tgsi/scan: add tgsi_shader_info::msaa_images_declared
Marek Olšák
2019-10-09
2
-0
/
+19
*
nir: add shader_info::last_msaa_image
Marek Olšák
2019-10-09
2
-0
/
+8
*
radeonsi: don't set BO metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+2
*
radeonsi: ignore metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+8
*
radeonsi: remove si_vid_join_surfaces and use combined planar allocations
Marek Olšák
2019-10-09
6
-157
/
+50
*
radeonsi: allocate planar multimedia formats in 1 buffer
Marek Olšák
2019-10-09
3
-34
/
+124
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
6
-112
/
+31
*
gallium/u_tests: test NV12 allocation and export
Marek Olšák
2019-10-09
1
-0
/
+159
*
gallium/util: add planar format layouts and helpers
Marek Olšák
2019-10-09
4
-7
/
+108
*
gallium/util: remove enum numbering from util_format_layout
Marek Olšák
2019-10-09
1
-9
/
+9
*
i965: Disable fast clears when running with INTEL_DEBUG=nofc
Caio Marcelo de Oliveira Filho
2019-10-09
2
-0
/
+6
*
iris: Disable fast clears when running with INTEL_DEBUG=nofc
Caio Marcelo de Oliveira Filho
2019-10-09
1
-0
/
+6
*
anv: Disable fast clears when running with INTEL_DEBUG=nofc
Caio Marcelo de Oliveira Filho
2019-10-09
1
-0
/
+3
*
intel: Add INTEL_DEBUG=nofc for disabling fast clears
Caio Marcelo de Oliveira Filho
2019-10-09
3
-0
/
+4
*
llvmpipe: avoid left-shifting a negative number.
Maya Rashish
2019-10-09
3
-6
/
+6
*
egl: Include stddef.h in generated source
Danilo Spinella
2019-10-09
1
-0
/
+1
*
util: fix to detect NetBSD properly
OBATA Akio
2019-10-09
1
-3
/
+6
*
util: simplify BSD includes
Jan Beich
2019-10-09
1
-7
/
+2
*
util: detect AltiVec at runtime on BSDs
Jan Beich
2019-10-09
1
-4
/
+23
*
util: skip AltiVec detection if built with -maltivec
Jan Beich
2019-10-09
1
-1
/
+9
*
util: detect NEON at runtime on FreeBSD
Jan Beich
2019-10-09
1
-0
/
+9
*
util: skip NEON detection if built with -mfpu=neon
Jan Beich
2019-10-09
1
-1
/
+3
*
egl: Make native display detection work more than once
Adam Jackson
2019-10-09
1
-22
/
+12
*
aco: enable nir_opt_sink
Rhys Perry
2019-10-09
1
-1
/
+1
*
nir/sink: Don't sink load_ubo to outside of its defining loop
Connor Abbott
2019-10-09
1
-5
/
+32
*
nir/sink: Rewrite loop handling logic
Connor Abbott
2019-10-09
1
-35
/
+40
*
amd: don't use AMD_FAMILY definitions from amdgpu_drm.h
Marek Olšák
2019-10-09
1
-8
/
+8
*
docs: update calendar, add news item, and link release notes for 19.2.1
Dylan Baker
2019-10-09
3
-288
/
+285
*
docs: Add SHA256 sum for 19.2.1
Dylan Baker
2019-10-09
1
-1
/
+1
*
docs: Add relnotes for 19.2.1
Dylan Baker
2019-10-09
1
-0
/
+159
*
aco: move s_andn2_b64 instructions out of the p_discard_if
Rhys Perry
2019-10-09
5
-61
/
+54
*
aco: don't reorder instructions in order to lower boolean phis
Daniel Schürmann
2019-10-09
1
-26
/
+8
*
aco: re-use existing phi instruction when lowering boolean phis
Daniel Schürmann
2019-10-09
1
-3
/
+18
*
aco: Cleanup insert_before_logical_end
Michael Schellenberger Costa
2019-10-09
1
-15
/
+11
*
lima/ppir: don't clone texture loads
Vasily Khoruzhick
2019-10-09
2
-73
/
+0
*
gitlab-ci/lava: Add needs: for container image to test jobs
Michel Dänzer
2019-10-09
1
-2
/
+6
*
radv: bump minTexelBufferOffsetAlignment to 4
Samuel Pitoiset
2019-10-09
1
-1
/
+1
*
meta: leak of shader program when decompressing tex-images
Sergii Romantsov
2019-10-09
1
-0
/
+1
*
mesa/main: prefer R8-textures instead of A8 for glBitmap in display lists
Erik Faye-Lund
2019-10-09
3
-3
/
+16
*
st/mesa: Prefer R8 for bitmap textures
Dave Airlie
2019-10-09
2
-8
/
+3
*
drirc: enable vk_x11_override_min_image_count for DOOM
Samuel Pitoiset
2019-10-09
1
-0
/
+5
*
radv: implement VK_KHR_shader_clock
Samuel Pitoiset
2019-10-09
4
-1
/
+10
*
iris: Implement the Broadwell NP Z PMA Stall Fix
Kenneth Graunke
2019-10-08
5
-2
/
+209
*
docs: Update recently enabled VK extensions on Intel
Caio Marcelo de Oliveira Filho
2019-10-08
1
-0
/
+3
*
anv: Enable VK_EXT_shader_subgroup_{ballot,vote}
Caio Marcelo de Oliveira Filho
2019-10-08
1
-0
/
+2
*
st/mesa: Fix inverted polygon stipple condition
Kenneth Graunke
2019-10-08
1
-1
/
+1
*
gallium: Enable MESA_framebuffer_flip_y
Fritz Koenig
2019-10-08
4
-6
/
+4
*
mesa: Allow MESA_framebuffer_flip_y for GLES 3
Fritz Koenig
2019-10-08
8
-20
/
+108
[next]