summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move blend choice out of loop in si_blit_decompress_colorNicolai Hähnle2016-04-271-9/+9
* radeonsi: use level mask for early out in si_blit_decompress_colorNicolai Hähnle2016-04-271-6/+8
* radeonsi: si_blit_decompress_depth is only used for stagingNicolai Hähnle2016-04-271-21/+5
* radeonsi: only decompress the required ZS planes from si_blitNicolai Hähnle2016-04-271-6/+7
* radeonsi: decompress Z & S planes in one passNicolai Hähnle2016-04-271-28/+73
* radeonsi: early out of si_blit_decompress_depth_in_place based on dirty maskNicolai Hähnle2016-04-271-6/+14
* radeonsi: use MIN2 instead of expanded ?: operatorNicolai Hähnle2016-04-271-3/+3
* radeonsi: fix brace styleNicolai Hähnle2016-04-271-2/+4
* gallium/util: add u_bit_consecutive for generating a consecutive range of bitsNicolai Hähnle2016-04-271-0/+12
* swr: s/Elements/ARRAY_SIZE/Tim Rowley2016-04-273-7/+7
* radeonsi: emit s_waitcnt for shader memory barriers and volatileNicolai Hähnle2016-04-271-13/+23
* swr: [rasterizer] warning cleanupTim Rowley2016-04-279-74/+27
* swr: [rasterizer core] implement legacy depth bias enableTim Rowley2016-04-274-21/+25
* swr: [rasterizer jitter] support for dumping x86 asmTim Rowley2016-04-272-0/+50
* swr: [rasterizer core] more backend refactoringTim Rowley2016-04-278-963/+573
* swr: [rasterizer jitter] add mSimdInt1TyTim Rowley2016-04-272-0/+2
* swr: [rasterizer core] backend refactorTim Rowley2016-04-275-238/+633
* svga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS queryBrian Paul2016-04-271-0/+3
* nouveau: codegen: LOAD: Take src swizzle into accountHans de Goede2016-04-272-2/+9
* nouveau: codegen: LOAD: Do not call fetchSrc(1) if the address is immediateHans de Goede2016-04-271-2/+3
* nouveau: codegen: LOAD: Always use component 0 when getting the addressHans de Goede2016-04-271-1/+3
* dri3: Check for dummyContext to see if the glx_context is validStefan Dirsch2016-04-271-6/+2
* dri2: Check for dummyContext to see if the glx_context is validEgbert Eich2016-04-271-1/+1
* glsl: move uniform block validation to link_uniform_blocks.cppTimothy Arceri2016-04-272-53/+53
* i965: Enable ARB_texture_stencil8 and OES_texture_stencil8 on Gen8+.Kenneth Graunke2016-04-263-7/+2
* mesa: Try to fix CopyTex[Sub]Image of stencil textures.Kenneth Graunke2016-04-261-2/+3
* mesa: Disallow CopyTexSubImage on stencil formats in ES.Kenneth Graunke2016-04-261-0/+9
* i965: Fix MapTextureImage for multi-slice/level stencil buffers.Kenneth Graunke2016-04-261-2/+2
* i965: Move TCS output indirect_offset.file check out a level.Kenneth Graunke2016-04-261-42/+46
* i965/fs: Reduce the response length of sampler messages on Skylake.Kenneth Graunke2016-04-264-5/+28
* nir: Add a helper for figuring out what channels of an SSA def are readJason Ekstrand2016-04-262-0/+27
* i965/fs: Use inst->regs_written for rlen for texture instructionsJason Ekstrand2016-04-262-9/+3
* i965/fs: Properly report regs_written from SAMPLEINFOJason Ekstrand2016-04-262-2/+9
* i965/blorp: Set regs_written on texturing instructionsJason Ekstrand2016-04-261-0/+1
* i965: Don't force a header for texture offsets of 0.Kenneth Graunke2016-04-261-1/+3
* r600g: fix and optimize tgsi_cmp when using ABS and NEG modifierPatrick Rudolph2016-04-271-1/+10
* softpipe: add support for compute shaders. (v2)Dave Airlie2016-04-278-3/+369
* tgsi/exec: initialise SysSemanticToIndex array to -1Dave Airlie2016-04-271-0/+3
* tgsi/exec: implement restartable machine.Dave Airlie2016-04-272-17/+35
* tgsi/exec: make inputs/outputs optional for compute shaders.Dave Airlie2016-04-271-19/+24
* tgsi/exec: implement load/store/atomic on MEMORY.Dave Airlie2016-04-272-3/+150
* tgsi/exec: split out setting up masks to separate functionDave Airlie2016-04-271-9/+14
* tgsi: accept a starting PC value for exec machine.Dave Airlie2016-04-275-5/+5
* tgsi: move to using vector for system values.Dave Airlie2016-04-274-7/+7
* tgsi/exec: fix system value handling.Dave Airlie2016-04-271-3/+5
* i965/blorp: Convert state setup to CJason Ekstrand2016-04-264-4/+3
* i965/blorp: Make state setup C-safeJason Ekstrand2016-04-263-4/+4
* i965/blorp: Convert brw_blorp.cpp to a C fileJason Ekstrand2016-04-262-5/+2
* i965/blorp: Make all of brw_blorp.h accessible to CJason Ekstrand2016-04-261-9/+8
* i965/blorp: Turn brw_blorp_params into a C-style structJason Ekstrand2016-04-267-80/+71