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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/va: Return correct width and height for encode/decode support
Mark Thompson
2017-10-17
1
-10
/
+30
*
st/va: Fix config entrypoint handling
Mark Thompson
2017-10-17
1
-6
/
+12
*
st/va: Disable vaExportSurfaceHandle()
Mark Thompson
2017-10-17
2
-2
/
+2
*
meson: build llvmpipe
Dylan Baker
2017-10-16
3
-1
/
+121
*
meson: build softpipe
Dylan Baker
2017-10-16
3
-1
/
+94
*
meson: build nouveau (gallium) driver
Dylan Baker
2017-10-16
4
-1
/
+261
*
meson: build radeonsi gallium driver
Dylan Baker
2017-10-16
3
-3
/
+91
*
meson: build gallium winsys for dri, null, and wrapper
Dylan Baker
2017-10-16
6
-7
/
+123
*
meson: build radeonsi
Dylan Baker
2017-10-16
5
-0
/
+237
*
meson: Build gallium dri state tracker
Dylan Baker
2017-10-16
2
-0
/
+58
*
meson: build gallium helper drivers
Dylan Baker
2017-10-16
5
-0
/
+116
*
meson: Build gallium pipe-loader
Dylan Baker
2017-10-16
3
-0
/
+67
*
meson: Build gallium auxiliary
Dylan Baker
2017-10-16
2
-0
/
+551
*
svga: format the version string like the rest of mesa
Eric Engestrom
2017-10-16
1
-5
/
+5
*
svga: fix format_conversion_table breakage
Brian Paul
2017-10-16
1
-2
/
+7
*
a2xx: add support for a few 16-bit color rendering formats
Ilia Mirkin
2017-10-15
2
-1
/
+11
*
freedreno/a20x: Enable rendering to RGBA/RGBX
Wladimir J. van der Laan
2017-10-15
1
-1
/
+3
*
freedreno/a20x: Fix rendering to BGRX
Wladimir J. van der Laan
2017-10-15
1
-0
/
+1
*
etnaviv: rework TS enable to be a derived state
Lucas Stach
2017-10-14
3
-5
/
+43
*
etnaviv: skip unused vertex attributes when assigning VS inputs
Lucas Stach
2017-10-14
1
-0
/
+4
*
st/dri: Add definitions to allow importing 16-bit surfaces
Mark Thompson
2017-10-13
1
-0
/
+14
*
broadcom/vc5: Remove the u_resource_vtbl usage.
Eric Anholt
2017-10-12
3
-25
/
+18
*
radeonsi: implement sync_file import/export
Marek Olšák
2017-10-12
2
-2
/
+79
*
winsys/amdgpu: implement sync_file import/export
Marek Olšák
2017-10-12
3
-7
/
+138
*
ac: add radeon_info::has_sync_file
cros-mesa-17.2.3-vanilla
chadv/cros-mesa-17.2.3-vanilla
Marek Olšák
2017-10-12
1
-0
/
+1
*
st/dri: implement __DRIimageExtension::validateUsage properly
Marek Olšák
2017-10-12
1
-8
/
+22
*
gallium: add pipe_screen::check_resource_capability
Marek Olšák
2017-10-12
5
-0
/
+74
*
etnaviv: Do GC3000 resolve-in-place when possible
Wladimir J. van der Laan
2017-10-12
4
-4
/
+25
*
radeonsi: add support for PIPE_FORMAT_{X1,A1}R5G5B5_UNORM
Nicolai Hähnle
2017-10-12
1
-0
/
+8
*
gallium: add tests for PIPE_FORMAT_{X1,A1}B5G5R5_UNORM formats
Nicolai Hähnle
2017-10-12
1
-0
/
+13
*
swr: simd16 shaders work in progress
Tim Rowley
2017-10-11
3
-2
/
+21
*
gallium: allow 512-bit vectors
Tim Rowley
2017-10-11
2
-9
/
+9
*
nv50,nvc0: fix push hint logic in presence of a start offset
Ilia Mirkin
2017-10-11
2
-7
/
+5
*
Android: fix build break from r600/radeon split
Rob Herring
2017-10-10
3
-2
/
+6
*
r600: cleanup llvm ir target selection.
Dave Airlie
2017-10-11
1
-18
/
+2
*
r600: drop tc_L2_dirty bit, this was SI only.
Dave Airlie
2017-10-11
3
-15
/
+0
*
radeonsi: lower ffma in nir to mad.
Dave Airlie
2017-10-11
1
-0
/
+1
*
broadcom/vc5: Fix handling of 5551 textures using the new gallium format.
Eric Anholt
2017-10-10
1
-2
/
+2
*
broadcom/vc5: Set the RCL's MSAA mode to match the BCL's MSAA state.
Eric Anholt
2017-10-10
1
-0
/
+2
*
braodcom/vc5: Set up clear color for higher-bpp formats.
Eric Anholt
2017-10-10
1
-4
/
+25
*
broadcom/vc5: Set up per-MRT clear colors.
Eric Anholt
2017-10-10
3
-41
/
+22
*
broadcom/vc5: Fix blendfactor zero handling.
Eric Anholt
2017-10-10
1
-0
/
+1
*
broadcom/vc5: Add support for f32 render targets.
Eric Anholt
2017-10-10
1
-0
/
+4
*
broadcom/vc5: Fix color masks for non-independent blending.
Eric Anholt
2017-10-10
1
-8
/
+16
*
broadcom/vc5: Make the BCL's number of render targets setup match the RCL.
Eric Anholt
2017-10-10
1
-1
/
+2
*
braodcom/vc5: Fix tile size setup for MRTs.
Eric Anholt
2017-10-10
1
-2
/
+2
*
broadcom/vc5: Start hooking up multiple render targets support.
Eric Anholt
2017-10-10
1
-3
/
+9
*
broadcom/vc5: Add support for GL_EXT_provoking_vertex.
Eric Anholt
2017-10-10
2
-1
/
+4
*
braodcom/vc5: Find the actual first TF output for our TF spec.
Eric Anholt
2017-10-10
1
-1
/
+6
*
broadcom/vc5: Fix translation of transform feedback's output_register field.
Eric Anholt
2017-10-10
1
-2
/
+16
[next]