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
/
vc4
/
vc4_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Fix a leak of the no-vertex-elements workaround BO.
Eric Anholt
2018-08-06
1
-0
/
+2
*
broadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.
Eric Anholt
2017-12-01
1
-5
/
+14
*
broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.
Eric Anholt
2017-12-01
1
-3
/
+7
*
broadcom/vc4: Simplify the relocation handling for index buffers.
Eric Anholt
2017-12-01
1
-2
/
+17
*
broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.
Eric Anholt
2017-12-01
1
-16
/
+27
*
broadcom/vc4: Fix the scaling factor for the GFXH-515 workaround.
Eric Anholt
2017-12-01
1
-1
/
+1
*
broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDER
Eric Anholt
2017-10-10
1
-0
/
+8
*
broadcom/vc4: Keep pipe_sampler_view->texture matching the original texture.
Eric Anholt
2017-09-26
1
-4
/
+5
*
broadcom/vc4: Fix crashes since the gallium blitter reworks.
Eric Anholt
2017-09-18
1
-1
/
+3
*
broadcom/vc4: Fix use-after-free trying to mix a quad and tile clear.
Eric Anholt
2017-09-18
1
-24
/
+32
*
vc4: Convert the driver to emitting the shader record using pack macros.
Eric Anholt
2017-06-30
1
-42
/
+52
*
vc4: Simplify pack header usage
Eric Anholt
2017-06-30
1
-14
/
+7
*
vc4: Start using the pack header.
Eric Anholt
2017-06-30
1
-25
/
+24
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-10
/
+10
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-1
/
+1
*
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
2017-04-20
1
-0
/
+5
*
Revert "vc4: Lazily emit our FS/VS input loads."
Eric Anholt
2017-03-08
1
-2
/
+2
*
vc4: Lazily emit our FS/VS input loads.
Eric Anholt
2017-02-24
1
-2
/
+2
*
vc4: Flush the job early if we're referencing too many BOs.
Eric Anholt
2017-01-05
1
-0
/
+7
*
vc4: Mark threaded FSes as non-singlethread in the CL.
Eric Anholt
2016-11-12
1
-1
/
+2
*
vc4: Don't abort when a shader compile fails.
Eric Anholt
2016-11-09
1
-1
/
+4
*
vc4: Fix fast clear color packing for 565.
Eric Anholt
2016-10-16
1
-3
/
+16
*
vc4: Don't worry about partial Z/S clear if the other is already cleared.
Eric Anholt
2016-10-06
1
-3
/
+7
*
vc4: Try to fix the HW-2116 workaround.
Eric Anholt
2016-10-06
1
-9
/
+10
*
vc4: Drop dead argument from vc4_start_draw().
Eric Anholt
2016-10-06
1
-3
/
+3
*
vc4: Fix fallback to quad clears of depth in GLX.
Eric Anholt
2016-10-06
1
-24
/
+46
*
vc4: Fix perf debug formatting on partial Z/S clear.
Eric Anholt
2016-10-06
1
-1
/
+1
*
vc4: Emit perf debug when we fall back to quad clears.
Eric Anholt
2016-09-28
1
-0
/
+2
*
vc4: Implement job shuffling
Eric Anholt
2016-09-14
1
-8
/
+14
*
vc4: Move the render job state into a separate structure.
Eric Anholt
2016-09-14
1
-50
/
+57
*
vc4: Fix incorrect clearing of Z/stencil when cleared separately.
Eric Anholt
2016-09-14
1
-4
/
+21
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+4
*
vc4: Sanity check that flushes don't happen between state emit and draw.
Eric Anholt
2016-04-18
1
-0
/
+7
*
vc4: Work around hardware limits on the number of verts in a single draw.
Eric Anholt
2016-04-12
1
-18
/
+92
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
vc4: Add support for drawing in MSAA.
Eric Anholt
2015-12-08
1
-10
/
+6
*
vc4: Allow user index buffers, to avoid slow readback for shadow IBs.
Eric Anholt
2015-10-29
1
-2
/
+11
*
vc4: Add a workaround for HW-2116 (state counter wrap fails).
Eric Anholt
2015-10-23
1
-2
/
+36
*
vc4: Fix missing \n in a perf_debug().
Eric Anholt
2015-10-23
1
-1
/
+1
*
vc4: Mark our shaders as single-threaded.
Eric Anholt
2015-07-30
1
-0
/
+1
*
vc4: Skip re-emitting the shader_rec if it's unchanged.
Eric Anholt
2015-07-28
1
-40
/
+72
*
vc4: Drop unused vpm_offset value.
Eric Anholt
2015-07-28
1
-3
/
+0
*
vc4: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2015-07-27
1
-1
/
+3
*
vc4: Rework cl handling to be friendlier to the compiler.
Eric Anholt
2015-07-14
1
-51
/
+58
*
vc4: Move tile state/alloc allocation into the kernel.
Eric Anholt
2015-06-17
1
-33
/
+4
*
vc4: Move RCL generation into the kernel.
Eric Anholt
2015-06-17
1
-0
/
+2
*
vc4: Just stream out fallback IB contents.
Eric Anholt
2015-05-27
1
-4
/
+11
*
vc4: Update the shadow texture for public textures on every draw.
Eric Anholt
2015-04-15
1
-0
/
+18
*
vc4: Hook up VC4_DEBUG=perf to some useful printfs.
Eric Anholt
2015-04-15
1
-1
/
+6
*
vc4: Fix clear color setup for RGB565.
Eric Anholt
2015-01-11
1
-1
/
+4
[next]