summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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-30Android: fix typo in symlink for driver loading and 32 bit buildsMauro Rossi1-2/+2
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-30gallium: os_process fixes for AndroidRob Herring1-2/+2
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 Herring12-0/+21
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
2017-06-27radeon/vcn: enable h264 decode entension supportLeo Liu2-0/+3
2017-06-27svga: clean up format_cap_tableCharmaine Lee1-403/+92
2017-06-27svga: fix the default devcap for SVGA3D_Z_D24S8_INTCharmaine Lee1-4/+1
2017-06-27svga: create buffer surfaces for incompatible bind flagsCharmaine Lee4-27/+217
2017-06-27svga: do not unconditionally enable streamout bind flagCharmaine Lee4-11/+78
2017-06-27svga: pass tobind_flags to svga_buffer_handleCharmaine Lee8-15/+26
2017-06-27svga: pass bind_flags to surface create functionsCharmaine Lee3-26/+34
2017-06-27pipe_loader_sw: fix compilation warningBrian Paul1-1/+2
2017-06-27i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin3-3/+3
2017-06-26nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin1-0/+8
2017-06-26nv50/ir: adjust overlapping logic to take fileIndex-relative offsetsIlia Mirkin1-1/+5