summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: remove DBG_TEXMIPMarek Olšák2015-12-033-4/+2
* gallium/aux/util: Trivial, we already have format use itEdward O'Callaghan2015-12-031-1/+1
* automake: Fix typo in MSVC2008 compat flags.Jose Fonseca2015-12-031-1/+1
* ttn: Whitelist from -Werror=declaration-after-statement.Jose Fonseca2015-12-031-0/+4
* st/wgl: add new stw_ext_rendertexture.c fileBrian Paul2015-12-031-0/+252
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-039-10/+118
* nv50/ir: fix moves to/from flagsIlia Mirkin2015-12-022-2/+7
* nv50/ir: don't forget to mark flagsDef on cvt in txb loweringIlia Mirkin2015-12-021-1/+1
* nv50/ir: fix instruction permutation logicIlia Mirkin2015-12-021-1/+1
* nv50/ir: the mad source might not have a defining instructionIlia Mirkin2015-12-021-1/+1
* nv50/ir: make sure entire graph is reachableIlia Mirkin2015-12-021-0/+1
* nv50/ir: deal with loops with no breaksIlia Mirkin2015-12-021-0/+6
* nvc0/ir: fold postfactor into immediateIlia Mirkin2015-12-021-0/+6
* nv50/ir: allow immediate 0 to be loaded anywhereIlia Mirkin2015-12-021-0/+6
* nv50/ir/gk110: add memory barriers support for GK110Samuel Pitoiset2015-12-021-0/+12
* nv50/ir: do not call textureMask() for surface opsSamuel Pitoiset2015-12-021-1/+2
* util/blitter: Fix "SO C90 forbids mixed declarations and code".Jose Fonseca2015-12-021-2/+4
* gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1Edward O'Callaghan2015-12-021-4/+12
* gallium/util: Fix util_blitter_clear_render_target() for num_layers>1Edward O'Callaghan2015-12-021-3/+12
* Remove Sun CC specific code.Jose Fonseca2015-12-023-14/+6
* r600: set mega fetch count to 16 for gs copy shaderDave Airlie2015-12-021-0/+1
* r600: increment ring index after emit vertex not before.Dave Airlie2015-12-021-18/+24
* r600: add alu + cf nop to copy shader on r600Dave Airlie2015-12-021-0/+10
* r600: SMX returns CONTEXT_DONE early workaroundDave Airlie2015-12-022-1/+13
* r600: do SQ flush ES ring rolling workaroundDave Airlie2015-12-023-1/+8
* nv50,nvc0: allow to create resources other than buffersSamuel Pitoiset2015-12-015-4/+9
* clover: Handle NULL devices returned by pipe_loader_probe() v2Tom Stellard2015-12-011-1/+2
* automake: fix some occurrences of hardcoded -ldl and -lpthreadJonathan Gray2015-12-011-1/+1
* st/va: also retrieve reference frames info for h264Julien Isorce2015-12-011-0/+52
* st/va: delay decoder creation until max_references is knownJulien Isorce2015-12-014-34/+68
* r600: workaround empty geom shader.Dave Airlie2015-12-011-0/+5
* r600: rv670 use at least 16es/gs threadsDave Airlie2015-12-011-4/+5
* r600: geometry shader gsvs itemsize workaroundDave Airlie2015-12-011-0/+20
* r600/shader: split address get out to a function.Dave Airlie2015-12-011-1/+6
* vl/buffers: fixes vl_video_buffer_formats for RGBXJulien Isorce2015-11-301-1/+1
* r600: move per-type settings into a switch statementDave Airlie2015-11-301-5/+13
* r600: split out common alu_writes pattern.Dave Airlie2015-11-301-7/+12
* r600/llvm: fix r600/llvm buildDave Airlie2015-11-301-1/+1
* r600: fixes for register definitions.Dave Airlie2015-11-301-3/+3
* r600: add missing register to initial stateDave Airlie2015-11-303-7/+15
* r600: define registers required for tessellationDave Airlie2015-11-302-27/+113
* r600: consolidate clip state updatesDave Airlie2015-11-302-17/+16
* nv50/ir: always display the opcode number for unknown instructionsSamuel Pitoiset2015-11-292-2/+2
* auxiliary/vl/dri: fd management cleanupsEmil Velikov2015-11-291-2/+5
* auxiliary/vl/drm: fd management cleanupsEmil Velikov2015-11-291-1/+7
* st/xa: fd management cleanupsEmil Velikov2015-11-291-1/+8
* st/dri: fd management cleanupsEmil Velikov2015-11-291-2/+14
* pipe-loader: check if winsys.name is non-null prior to strcmpEmil Velikov2015-11-291-4/+4
* st/va: add missing break statementEmil Velikov2015-11-291-0/+1
* radeon: only suspend queries on flush if they haven't been suspended yetNicolai Hähnle2015-11-282-2/+9