summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/v3d
AgeCommit message (Expand)AuthorFilesLines
2018-12-07shader-packingEric Anholt1-1/+2
2018-12-07tfuEric Anholt1-1/+1
2018-12-07v3d: Fix a leak of the transfer helper on screen destroy.Eric Anholt1-0/+2
2018-12-07v3d: Add VIR dumping of TMU config p0/p1.Eric Anholt1-14/+6
2018-12-07v3d: Garbage collect unused uniforms code.Eric Anholt1-88/+0
2018-12-07v3d: Split most of TEXTURE_SHADER_STATE setup out of sampler views.Eric Anholt1-58/+69
2018-12-07v3d: Avoid confusing auto-indenting in TEXTURE_SHADER_STATE packingEric Anholt1-4/+4
2018-12-07v3d: Fix handling of texture first_layer offsets for 3D textures.Eric Anholt1-5/+5
2018-12-07v3d: Return the right gl_SampleMaskIn[] value.Eric Anholt1-8/+0
2018-12-07v3d: Don't forget to flush writes to UBOs.Eric Anholt2-5/+16
2018-12-07v3d: Make an array for frag/vert texture state in the context.Eric Anholt7-42/+21
2018-12-07v3d: Put default vertex attribute values into the state uploader as well.Eric Anholt3-8/+12
2018-12-07v3d: Create a state uploader for packing our shaders together.Eric Anholt4-13/+35
2018-12-07v3d: Update simulator cache flushing code to match the kernel better.Eric Anholt1-13/+19
2018-12-07v3d: Use the TFU to do generatemipmap.Eric Anholt7-1/+175
2018-12-07v3d: Add the V3D TFU submit interface to the simulator.Eric Anholt3-20/+90
2018-12-07v3d: Use combined input/output segments.Eric Anholt1-4/+7
2018-12-07v3d: Add missing OES_half_float_linear support.Eric Anholt1-0/+1
2018-12-07v3d: Add support for RGBA_SRGB along with BGRA_SRGB.Eric Anholt1-0/+2
2018-11-27v3d: Add renderonly support.Eric Anholt4-4/+68
2018-11-15v3d: Fix double-swapping of R/B on V3D 4.1Eric Anholt1-2/+3
2018-11-02v3d: Remove the special path for simulaton of the submit ioctl.Eric Anholt5-19/+13
2018-11-02v3d: Maintain a mapping of the GEM buffer in the simulator.Eric Anholt1-23/+48
2018-11-01v3d: Use the TLB R/B swapping instead of recompiles when available.Eric Anholt4-3/+17
2018-11-01v3d: Take advantage of _mesa_hash_table_remove_key() in the simulator.Eric Anholt1-4/+2
2018-11-01v3d: Respect user-passed strides for BO imports.Eric Anholt5-96/+19
2018-11-01v3d: Drop #if 0-ed out v3d_dump_to_file().Eric Anholt1-91/+0
2018-11-01v3d: Fix a typo in a comment in job handling.Eric Anholt1-1/+1
2018-11-01v3d: Fix a copy-and-paste comment in the simulator code.Eric Anholt1-1/+1
2018-10-30util: Move os_misc to utilDylan Baker1-1/+1
2018-10-30v3d: Use nir_remove_unused_io_vars to handle binner shader output DCEEric Anholt1-1/+1
2018-10-30v3d: Use nir_lower_io_to_scalar_early to DCE unused VS input components.Eric Anholt1-1/+4
2018-10-25util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom1-2/+0
2018-10-25util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom3-9/+0
2018-10-15v3d: Add support for hardware pack/unpack of half floats.Eric Anholt1-0/+1
2018-10-15gallium/ttn: Convert inputs and outputs to derefs of variables.Eric Anholt1-3/+4
2018-10-14gallium/u_transfer_helper: Add support for separate Z24/S8 as well.Kenneth Graunke1-1/+2
2018-09-17v3d: Switch from FLUSH_ALL_STATE to FLUSH for ending our bin CLs.Eric Anholt1-6/+6
2018-09-17v3d: Stop clearing the OQ state at the end of the job.Eric Anholt3-18/+1
2018-09-17v3d: Always emit a TF disable at the start of drawing on V3D 4.x.Eric Anholt3-10/+8
2018-09-07v3d: Fix setup of the VCM cache size.Eric Anholt1-1/+1
2018-09-07v3d: Fix SRC_ALPHA_SATURATE blending for RTs without alpha.Eric Anholt1-1/+3
2018-09-04v3d: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt1-151/+0
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-2/+2
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+2
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+1
2018-08-06v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt2-0/+9
2018-08-06v3d: Drop "VC5" from the renderer string.Eric Anholt1-1/+1
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4