aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_draw.c
Commit message (Expand)AuthorAgeFilesLines
* u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer2019-07-231-1/+2
* vc4: Upload CS/VS UBO uniforms together.Eric Anholt2019-04-101-0/+1
* vc4: Fix a leak of the no-vertex-elements workaround BO.Eric Anholt2018-08-061-0/+2
* broadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.Eric Anholt2017-12-011-5/+14
* broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.Eric Anholt2017-12-011-3/+7
* broadcom/vc4: Simplify the relocation handling for index buffers.Eric Anholt2017-12-011-2/+17
* broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.Eric Anholt2017-12-011-16/+27
* broadcom/vc4: Fix the scaling factor for the GFXH-515 workaround.Eric Anholt2017-12-011-1/+1
* broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDEREric Anholt2017-10-101-0/+8
* broadcom/vc4: Keep pipe_sampler_view->texture matching the original texture.Eric Anholt2017-09-261-4/+5
* broadcom/vc4: Fix crashes since the gallium blitter reworks.Eric Anholt2017-09-181-1/+3
* broadcom/vc4: Fix use-after-free trying to mix a quad and tile clear.Eric Anholt2017-09-181-24/+32
* vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt2017-06-301-42/+52
* vc4: Simplify pack header usageEric Anholt2017-06-301-14/+7
* vc4: Start using the pack header.Eric Anholt2017-06-301-25/+24
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-10/+10
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-1/+1
* gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák2017-04-201-0/+5
* Revert "vc4: Lazily emit our FS/VS input loads."Eric Anholt2017-03-081-2/+2
* vc4: Lazily emit our FS/VS input loads.Eric Anholt2017-02-241-2/+2
* vc4: Flush the job early if we're referencing too many BOs.Eric Anholt2017-01-051-0/+7
* vc4: Mark threaded FSes as non-singlethread in the CL.Eric Anholt2016-11-121-1/+2
* vc4: Don't abort when a shader compile fails.Eric Anholt2016-11-091-1/+4
* vc4: Fix fast clear color packing for 565.Eric Anholt2016-10-161-3/+16
* vc4: Don't worry about partial Z/S clear if the other is already cleared.Eric Anholt2016-10-061-3/+7
* vc4: Try to fix the HW-2116 workaround.Eric Anholt2016-10-061-9/+10
* vc4: Drop dead argument from vc4_start_draw().Eric Anholt2016-10-061-3/+3
* vc4: Fix fallback to quad clears of depth in GLX.Eric Anholt2016-10-061-24/+46
* vc4: Fix perf debug formatting on partial Z/S clear.Eric Anholt2016-10-061-1/+1
* vc4: Emit perf debug when we fall back to quad clears.Eric Anholt2016-09-281-0/+2
* vc4: Implement job shufflingEric Anholt2016-09-141-8/+14
* vc4: Move the render job state into a separate structure.Eric Anholt2016-09-141-50/+57
* vc4: Fix incorrect clearing of Z/stencil when cleared separately.Eric Anholt2016-09-141-4/+21
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+4
* vc4: Sanity check that flushes don't happen between state emit and draw.Eric Anholt2016-04-181-0/+7
* vc4: Work around hardware limits on the number of verts in a single draw.Eric Anholt2016-04-121-18/+92
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-021-1/+1
* vc4: Add support for drawing in MSAA.Eric Anholt2015-12-081-10/+6
* vc4: Allow user index buffers, to avoid slow readback for shadow IBs.Eric Anholt2015-10-291-2/+11
* vc4: Add a workaround for HW-2116 (state counter wrap fails).Eric Anholt2015-10-231-2/+36
* vc4: Fix missing \n in a perf_debug().Eric Anholt2015-10-231-1/+1
* vc4: Mark our shaders as single-threaded.Eric Anholt2015-07-301-0/+1
* vc4: Skip re-emitting the shader_rec if it's unchanged.Eric Anholt2015-07-281-40/+72
* vc4: Drop unused vpm_offset value.Eric Anholt2015-07-281-3/+0
* vc4: Add support for ARB_draw_elements_base_vertex.Eric Anholt2015-07-271-1/+3
* vc4: Rework cl handling to be friendlier to the compiler.Eric Anholt2015-07-141-51/+58
* vc4: Move tile state/alloc allocation into the kernel.Eric Anholt2015-06-171-33/+4
* vc4: Move RCL generation into the kernel.Eric Anholt2015-06-171-0/+2
* vc4: Just stream out fallback IB contents.Eric Anholt2015-05-271-4/+11
* vc4: Update the shadow texture for public textures on every draw.Eric Anholt2015-04-151-0/+18