summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4
AgeCommit message (Expand)AuthorFilesLines
2019-01-08nir: rename global/local to private/function memoryKarol Herbst1-2/+2
2018-12-20vc4: Hook up perf_debug() output to GL_ARB_debug_output as well.Eric Anholt2-0/+3
2018-12-20vc4: Wire up core pipe_debug_callbackRhys Kidd2-0/+14
2018-12-19vc4: Move the utile load/store functions to a header for reuse by v3d.Eric Anholt2-202/+11
2018-12-17nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick1-1/+1
2018-12-17nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick1-1/+1
2018-12-17vc4: Reuse nir_format_convert.h in our blend lowering.Eric Anholt1-33/+3
2018-12-16nir: Add a bool to int32 lowering passJason Ekstrand1-0/+2
2018-12-16nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand1-20/+20
2018-12-16vc4: Use the original bit size when scalarizing uniform loads.Eric Anholt1-1/+2
2018-12-07vc4: Fix a leak of the transfer helper on screen destroy.Eric Anholt1-0/+3
2018-12-05nir: Make boolean conversions sized just like the othersJason Ekstrand1-4/+4
2018-11-19nir: Make nir_lower_clip_vs optionally work with variables.Kenneth Graunke1-1/+2
2018-11-15vc4: Don't return a vc4 BO handle on a renderonly screen.Eric Anholt1-2/+4
2018-11-15vc4: Make sure we make ro scanout resources for create_with_modifiers.Eric Anholt1-1/+9
2018-11-02vc4: Use the normal simulator ioctl path for CL submit as well.Eric Anholt3-13/+5
2018-11-02vc4: Maintain a separate GEM mapping of BOs in the simulator.Eric Anholt2-42/+58
2018-11-02vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.Eric Anholt1-4/+2
2018-11-01vc4: Drop the winsys_stride relayout in the simluatorEric Anholt5-95/+12
2018-10-30util: Move os_misc to utilDylan Baker1-1/+1
2018-10-30vc4: Fix unused variable warning.Eric Anholt1-1/+0
2018-10-25util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom5-6/+0
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-21vc4: Remove dead i == 0 code from the cos() implementation.Eric Anholt1-6/+3
2018-09-21vc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL rendering rotation.Eric Anholt1-26/+40
2018-09-04vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt1-179/+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-08vc4: Implement texture_subdata() to directly upload tiled data.Eric Anholt1-1/+39
2018-08-08vc4: Handle partial loads/stores of tiled textures.Eric Anholt3-60/+155
2018-08-08vc4: Compile the LT image helper per cpp we might load/store.Eric Anholt1-2/+31
2018-08-08vc4: Refactor to reuse the LT tile walking code.Eric Anholt1-24/+34
2018-08-07vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.Eric Anholt1-1/+2
2018-08-07vc4: Ignore samplers for finding uniform offsets.Eric Anholt1-3/+14
2018-08-07vc4: Extend dumping of uniforms in QIR and in the command stream.Eric Anholt3-13/+68
2018-08-07vc4: Pull uinfo->data[i] dereference out to the top of the loop.Eric Anholt1-20/+18
2018-08-07vc4: Make sure to emit a tile coordinates between two MSAA loads.Eric Anholt1-12/+11
2018-08-07vc4: Respect a sampler view's first_layer field.Eric Anholt1-1/+3
2018-08-06vc4: Fix a leak of the no-vertex-elements workaround BO.Eric Anholt1-0/+2
2018-08-06vc4: Fix context creation when syncobjs aren't supported.Eric Anholt1-2/+6
2018-08-01vc4: Fix automake linking error.Juan A. Suarez Romero1-0/+9
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-07-30v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt1-1/+1
2018-07-29vc4: Fix meson build when enabled without v3d.Eric Anholt1-1/+1
2018-07-27v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt1-1/+1
2018-07-27v3d: Move clif dump BO lookup into the clif dumper.Eric Anholt1-1/+1