summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vc4: Print a reg pressure estimate in our reg allocation failure dump.Eric Anholt2016-11-091-0/+5
* vc4: Don't abort when a shader compile fails.Eric Anholt2016-11-096-8/+32
* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.Kenneth Graunke2016-11-091-14/+19
* mesa/extensions: expose OES_vertex_half_float for ES2Kevin Strasser2016-11-095-4/+14
* Revert "egl: remove explicit config_id management from dri2_add_config()"Emil Velikov2016-11-091-0/+3
* util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementationBrian Paul2016-11-091-0/+5
* radv: Suffix the radeon_icd file with the host CPUEmil Velikov2016-11-093-3/+9
* radv: use correct .specVersion for extensionsEmil Velikov2016-11-091-4/+4
* anv: use correct .specVersion for extensionsEmil Velikov2016-11-091-4/+4
* amd/addrlib: limit fastcall/regparm to GCC i386Emil Velikov2016-11-091-1/+5
* configure.ac: honour LLVM_LIBDIR when linking against LLVMEmil Velikov2016-11-091-2/+2
* egl: remove explicit config_id management from dri2_add_config()Emil Velikov2016-11-091-3/+0
* linker: Accurately track gl_uniform_block::stagerefIan Romanick2016-11-092-9/+59
* linker: Slight code rearrange to prevent duplication in the next commitIan Romanick2016-11-091-7/+6
* linker: Trivial coding standards fixesIan Romanick2016-11-091-15/+13
* glsl: Add some comments to methods of ir_variable_refcount_visitorIan Romanick2016-11-091-0/+6
* llvmpipe: Fix build after removal of deprecated attribute API v2Aaron Watry2016-11-092-3/+2
* gallivm: Fix build after removal of deprecated attribute API v3Tom Stellard2016-11-096-52/+138
* radv: fix GetFenceStatus for signaled fencesDave Airlie2016-11-091-0/+2
* radv: enable conditional discard optimisation on radv.Dave Airlie2016-11-101-0/+1
* nir: add conditional discard optimisation (v4)Dave Airlie2016-11-103-0/+128
* ac/nir: add support for discard_if intrinsic (v2)Dave Airlie2016-11-101-0/+21
* anv: Do relocations in userspace before execbuf ioctlKristian Høgsberg Kristensen2016-11-092-9/+150
* anv: Move relocation handling from EndCommandBuffer to QueueSubmitJason Ekstrand2016-11-094-72/+76
* anv/batch: Move last_ss_pool_bo_offset to the command bufferJason Ekstrand2016-11-092-15/+24
* anv: Add an anv_execbuf helper structJason Ekstrand2016-11-092-48/+62
* anv/batch_chain: Improve write_relocJason Ekstrand2016-11-091-5/+22
* anv: Initialize anv_bo::offset to -1Jason Ekstrand2016-11-091-1/+1
* anv/allocator: Simplify anv_scratch_poolJason Ekstrand2016-11-092-61/+55
* anv: Add a new bo_pool_init helperJason Ekstrand2016-11-094-20/+21
* anv: Don't presume to know what address is in a surface relocationJason Ekstrand2016-11-092-53/+15
* anv: Add a cmd_buffer_execbuf helperJason Ekstrand2016-11-093-2/+11
* anv/device: Add an execbuf wrapperJason Ekstrand2016-11-092-20/+35
* anv: Make anv_finishme only warn once per call-siteJason Ekstrand2016-11-091-2/+7
* i965/compute: Allow ARB_compute_shader in compat profileJordan Justen2016-11-091-1/+1
* Revert "draw: use vectorized calculations for fetch"Roland Scheidegger2016-11-092-282/+159
* swr: disable logic op when the rt format is float or srgbIlia Mirkin2016-11-081-0/+6
* swr: fix AND_INVERTED logic op conversionIlia Mirkin2016-11-081-1/+1
* swr: add support for EXT_depth_bounds_testIlia Mirkin2016-11-082-1/+7
* swr: [rasterizer core] set depth hottile when depth bounds test enabledIlia Mirkin2016-11-081-1/+3
* i965: Fix GPU hang related to multiple render targets and alpha testingAnuj Phogat2016-11-081-0/+6
* swr: allow alphatest without blend or logicopTim Rowley2016-11-081-1/+2
* radv: emit correct last export when Z/stencil export is enabledDave Airlie2016-11-091-3/+5
* tgsi/scan: turn a huge if-else-if.. chain into a switch statementMarek Olšák2016-11-081-14/+30
* tgsi/scan: fix images_buffers regressionMarek Olšák2016-11-081-3/+2
* anv: Document cmd_buffer_alloc_binding_tableJason Ekstrand2016-11-081-0/+71
* intel/blorp: Emit all the binding tablesJason Ekstrand2016-11-081-0/+5
* i965/gen9: Allow sampling with hiz when supportedJordan Justen2016-11-081-1/+28
* i965/gen9: Add HiZ auxiliary buffer supportBen Widawsky2016-11-081-6/+14
* i965: Add function to indicate when sampling with hiz is supportedJordan Justen2016-11-083-1/+25