summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* swr: [rasterizer] rename _aligned_malloc to AlignedMallocTim Rowley2016-05-198-25/+40
* swr: [rasterizer jitter] rename MEMCPY function to MEMCOPYTim Rowley2016-05-191-1/+1
* swr: [rasterizer common] guard definition of __cdecl/__stdcallTim Rowley2016-05-191-0/+4
* swr: [rasterizer common] include cstddef for offsetofTim Rowley2016-05-191-0/+1
* swr: [rasterizer core] removed tabs that snuck inTim Rowley2016-05-191-4/+4
* swr: [rasterizer core] code style cleanupTim Rowley2016-05-191-22/+24
* swr: [rasterizer core] add dummy code for cygwin buildTim Rowley2016-05-191-0/+14
* swr: [rasterizer core] move variable query outside loopTim Rowley2016-05-191-1/+2
* swr: [rasterizer core] utility function for getenvTim Rowley2016-05-191-0/+17
* swr: [rasterizer common] portable threadviz bucketsTim Rowley2016-05-191-2/+11
* swr: [rasterizer common] foreground win32 assert dialogTim Rowley2016-05-191-1/+1
* swr: [rasterizer core] use parens to disambiguate operator precedenceTim Rowley2016-05-191-1/+1
* swr: standardize linkage and check for unresolved symbolsTim Rowley2016-05-191-1/+7
* swr: fix swr linkage so that static llvm worksTim Rowley2016-05-191-1/+10
* swr: PIPE_CAP_CULL_DISTANCE cap request responseTim Rowley2016-05-191-0/+1
* gallium/radeon: small cleanups in r600_texture_transfer_mapMarek Olšák2016-05-191-13/+9
* gallium/radeon: handle VRAM_GTT placements as having slow CPU readsMarek Olšák2016-05-192-2/+2
* gallium/radeon: ignore PIPE_TRANSFER_MAP_DIRECTLYMarek Olšák2016-05-191-5/+1
* radeonsi: add a workaround for a bug in LLVM <= 3.8Marek Olšák2016-05-191-0/+7
* vc4: Size transfer temporary mappings appropriately for full maps of 3D.Eric Anholt2016-05-181-2/+2
* radeon: Change AA sample locations for EG+Axel Davy2016-05-181-34/+34
* radeonsi: Mixed colorbuffer formats are unsupportedAxel Davy2016-05-181-0/+10
* radeonsi: Change default behaviour for undefined COLOR0Axel Davy2016-05-181-0/+3
* r600g: Change default behaviour for undefined COLOR0Axel Davy2016-05-181-0/+4
* r600: Change default behaviour for undefined COLOR0Axel Davy2016-05-181-0/+4
* svga: add another debug_printf() in svga_screen_create()Brian Paul2016-05-181-0/+1
* svga: null out all sampler views if start=num=0Brian Paul2016-05-171-0/+12
* vc4: Add support for vertex color clamping in the rasterizer.Eric Anholt2016-05-173-1/+6
* vc4: Move tgsi_to_nir to precompile time.Eric Anholt2016-05-171-12/+15
* vc4: Mark the driver as supporting fragment color clamping in rast.Eric Anholt2016-05-171-1/+1
* vc4: Enable sharing shaders across contexts.Eric Anholt2016-05-172-2/+3
* vc4: Switch to using nir_load_front_face.Eric Anholt2016-05-172-9/+18
* vc4: Drop the dead export_linkage array.Eric Anholt2016-05-171-5/+0
* vc4: Fix a -Wformat-security warning.Eric Anholt2016-05-171-1/+1
* radeonsi: force level zero on image instructions in non-fragment shaders (v2)Nicolai Hähnle2016-05-171-0/+5
* radeonsi: emit TXQ in separate functionsNicolai Hähnle2016-05-171-52/+78
* gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle2016-05-178-16/+17
* gallium/radeon: use radeon_emit_arrayNicolai Hähnle2016-05-171-2/+1
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-179-136/+135
* Treewide: Remove Elements() macroJan Vesely2016-05-1720-47/+47
* r600g,sb: Don't use standard macro nameJan Vesely2016-05-175-11/+11
* nvc0/ir: fix shared atomic lowering to preserve shared memory locationIlia Mirkin2016-05-171-10/+8
* freedreno/ir3: fix compiler warningRob Clark2016-05-171-0/+1
* nvc0/ir: make sure out-of-bounds buffer loads/atomics get a 0 resultIlia Mirkin2016-05-171-1/+26
* freedreno/ir3: small standalone compiler cleanupRob Clark2016-05-151-2/+1
* freedreno/ir3: lower fdivRob Clark2016-05-151-0/+1
* freedreno/ir3: handle VARYING_SLOT_PNTCRob Clark2016-05-151-0/+12
* freedreno/ir3: disable TGSI specific hacks in nir caseRob Clark2016-05-154-2/+7
* freedreno/ir3: add support for NIR as preferred IRRob Clark2016-05-156-18/+61
* nv50/ir: avoid asserts when the state tracker feeds us bogus inputsIlia Mirkin2016-05-151-12/+48