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
*
amd/common: scan if gl_InvocationID is used
Samuel Pitoiset
2018-01-04
2
-0
/
+4
*
egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameter
Rob Herring
2018-01-04
1
-15
/
+15
*
anv: Add missing unlock in anv_scratch_pool_alloc
Alex Smith
2018-01-04
1
-1
/
+3
*
mesa/bindless: fix missing image _Layer initialization
Ilia Mirkin
2018-01-04
1
-0
/
+1
*
radeonsi: fix alpha-to-coverage if color writes are disabled
Józef Kucia
2018-01-04
1
-0
/
+3
*
ac: rename has_sync_file to has_fence_to_handle.
Bas Nieuwenhuizen
2018-01-04
4
-6
/
+6
*
ac/nir: Handle loading data from compact arrays.
Bas Nieuwenhuizen
2018-01-04
1
-6
/
+7
*
radv: Allow writing 0 scissors.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+2
*
radv: Use correct HTILE expanded words.
Bas Nieuwenhuizen
2018-01-04
1
-2
/
+4
*
ac: rename has_syncobj_wait -> has_syncobj_wait_for_submit
Marek Olšák
2018-01-04
4
-7
/
+7
*
braodcom/vc5: Fix internal type/bpp for RGB10_A2UI images.
Eric Anholt
2018-01-03
1
-0
/
+1
*
broadcom/vc5: Try to fix up compressed texture load/store.
Eric Anholt
2018-01-03
1
-2
/
+15
*
broadcom/vc5: Fix image_h value for CPU-side tiling on miplevels > 1.
Eric Anholt
2018-01-03
1
-1
/
+2
*
broadcom/vc5: Fix discard_if during control flow.
Eric Anholt
2018-01-03
1
-1
/
+1
*
broadcom/vc5: Disable early Z when the stencil func isn't ALWAYS.
Eric Anholt
2018-01-03
1
-1
/
+3
*
broadcom/vc5: Don't emit component 3/4 F16 TLB writes for float/vec2.
Eric Anholt
2018-01-03
1
-1
/
+2
*
nir: Add a helper to get the uvec4 type.
Eric Anholt
2018-01-03
2
-0
/
+7
*
broadcom/vc5: Introduce enums for internal depth/type, with V3D prefixes.
Eric Anholt
2018-01-03
6
-84
/
+85
*
broadcom/xml: Fix up safe name confusion with prefixing.
Eric Anholt
2018-01-03
1
-14
/
+13
*
broadcom/vc5: Turn the decimate mode field into an enum in the XML.
Eric Anholt
2018-01-03
1
-1
/
+8
*
broadcom/vc5: Turn the output image format into an enum.
Eric Anholt
2018-01-03
2
-96
/
+100
*
broadcom/vc5: Turn the CLE XML's memory format into an enum.
Eric Anholt
2018-01-03
1
-16
/
+11
*
broadcom/vc5: Emit flat shade flags for varying components > 24.
Eric Anholt
2018-01-03
4
-12
/
+52
*
broadcom/vc5: Emit proper flatshading code for glShadeModel(GL_FLAT).
Eric Anholt
2018-01-03
6
-37
/
+17
*
braodcom/vc5: Rely on OVRTMUOUT always being set.
Eric Anholt
2018-01-03
7
-41
/
+72
*
broadcom/vc5: Move texture return channel setup into the compiler.
Eric Anholt
2018-01-03
5
-33
/
+49
*
broadcom/vc5: Switch to setting the primitive list format in the RCL.
Eric Anholt
2018-01-03
2
-5
/
+8
*
broadcom/vc5: Switch to using the C++ interface for the simulator.
Eric Anholt
2018-01-03
5
-8
/
+128
*
mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102.
Mario Kleiner
2018-01-03
1
-1
/
+2
*
st/dri: Add option to control exposure of 10 bpc color configs.
Mario Kleiner
2018-01-03
2
-0
/
+9
*
st/dri: Add support for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-1
/
+14
*
st/dri: Support texture_from_pixmap for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+3
*
st/dri2: Add buffer handling for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+13
*
st/dri2: Add format translations for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+28
*
st/mesa: Handle BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+6
*
egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.
Mario Kleiner
2018-01-03
1
-3
/
+13
*
egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)
Mario Kleiner
2018-01-03
2
-1
/
+19
*
egl/wayland: Add Wayland drm support for RGB10 winsys buffers.
Mario Kleiner
2018-01-03
2
-3
/
+40
*
egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.
Mario Kleiner
2018-01-03
2
-0
/
+6
*
egl/x11: Handle depth 30 drawables under software rasterizer.
Mario Kleiner
2018-01-03
1
-0
/
+1
*
egl/x11: Match depth 30 RGB visuals to 32-bit RGBA EGLConfigs.
Mario Kleiner
2018-01-03
1
-1
/
+2
*
mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type.
Mario Kleiner
2018-01-03
1
-0
/
+3
*
i965/screen: Honor 'allow_rgb10_configs' option. (v2)
Mario Kleiner
2018-01-03
1
-0
/
+19
*
dri/common: Add option to allow exposure of 10 bpc color configs. (v2)
Mario Kleiner
2018-01-03
2
-4
/
+13
*
i965/screen: Add basic support for rendering 10 bpc/depth 30 framebuffers. (v3)
Mario Kleiner
2018-01-03
1
-1
/
+11
*
i965/screen: Add XRGB2101010 and ARGB2101010 support for DRI3.
Mario Kleiner
2018-01-03
1
-0
/
+6
*
loader/dri3: Add XRGB2101010 and ARGB2101010 support.
Mario Kleiner
2018-01-03
1
-0
/
+2
*
i965: Support accelerated blit for depth 30 formats. (v2)
Mario Kleiner
2018-01-03
1
-1
/
+19
*
i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap.
Mario Kleiner
2018-01-03
1
-2
/
+10
*
swr/rast: fix MemoryBuffer build break for llvm-6
Tim Rowley
2018-01-03
1
-0
/
+4
[next]