summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swr: [rasterizer core] apply KNOB_TOSS_DRAW to more functionsTim Rowley2016-05-191-0/+20
* swr: [rasterizer jitter] add instancing to non-gather fetch pathTim Rowley2016-05-191-5/+37
* swr: [rasterizer core] move MultisampleTrait static from header to cppTim Rowley2016-05-193-4/+7
* swr: [rasterizer core] clang override for _mm_undefined*Tim Rowley2016-05-191-1/+1
* swr: [rasterizer common] add OSX to unix portability sectionsTim Rowley2016-05-192-2/+9
* 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
* docs: add swr to GL3.txtTim Rowley2016-05-191-41/+41
* st/va: use drm render node for wayland display typeLeo Liu2016-05-191-1/+1
* gallium/radeon: small cleanups in r600_texture_transfer_mapMarek Olšák2016-05-191-13/+9
* gallium/radeon: don't set PB_USAGE in winsysesMarek Olšák2016-05-192-4/+0
* 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
* i965/fs: Silence warnings related to use of uninitialized valuesEduardo Lima Mitev2016-05-191-2/+2
* vc4: Size transfer temporary mappings appropriately for full maps of 3D.Eric Anholt2016-05-181-2/+2
* anv/device: Fix viewportBoundsRangeNanley Chery2016-05-181-1/+1
* glsl/linker: attempt to match anonymous structures at linkDave Airlie2016-05-191-9/+15
* anv/batch_chain: free pointers for error casesMark Janes2016-05-181-2/+2
* st/nine: Minor change to support musl libcWang He2016-05-182-8/+9
* st/nine: Enable D3DPMISCCAPS_PERSTAGECONSTANTPatrick Rudolph2016-05-181-1/+1
* st/nine: Turn on thread_submit by default when on different deviceAxel Davy2016-05-181-10/+12
* st/nine: Fix usage of rasterizer multisample bit.Axel Davy2016-05-184-10/+32
* st/nine: ATOC has effect only with ALPHATESTENABLEAxel Davy2016-05-183-2/+13
* st/nine: Add debug string for ATOCAxel Davy2016-05-181-0/+1
* st/nine: Add asserts for output/input packingAxel Davy2016-05-181-0/+2
* st/nine: Use correct PIPE_HANDLE_USAGE flag for frontbuffer copyAxel Davy2016-05-181-5/+8
* st/nine: Fix output shift calculationAxel Davy2016-05-181-2/+2
* st/nine: Fix CheckDeviceFormat advertising for surfacesAxel Davy2016-05-181-0/+12
* st/nine: Improve buffer placementAxel Davy2016-05-181-4/+30
* st/nine: Fix buffer bind flagsAxel Davy2016-05-181-3/+3
* st/nine: Fix buffer locking flags handlingAxel Davy2016-05-182-29/+22
* st/nine: Improve loggingPatrick Rudolph2016-05-186-0/+12
* st/nine: Use WINE thread for threadpoolPatrick Rudolph2016-05-184-12/+52
* st/nine: Don't present if window is occludedPatrick Rudolph2016-05-181-5/+6
* st/nine: Use new function to query for resolution mismatchPatrick Rudolph2016-05-183-1/+18
* st/nine: Implement IPresent version 1.2Patrick Rudolph2016-05-181-0/+7