summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-03svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFERBrian Paul2-1/+5
2017-07-03svga: fix texture buffer object regressionBrian Paul1-9/+11
2017-07-03svga: move assertion in draw_vgpu10()Brian Paul1-1/+1
2017-07-03svga: fix buffer binding flags initializationBrian Paul1-0/+6
2017-07-02swr: Limit memory held by defer deleted resources.Bruce Cherniak1-0/+6
2017-06-30svga: add texture size/levels sanity check code in svga_texture_create()Brian Paul1-0/+33
2017-06-30vc4: Start using XML unpack functions in CL dump.Eric Anholt5-19/+67
2017-06-30vc4: Replace a couple of magic numbers with #define usage.Eric Anholt1-2/+2
2017-06-30vc4: Move rasterizer state packing to CSO creation time.Eric Anholt4-29/+25
2017-06-30vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt3-54/+92
2017-06-30vc4: Simplify pack header usageEric Anholt4-35/+28
2017-06-30vc4: Start using the pack header.Eric Anholt4-51/+130
2017-06-30vc4: Introduce XML-based packet header generation like Intel's.Eric Anholt1-1/+4
2017-06-30swr: Minor cleanup of variable usage, no functional change.Bruce Cherniak1-2/+2
2017-06-30swr: use swr_query_result type instead of voidTim Rowley2-3/+3
2017-06-30swr/rast: increase number of possible draws in flightTim Rowley1-1/+1
2017-06-30swr/rast: move default split size from driver to rasterizerTim Rowley2-5/+1
2017-06-30swr/rast: Fix missing setup of psContext.pColorBufferTim Rowley2-16/+14
2017-06-30swr/rast: Switch intrinsic usage to SIMDLibTim Rowley30-2679/+6222
2017-06-30swr/rast: Fix unused variable warningsTim Rowley1-6/+0
2017-06-30swr/rast: Split rasterizer.cpp to improve compile timeTim Rowley10-1617/+1732
2017-06-30swr/rast: gen_backends.py remove extraneous semicolonTim Rowley1-1/+2
2017-06-30swr/rast: Support dynamically sized vertex layoutTim Rowley6-21/+49
2017-06-30swr/rast: Split backend.cpp to improve compile timeTim Rowley13-1832/+2146
2017-06-30swr/rast: gen_backends.py removal of commented debug printsTim Rowley1-4/+1
2017-06-30swr/rast: gen_backends.py quote cleanupTim Rowley1-8/+8
2017-06-30swr/rast: generators will create target directoriesTim Rowley1-0/+7
2017-06-30svga: update a few surface format namesBrian Paul3-24/+24
2017-06-30svga: whitespace fixes in svga_resource_buffer_upload.cBrian Paul1-15/+14
2017-06-30svga: add mksstats for surface view emulationCharmaine Lee1-10/+17
2017-06-30svga: change error handling convention for svga_set_stream_output()Brian Paul3-12/+18
2017-06-30svga: fixed surface size to include array sizeCharmaine Lee1-1/+2
2017-06-30svga: loop over box.depth for ReadBack_image on each sliceNeha Bhende1-7/+8
2017-06-30svga: add mksstats for context creationCharmaine Lee1-2/+7
2017-06-30svga: re-validate sampler view at draw time if neededCharmaine Lee4-2/+35
2017-06-30etnaviv: Add unreachable statement to etna_amode to fix compilation warningsTomeu Vizoso1-0/+2
2017-06-29swr: Remove need to allocate vertex buffer scratch space all in one goBruce Cherniak1-23/+2
2017-06-29swr: conditionally validate vertex buffer stateBruce Cherniak1-4/+5
2017-06-29swr: set dynamic vertex sizeTim Rowley1-2/+4
2017-06-29radeonsi: set COMPUTE_DISPATCH_INITIATOR.ORDER_MODE = 1Marek Olšák1-1/+4
2017-06-29radeonsi: use the DISPATCH packets to force COMPUTE_START_X/Y/Z = 0Marek Olšák1-7/+6
2017-06-29Android: use symlinks for driver loadingRob Herring11-0/+11
2017-06-29etnaviv: fix memory leak when BO allocation failsLucas Stach1-1/+5
2017-06-29etnaviv: fill in layer_stride for imported resourcesLucas Stach1-0/+2
2017-06-28etnaviv: fix shader miscompilation with more than 16 labelsLucas Stach1-28/+32
2017-06-27radeonsi: move instance divisors into a constant bufferMarek Olšák7-28/+93
2017-06-27radeonsi: check nr_cbufs in other places before flushing CBMarek Olšák1-2/+4
2017-06-27radeonsi: use #pragma pack to pack si_shader_keyMarek Olšák1-0/+8
2017-06-27Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"Marek Olšák3-10/+6
2017-06-27Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...Marek Olšák3-14/+5