index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
vc5
/
vc5_emit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-16
v3d: Rename the driver files from "vc5" to "v3d".
Eric Anholt
1
-722
/
+0
2018-04-26
broadcom/vc5: Add support for centroid varyings.
Eric Anholt
1
-0
/
+39
2018-03-28
broadcom/vc5: Work around scissor w/h==0 bug same as rasterizer discard.
Eric Anholt
1
-2
/
+15
2018-03-26
broadcom/vc5: Implement workaround for GFXH-1431.
Eric Anholt
1
-1
/
+5
2018-03-26
broadcom/vc5: Fix EZ disabling and allow using GT/GE direction as well.
Eric Anholt
1
-3
/
+6
2018-03-26
broadcom/vc5: Disable TF on V3D 4.x when drawing with queries disabled.
Eric Anholt
1
-0
/
+7
2018-03-26
broadcom/vc5: Disable transform feedback on V3D 4.x at the end of the job.
Eric Anholt
1
-3
/
+4
2018-03-26
broadcom/vc5: Fix transform feedback in the presence of point size.
Eric Anholt
1
-3
/
+10
2018-03-26
broadcom/vc5: Split transform feedback specs update from buffers.
Eric Anholt
1
-27
/
+32
2018-03-21
broadcom/vc5: Handle sparsely populated SO target array.
Eric Anholt
1
-7
/
+14
2018-01-12
broadcom/vc5: Port the draw-time state emission to V3D 4.1.
Eric Anholt
1
-22
/
+65
2018-01-12
broadcom/vc5: Rename V3D 3.x Flat Shade Action to match v4.x naming.
Eric Anholt
1
-5
/
+5
2018-01-12
broadcom/vc5: Move the formats table to per-V3D-version compile.
Eric Anholt
1
-7
/
+13
2018-01-12
broadcom/vc5: Convert vc5_cl.h to use the V3DX() macros.
Eric Anholt
1
-1
/
+3
2018-01-03
broadcom/vc5: Emit flat shade flags for varying components > 24.
Eric Anholt
1
-5
/
+32
2018-01-03
broadcom/vc5: Emit proper flatshading code for glShadeModel(GL_FLAT).
Eric Anholt
1
-5
/
+0
2018-01-03
braodcom/vc5: Rely on OVRTMUOUT always being set.
Eric Anholt
1
-2
/
+45
2017-11-20
broadcom/vc5: Clamp min lod to the last level.
Eric Anholt
1
-2
/
+3
2017-11-17
broadcom/vc5: Fix pasteo in front stencil ref value setup.
Eric Anholt
1
-1
/
+1
2017-11-17
broadcom/vc5: Fix colormasking when we need to swap r/b colors.
Eric Anholt
1
-9
/
+24
2017-11-17
broadcom/vc5: Enable the Z min/max clipping planes.
Eric Anholt
1
-2
/
+0
2017-11-07
broadcom/vc5: Add support for GL_RASTERIZER_DISCARD
Eric Anholt
1
-0
/
+2
2017-11-07
broadcom/vc5: Add occlusion query support.
Eric Anholt
1
-0
/
+9
2017-11-07
broadcom/vc5: Skip emitting textures that aren't used.
Eric Anholt
1
-2
/
+4
2017-11-07
broadcom/vc5: Disable early Z test when the FS writes Z.
Eric Anholt
1
-1
/
+2
2017-11-07
broadcom/vc5: Shift the min/max lod fields by the BASE_LEVEL.
Eric Anholt
1
-3
/
+15
2017-11-07
broadcom/vc5: Add support for anisotropic filtering.
Eric Anholt
1
-0
/
+9
2017-11-07
broadcom/vc5: Fix mipmap filtering enums.
Eric Anholt
1
-6
/
+8
2017-11-07
broadcom/vc5: Move stencil state packing to the CSO.
Eric Anholt
1
-27
/
+9
2017-11-07
broadcom/vc5: Skip emitting depth offset while disabled.
Eric Anholt
1
-1
/
+4
2017-11-07
broadcom/vc5: Don't emit stencil config if not doing stencil test.
Eric Anholt
1
-1
/
+2
2017-11-07
broadcom/vc5: Don't emit updated blend factors/funcs while disabled.
Eric Anholt
1
-1
/
+5
2017-11-07
broadcom/vc5: Make sure the TMU indirect struct is appropriately aligned.
Eric Anholt
1
-0
/
+2
2017-10-30
broadcom/vc5: Force blending to treat alpha as 1 for formats without alpha.
Eric Anholt
1
-7
/
+15
2017-10-30
broadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CONSTANT_COLOR.
Eric Anholt
1
-3
/
+6
2017-10-30
broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels.
Eric Anholt
1
-1
/
+0
2017-10-30
broadcom/vc5: Don't forget to actually turn on stencil testing.
Eric Anholt
1
-0
/
+3
2017-10-20
broadcom/vc5: Fix pasteo that broke vertex texturing.
Eric Anholt
1
-1
/
+1
2017-10-10
broadcom/vc5: Fix blendfactor zero handling.
Eric Anholt
1
-0
/
+1
2017-10-10
broadcom/vc5: Fix color masks for non-independent blending.
Eric Anholt
1
-8
/
+16
2017-10-10
broadcom/vc5: Add support for GL_EXT_provoking_vertex.
Eric Anholt
1
-0
/
+3
2017-10-10
broadcom/vc5: Flush the job when mapping a transform feedback buffer.
Eric Anholt
1
-0
/
+3
2017-10-10
broadcom/vc5: Fix handling of interp qualifiers on builtin color inputs.
Eric Anholt
1
-1
/
+1
2017-10-10
broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.
Eric Anholt
1
-0
/
+449