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
*
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
*
broadcom/vc5: Mark our primitives as needing TF processing.
Eric Anholt
2017-10-10
1
-4
/
+11
*
broadcom/vc5: Fix setup of TF dword output count.
Eric Anholt
2017-10-10
1
-1
/
+1
*
broadcom/vc5: Fix up a comment from vc4 about the predraw texture setup.
Eric Anholt
2017-10-10
1
-1
/
+3
*
broadcom/vc5: Flush the job when mapping a transform feedback buffer.
Eric Anholt
2017-10-10
3
-0
/
+32
*
broadcom/vc5: Fix handling of interp qualifiers on builtin color inputs.
Eric Anholt
2017-10-10
2
-3
/
+3
*
broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.
Eric Anholt
2017-10-10
1
-2
/
+2
*
broadcom/vc5: Fix depth and stencil clear values.
Eric Anholt
2017-10-10
3
-14
/
+10
*
broadcom/vc5: Add missing Z16 format.
Eric Anholt
2017-10-10
1
-0
/
+1
*
braodcom/vc5: Fix incorrect early Z writes in discard shaders.
Eric Anholt
2017-10-10
1
-1
/
+6
*
broadcom/vc5: Add proper support for base_vertex and base_instance.
Eric Anholt
2017-10-10
3
-20
/
+24
*
broadcom/vc5: Use supertiles and generic tile lists.
Eric Anholt
2017-10-10
3
-73
/
+130
*
broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.
Eric Anholt
2017-10-10
42
-2
/
+9129
*
nir: Move vc4's alpha test lowering to core NIR.
Eric Anholt
2017-10-10
3
-55
/
+11
*
broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDER
Eric Anholt
2017-10-10
7
-20
/
+71
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
18
-0
/
+29
*
broadcom/vc4: Implement GL_ARB_texture_barrier.
Eric Anholt
2017-10-10
2
-1
/
+12
*
vc4: Add support for 5551 textures.
Eric Anholt
2017-10-10
2
-3
/
+3
*
gallium: Add support for 5551 with the 1-bit field in the low bit.
Eric Anholt
2017-10-10
3
-0
/
+6
*
st_api: remove unused get_resource_for_egl_image
Nicolai Hähnle
2017-10-10
1
-37
/
+0
*
st/dri: implement createImageFromRenderbuffer(2)
Nicolai Hähnle
2017-10-10
3
-7
/
+71
*
u_threaded_context: fix a memory leak
Nicolai Hähnle
2017-10-10
1
-7
/
+8
*
etnaviv: update HW headers and fix provoking vertex
Lucas Stach
2017-10-10
6
-47
/
+67
*
etnaviv: remove flat shading workaround
Lucas Stach
2017-10-10
1
-5
/
+1
*
etnaviv: fix varying interpolation
Lucas Stach
2017-10-10
1
-12
/
+10
*
etnaviv: fix bogus flush requests in transfer handling
Lucas Stach
2017-10-10
1
-5
/
+10
*
nv50/ir: fix 64-bit integer shifts
Ilia Mirkin
2017-10-09
1
-1
/
+3
*
etnaviv: call util_query_clear_result(..) in the generic layer
Christian Gmeiner
2017-10-09
2
-2
/
+3
*
etnaviv: push query active handling into generic layer
Christian Gmeiner
2017-10-09
2
-6
/
+16
[next]