summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4
AgeCommit message (Expand)AuthorFilesLines
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-05-22vc4: Remove dead code in vc4_dump_surface_msaa()Rhys Kidd1-6/+0
2017-05-17vc4: Don't allocate new BOs to avoid synchronization when they're shared.Eric Anholt1-1/+2
2017-05-17vc4: Drop pointless indirections around BO import/export.Eric Anholt3-69/+49
2017-05-17vc4: Drop the u_resource_vtbl no-op layer.Eric Anholt4-33/+27
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-11Android: push driver build details to driver makefilesRob Herring1-0/+4
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák5-38/+20
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-1/+1
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand2-4/+4
2017-05-02vc4: Use runtime CPU detection for whether NEON is available.Eric Anholt2-14/+16
2017-05-02vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.Eric Anholt4-8/+31
2017-05-01vc4: Only build the NEON code on arm32.Eric Anholt1-2/+2
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+1
2017-04-20gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák1-0/+5
2017-04-18vc4: Enable V3D 2.6.Eric Anholt1-1/+1
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-2/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-30vc4: Fix indenting in vc4_screen_get_param()Lyude1-3/+3
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-14nir: Rework conversion opcodesJason Ekstrand3-13/+13
2017-03-08vc4: Fix math with a condition flag set.Eric Anholt2-3/+18
2017-03-08vc4: Fix register pressure cost estimates when a src appears twice.Eric Anholt1-3/+13
2017-03-08vc4: Report to shader-db how many threads a fragment shader has.Eric Anholt1-0/+7
2017-03-08Revert "vc4: Lazily emit our FS/VS input loads."Eric Anholt4-93/+75
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+2
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()Brian Paul2-2/+4
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-2/+3
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2-7/+7
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2-6/+6
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-2/+2
2017-02-24vc4: Lazily emit our FS/VS input loads.Eric Anholt4-75/+93
2017-02-24vc4: Refactor the load_input code out of the intrinsic code.Eric Anholt1-25/+42
2017-02-24vc4: Track the last block we emitted at the top level.Eric Anholt3-5/+10
2017-02-24vc4: Emit max number of temps in the shader-db output.Eric Anholt1-0/+23
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-24vc4: automake: add the kernel/README to the tarballEmil Velikov1-0/+2
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-5/+6
2017-02-10vc4: Enable glSampleMask() even when !rasterizer->multisample.Eric Anholt1-2/+1
2017-02-10vc4: Respect glSampleMask() even when we're not writing color.Eric Anholt1-3/+13
2017-02-10vc4: Use the nir_builder helper for loading sample mask.Eric Anholt1-10/+1
2017-02-10vc4: Use accurate 1/w in coordinate shader as well as vert shader.Eric Anholt1-1/+1
2017-02-10vc4: Drop VS inputs to 8.Eric Anholt1-4/+1
2017-02-10vc4: Avoid emitting small immediates for UBO indirect load address guards.Eric Anholt5-4/+20