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
path:
root
/
src
/
gallium
/
drivers
/
vc5
Commit message (
Expand
)
Author
Age
Files
Lines
*
broadcom/vc5: Add vc5_drm.h to the release tarball
Andreas Boll
2017-11-08
1
-0
/
+1
*
braodcom/vc5: Flush the job when it grows over 1GB.
Eric Anholt
2017-11-07
3
-0
/
+10
*
broadcom/vc5: Fix pausing of transform feedback.
Eric Anholt
2017-11-07
1
-1
/
+1
*
broadcom/vc5: Add support for GL_RASTERIZER_DISCARD
Eric Anholt
2017-11-07
1
-0
/
+2
*
broadcom/vc5: Add partial transform feedback query support.
Eric Anholt
2017-11-07
3
-17
/
+64
*
broadcom/vc5: Add occlusion query support.
Eric Anholt
2017-11-07
6
-20
/
+121
*
broadcom/vc5: Skip emitting textures that aren't used.
Eric Anholt
2017-11-07
1
-2
/
+4
*
broadcom/vc5: Add missing SRGBA8 ETC2 support.
Eric Anholt
2017-11-07
1
-0
/
+1
*
broadcom/vc5: Disable early Z test when the FS writes Z.
Eric Anholt
2017-11-07
1
-1
/
+2
*
broadcom/vc5: Shift the min/max lod fields by the BASE_LEVEL.
Eric Anholt
2017-11-07
2
-4
/
+15
*
broadcom/vc5: Add support for anisotropic filtering.
Eric Anholt
2017-11-07
1
-0
/
+9
*
broadcom/vc5: Fix mipmap filtering enums.
Eric Anholt
2017-11-07
1
-6
/
+8
*
broadcom/vc5: Fix height padding of small UIF slices.
Eric Anholt
2017-11-07
1
-1
/
+5
*
broadcom/vc5: Print the actual offsets in HW for our resource layout debug.
Eric Anholt
2017-11-07
1
-34
/
+55
*
broadcom/vc5: Set the available VS outputs to match the FS inputs.
Eric Anholt
2017-11-07
1
-1
/
+4
*
broadcom/vc5: Set the max texture LOD bias.
Eric Anholt
2017-11-07
1
-1
/
+1
*
broadcom/vc5: Fix translation of stencil ops.
Eric Anholt
2017-11-07
2
-8
/
+30
*
broadcom/vc5: Move stencil state packing to the CSO.
Eric Anholt
2017-11-07
3
-27
/
+47
*
broadcom/vc5: Introduce a helper for pre-packing our V3DXX structs.
Eric Anholt
2017-11-07
2
-165
/
+155
*
broadcom/vc5: Add a cl_emit() variant for merging with a pre-packed struct.
Eric Anholt
2017-11-07
2
-19
/
+29
*
broadcom/vc5: Skip emitting depth offset while disabled.
Eric Anholt
2017-11-07
1
-1
/
+4
*
broadcom/vc5: Don't emit stencil config if not doing stencil test.
Eric Anholt
2017-11-07
1
-1
/
+2
*
broadcom/vc5: Don't emit updated blend factors/funcs while disabled.
Eric Anholt
2017-11-07
1
-1
/
+5
*
broadcom/vc5: Make sure the TMU indirect struct is appropriately aligned.
Eric Anholt
2017-11-07
1
-0
/
+2
*
broadcom/vc5: Use DEPTH24_STENCIL8 for rendering to depth-only textures.
Eric Anholt
2017-11-07
1
-1
/
+1
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
1
-0
/
+1
*
broadcom/vc5: Force blending to treat alpha as 1 for formats without alpha.
Eric Anholt
2017-10-30
3
-7
/
+27
*
broadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CONSTANT_COLOR.
Eric Anholt
2017-10-30
4
-11
/
+30
*
broadcom/vc5: Pack clear colors according to the TLB internal format/type.
Eric Anholt
2017-10-30
2
-10
/
+49
*
broadcom/vc5: Don't do r/b channel swapping on 565.
Eric Anholt
2017-10-30
1
-1
/
+7
*
broadcom/vc5: Use the proper gallium format for our RGB10_A2.
Eric Anholt
2017-10-30
1
-1
/
+1
*
broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels.
Eric Anholt
2017-10-30
1
-1
/
+0
*
broadcom/vc5: Don't forget to actually turn on stencil testing.
Eric Anholt
2017-10-30
1
-0
/
+3
*
broadcom/vc5: Set up MSAA texture type according to the internal format.
Eric Anholt
2017-10-30
2
-2
/
+39
*
broadcom/vc5: Use the sampler view's format, not the resource's.
Eric Anholt
2017-10-30
3
-8
/
+1
*
broadcom/vc5: Emit raw loads for MSAA buffers.
Eric Anholt
2017-10-30
1
-0
/
+58
*
broadcom/vc5: Use raw stores for MSAA buffers.
Eric Anholt
2017-10-30
1
-15
/
+97
*
broadcom/vc5: Add lowering for txf_ms to a txf on a 2x2-scaled texture.
Eric Anholt
2017-10-30
1
-2
/
+0
*
broadcom/vc5: Lay out MSAA textures/renderbuffers as UIF scaled by 4.
Eric Anholt
2017-10-30
2
-14
/
+37
*
broadcom/vc5: Add PIPE_TEX_WRAP_CLAMP support for linear-filtered textures.
Eric Anholt
2017-10-30
1
-2
/
+6
*
broadcom/vc5: Disable GL_ARB_transform_feedback3.
Eric Anholt
2017-10-30
1
-1
/
+1
*
broadcom/vc5: Fix gl_FragCoord pixel center setup.
Eric Anholt
2017-10-30
1
-3
/
+4
*
broadcom/vc5: Always set up 1D textures as raster order.
Eric Anholt
2017-10-30
1
-0
/
+5
*
broadcom/vc5: Fix GPU hang with no vertex elements used by the VS.
Eric Anholt
2017-10-30
1
-4
/
+24
*
broadcom/vc5: Fix pasteo that broke vertex texturing.
Eric Anholt
2017-10-20
1
-1
/
+1
*
broadcom/vc5: Move default attribute value setup to the CSO and fix them.
Eric Anholt
2017-10-20
3
-29
/
+23
*
broadcom/vc5: Move most of the shader state attribute record to the CSO.
Eric Anholt
2017-10-20
4
-65
/
+90
*
broadcom/vc5: Fix build failure frm nir_shader::stage removal.
Eric Anholt
2017-10-20
1
-4
/
+4
*
meson: Add support for the vc5 driver.
Eric Anholt
2017-10-17
1
-0
/
+65
[next]