summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windowsTim Rowley2016-10-111-0/+8
* swr: [rasterizer archrast] add mako templateTim Rowley2016-10-114-2/+117
* swr: [rasterizer core] disable cull for rect_listTim Rowley2016-10-111-0/+8
* swr: [rasterizer core] add support for "RAW" surface formatTim Rowley2016-10-112-0/+29
* swr: [rasterizer core] align Macrotile FIFO memory to SIMD sizeTim Rowley2016-10-114-9/+23
* swr: [rasterizer common] remove threadviz codeTim Rowley2016-10-113-94/+0
* swr: [rasterizer memory] split load/store for compile speedTim Rowley2016-10-1117-1836/+2290
* egl: add eglSwapBuffersWithDamageKHREric Engestrom2016-10-111-6/+26
* intel/genxml: fix building rules for aubinator required headersMauro Rossi2016-10-112-2/+6
* radv: automake: move libamdgpu_addrlib.la to VULKAN_LIB_DEPSEmil Velikov2016-10-111-1/+2
* radv: automake: remove unused variablesEmil Velikov2016-10-111-6/+0
* radv: automake: include the python scripts/formats table in the tarballEmil Velikov2016-10-111-2/+5
* mesa: fix error handling in _mesa_TransformFeedbackVaryingsTapani Pälli2016-10-111-10/+6
* i965: solve cubemap negative x/y/z faces buffer offset issue in dEQP.Xu,Randy2016-10-111-1/+3
* i915g: fix incorrect gl_FragCoord valueNicholas Bishop2016-10-101-1/+6
* Revert "mesa_glinterop: remove inclusion of GLX header"Vinson Lee2016-10-101-4/+1
* st/nine: More checks for GetRenderTargetDataAxel Davy2016-10-101-0/+2
* st/nine: Add debug output for lost devicesPatrick Rudolph2016-10-101-0/+2
* st/nine: Prevent crash in GetRenderTargetDataPatrick Rudolph2016-10-101-0/+2
* st/nine: Set CLAMP_TO_EDGE on cubetexturesPatrick Rudolph2016-10-103-5/+22
* st/nine: handle possible failure of D3DWindowBuffer_createPatrick Rudolph2016-10-101-0/+8
* st/nine: Assert on buffer creation failurePatrick Rudolph2016-10-101-8/+18
* st/nine: Use NineDevice9_CreateDepthStencilSurface in swapchain9Patrick Rudolph2016-10-101-13/+17
* st/nine: Fix check and remove useless code in swapchain9Axel Davy2016-10-102-17/+5
* st/nine: Implement MSAA quality levelsPatrick Rudolph2016-10-107-12/+125
* st/nine: Prepare update_framebuffer for MS quality levelsPatrick Rudolph2016-10-101-4/+4
* st/nine: Add additional error handling in CheckDeviceMultiSampleTypePatrick Rudolph2016-10-101-0/+6
* st/nine: Fix compiler warningPatrick Rudolph2016-10-102-7/+11
* st/nine: Remove resource9 {Set/Get/Free}PrivateData functionsPatrick Rudolph2016-10-102-134/+1
* st/nine: Remove volume9 {Set/Get/Free}PrivateData functionsPatrick Rudolph2016-10-103-159/+0
* st/nine: Switch {Set/Get/Free}PrivateData functionsPatrick Rudolph2016-10-108-61/+61
* st/nine: Implement {Set/Get/Free}PrivateData in iunknownPatrick Rudolph2016-10-102-0/+134
* st/nine: Return device in NineSurface9_GetContainerPatrick Rudolph2016-10-101-2/+10
* st/nine: Allocate surface resources in surface ctorPatrick Rudolph2016-10-102-68/+44
* st/nine: Fix D3DFMT_NULL sizeAxel Davy2016-10-101-0/+2
* st/nine: Add debugging outputPatrick Rudolph2016-10-101-0/+4
* st/nine: Fix assert in NineUnknown_QueryInterfacePatrick Rudolph2016-10-101-1/+4
* st/nine: Print interface id in NineVolume9_GetContainerPatrick Rudolph2016-10-101-0/+5
* st/nine: Print interface id in NineSurface9_GetContainerPatrick Rudolph2016-10-101-0/+5
* st/nine: Print interface id in NineUnknown_QueryInterfacePatrick Rudolph2016-10-101-1/+3
* st/nine: Move assert in NineSurface9_ctorPatrick Rudolph2016-10-101-2/+2
* st/nine: Properly declare sampler states for ffAxel Davy2016-10-101-1/+6
* st/nine: Handle user clipping planes properly for ffAxel Davy2016-10-101-4/+17
* st/nine: Fix the calculation of the number of vs inputsAxel Davy2016-10-101-1/+1
* st/nine: Fix specular w coordinateAxel Davy2016-10-101-4/+2
* st/nine: Disable parts of lighting calculation if no normal providedAxel Davy2016-10-101-26/+35
* st/nine: Fix condition for specular lightningAxel Davy2016-10-101-12/+11
* st/nine: Do always accumulate diffuseAxel Davy2016-10-101-3/+2
* st/nine: Initialize ps ff registersAxel Davy2016-10-101-0/+5
* st/nine: Do not pollute rTmp in ff psAxel Davy2016-10-101-2/+4