aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vc4: Replace a couple of magic numbers with #define usage.Eric Anholt2017-06-301-2/+2
* vc4: Move rasterizer state packing to CSO creation time.Eric Anholt2017-06-304-29/+25
* vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt2017-06-304-54/+100
* vc4: Simplify pack header usageEric Anholt2017-06-304-35/+28
* vc4: Start using the pack header.Eric Anholt2017-06-304-51/+130
* vc4: Introduce XML-based packet header generation like Intel's.Eric Anholt2017-06-3013-1/+1143
* swr: Minor cleanup of variable usage, no functional change.Bruce Cherniak2017-06-301-2/+2
* swr: use swr_query_result type instead of voidTim Rowley2017-06-302-3/+3
* swr/rast: increase number of possible draws in flightTim Rowley2017-06-301-1/+1
* swr/rast: move default split size from driver to rasterizerTim Rowley2017-06-302-5/+1
* swr/rast: Fix missing setup of psContext.pColorBufferTim Rowley2017-06-302-16/+14
* swr/rast: Switch intrinsic usage to SIMDLibTim Rowley2017-06-3030-2679/+6222
* scons: allow .inl file extensionTim Rowley2017-06-301-1/+1
* swr/rast: Fix unused variable warningsTim Rowley2017-06-301-6/+0
* swr/rast: Split rasterizer.cpp to improve compile timeTim Rowley2017-06-3010-1617/+1732
* swr/rast: gen_backends.py remove extraneous semicolonTim Rowley2017-06-301-1/+2
* swr/rast: Support dynamically sized vertex layoutTim Rowley2017-06-306-21/+49
* swr/rast: Split backend.cpp to improve compile timeTim Rowley2017-06-3013-1832/+2146
* swr/rast: gen_backends.py removal of commented debug printsTim Rowley2017-06-301-4/+1
* swr/rast: gen_backends.py quote cleanupTim Rowley2017-06-301-8/+8
* swr/rast: generators will create target directoriesTim Rowley2017-06-301-0/+7
* docs: update calendar, add news item and link release notes for 17.1.4Andres Gomez2017-06-303-7/+8
* docs: add sha256 checksums for 17.1.4Andres Gomez2017-06-301-1/+2
* docs: add release notes for 17.1.4Andres Gomez2017-06-301-0/+219
* Android: fix typo in symlink for driver loading and 32 bit buildsMauro Rossi2017-06-301-2/+2
* svga: update a few surface format namesBrian Paul2017-06-303-24/+24
* svga: whitespace fixes in svga_resource_buffer_upload.cBrian Paul2017-06-301-15/+14
* svga: add mksstats for surface view emulationCharmaine Lee2017-06-301-10/+17
* svga: change error handling convention for svga_set_stream_output()Brian Paul2017-06-303-12/+18
* svga: fixed surface size to include array sizeCharmaine Lee2017-06-301-1/+2
* svga: loop over box.depth for ReadBack_image on each sliceNeha Bhende2017-06-301-7/+8
* svga: add mksstats for context creationCharmaine Lee2017-06-301-2/+7
* svga: re-validate sampler view at draw time if neededCharmaine Lee2017-06-304-2/+35
* automake: include git_sha1_gen.sh into EXTRA_DISTJuan A. Suarez Romero2017-06-301-0/+1
* Update Khronos-supplied headersNicolai Hähnle2017-06-3016-2018/+5059
* i965/i915: Add UYVY as the supported formatJohnson Lin2017-06-305-18/+33
* nir: Add a lowering pass for UYVY texturesJohnson Lin2017-06-302-0/+19
* dri: Add UYVY as available formatJohnson Lin2017-06-301-1/+3
* gbm: add XBGR8888 support for dumb buffersRob Herring2017-06-301-1/+1
* gallium: os_process fixes for AndroidRob Herring2017-06-301-2/+2
* etnaviv: Add unreachable statement to etna_amode to fix compilation warningsTomeu Vizoso2017-06-301-0/+2
* swr: Remove need to allocate vertex buffer scratch space all in one gocros-mesa-17.1.1-r14-vanillachadv/cros-mesa-17.1.1-r14-vanillaBruce Cherniak2017-06-291-23/+2
* swr: conditionally validate vertex buffer stateBruce Cherniak2017-06-291-4/+5
* swr: set dynamic vertex sizeTim Rowley2017-06-291-2/+4
* scons: wait on subprocess' completionEric Engestrom2017-06-291-1/+1
* build systems: uniformize git_sha1.h generationEric Engestrom2017-06-294-38/+22
* radeonsi: set COMPUTE_DISPATCH_INITIATOR.ORDER_MODE = 1Marek Olšák2017-06-291-1/+4
* radeonsi: use the DISPATCH packets to force COMPUTE_START_X/Y/Z = 0Marek Olšák2017-06-291-7/+6
* Android: use symlinks for driver loadingRob Herring2017-06-2914-18/+21
* Android: i965: remove libdrm_intel dependencyRob Herring2017-06-291-6/+6