summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-19xlib: Use float type in calculation.wip/lroundMatt Turner1-2/+2
2016-05-19mesa: Replace IROUND_POS() with lroundf().Matt Turner5-16/+3
2016-05-19mesa: Replace uses of IROUND{,D,64} with libm functions.Matt Turner12-74/+56
2016-05-19util: Add _mesa_llroundevenf().Matt Turner1-0/+14
2016-05-19st/va: use drm render node for wayland display typeLeo Liu1-1/+1
2016-05-19gallium/radeon: small cleanups in r600_texture_transfer_mapMarek Olšák1-13/+9
2016-05-19gallium/radeon: don't set PB_USAGE in winsysesMarek Olšák2-4/+0
2016-05-19gallium/radeon: handle VRAM_GTT placements as having slow CPU readsMarek Olšák2-2/+2
2016-05-19gallium/radeon: ignore PIPE_TRANSFER_MAP_DIRECTLYMarek Olšák1-5/+1
2016-05-19radeonsi: add a workaround for a bug in LLVM <= 3.8Marek Olšák1-0/+7
2016-05-19i965/fs: Silence warnings related to use of uninitialized valuesEduardo Lima Mitev1-2/+2
2016-05-18vc4: Size transfer temporary mappings appropriately for full maps of 3D.Eric Anholt1-2/+2
2016-05-18anv/device: Fix viewportBoundsRangeNanley Chery1-1/+1
2016-05-19glsl/linker: attempt to match anonymous structures at linkDave Airlie1-9/+15
2016-05-18anv/batch_chain: free pointers for error casesMark Janes1-2/+2
2016-05-18st/nine: Minor change to support musl libcWang He2-8/+9
2016-05-18st/nine: Enable D3DPMISCCAPS_PERSTAGECONSTANTPatrick Rudolph1-1/+1
2016-05-18st/nine: Turn on thread_submit by default when on different deviceAxel Davy1-10/+12
2016-05-18st/nine: Fix usage of rasterizer multisample bit.Axel Davy4-10/+32
2016-05-18st/nine: ATOC has effect only with ALPHATESTENABLEAxel Davy3-2/+13
2016-05-18st/nine: Add debug string for ATOCAxel Davy1-0/+1
2016-05-18st/nine: Add asserts for output/input packingAxel Davy1-0/+2
2016-05-18st/nine: Use correct PIPE_HANDLE_USAGE flag for frontbuffer copyAxel Davy1-5/+8
2016-05-18st/nine: Fix output shift calculationAxel Davy1-2/+2
2016-05-18st/nine: Fix CheckDeviceFormat advertising for surfacesAxel Davy1-0/+12
2016-05-18st/nine: Improve buffer placementAxel Davy1-4/+30
2016-05-18st/nine: Fix buffer bind flagsAxel Davy1-3/+3
2016-05-18st/nine: Fix buffer locking flags handlingAxel Davy2-29/+22
2016-05-18st/nine: Improve loggingPatrick Rudolph6-0/+12
2016-05-18st/nine: Use WINE thread for threadpoolPatrick Rudolph4-12/+52
2016-05-18st/nine: Don't present if window is occludedPatrick Rudolph1-5/+6
2016-05-18st/nine: Use new function to query for resolution mismatchPatrick Rudolph3-1/+18
2016-05-18st/nine: Implement IPresent version 1.2Patrick Rudolph1-0/+7
2016-05-18st/nine: Implement BumpEnvMap for ffAxel Davy1-24/+54
2016-05-18st/nine: Format conversion for volumes in UpdateTextureAxel Davy1-8/+0
2016-05-18st/nine: Remove one useless function outputAxel Davy2-4/+4
2016-05-18st/nine: Add support for X8L8V8U8Axel Davy2-3/+13
2016-05-18st/nine: Add format fallback with conversion to volumesAxel Davy2-9/+110
2016-05-18st/nine: Add format fallback with conversion to surfacesAxel Davy2-1/+72
2016-05-18gallium/util: Implement util_format_translate_3dAxel Davy2-0/+47
2016-05-18st/nine: Fix Pointsize in programmable shaderAxel Davy8-68/+48
2016-05-18st/nine: Fix ff pointscale computationAxel Davy1-9/+18
2016-05-18st/nine: Fix header of GetIndicesAxel Davy2-7/+6
2016-05-18st/nine: Increase minor d3dadapter9drm ABIAxel Davy3-2/+9
2016-05-18st/nine: Fix leak after ctor failuresAxel Davy1-0/+2
2016-05-18st/nine: Add ColorFill test for compressed texturesAxel Davy1-0/+8
2016-05-18st/nine: PositionT and Tessfactor are forbidden as PS inputAxel Davy1-3/+5
2016-05-18st/nine: Fix some shader failures not triggering errorAxel Davy1-2/+5
2016-05-18st/nine: Forbid POSITION0 for PS3.0Axel Davy1-0/+5
2016-05-18st/nine: Rework UpdateTexture ChecksAxel Davy2-35/+68