summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-02-06gallium/u_tests: test a NULL texture sampler viewMarek Olšák1-17/+85
2015-02-06gallium/u_tests: restructure the only test, refactor out reusable codeMarek Olšák1-31/+79
2015-02-06gallium: run gallium tests if GALLIUM_TESTS=1 is setMarek Olšák3-3/+14
2015-02-06gallium/postprocessing: fix crash at context destructionMarek Olšák1-4/+3
2015-02-06r600g/sb: fix a bug in constants folding optimisation passXavier Bouchoux1-0/+2
2015-02-06r600g: fix abs() support on ALU 3 source operands instructionsXavier Bouchoux3-7/+63
2015-02-06r300g: small code cleanup (v2)David Heidelberg4-26/+4
2015-02-06st/nine: Implement dummy vbo behaviour when vs is missing inputsTiziano Bacocco4-18/+119
2015-02-06gallium/targets/d3dadapter9: Free card deviceAxel Davy1-8/+10
2015-02-06gallium/targets/d3dadapter9: Release the pipe_screen at destruction.Axel Davy1-6/+12
2015-02-06gallium/targets/d3dadapter9: Fix device detection for render-nodesAxel Davy1-45/+14
2015-02-06st/nine: Dummy sampler should have a=1Axel Davy5-43/+163
2015-02-06st/nine: Fix update_framebuffer binding cbufs the pixel shader wouldn't rende...Axel Davy2-12/+12
2015-02-06st/nine: Clear: better behave if rt_mask is different to the one of the frame...Axel Davy1-13/+27
2015-02-06st/nine: Fix multisampling support detectionAxel Davy2-28/+9
2015-02-06st/nine: Fix enabled lights in stateblocksTiziano Bacocco2-3/+7
2015-02-06st/nine: Fix depth stencil formats bindings flags.Axel Davy4-27/+74
2015-02-06st/nine: Fix gpu memory leak in swapchainAxel Davy1-2/+1
2015-02-06st/nine: SetResourceResize should track nr_samples tooAxel Davy1-0/+1
2015-02-06st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLIDTiziano Bacocco1-0/+1
2015-02-06st/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVERTiziano Bacocco1-0/+1
2015-02-06st/nine: Implement fallback behaviour when rts and ds don't matchAxel Davy1-18/+28
2015-02-06st/nine: Fix present_buffers allocationAxel Davy1-6/+9
2015-02-06st/nine: Check for aligned offset in each vertex elementPatrick Rudolph1-1/+3
2015-02-06st/nine: Fix bufferoverflow in {Get|Set}PixelShaderConstantFPatrick Rudolph1-5/+5
2015-02-06st/nine: Set [out] argument to NULL for some functionsPatrick Rudolph1-0/+6
2015-02-06st/nine: Remove duplicated debug messagePatrick Rudolph1-3/+0
2015-02-06st/nine: Return E_FAIL for unused vertexdeclaration typePatrick Rudolph1-3/+4
2015-02-06st/nine: Missing sanity check for CALLOC return E_OUTOFMEMORY if allocation o...Patrick Rudolph1-1/+1
2015-02-06st/nine: Implement ATOC hackAxel Davy2-0/+12
2015-02-06st/nine: Implement AMD alpha to coverageAxel Davy4-5/+20
2015-02-06st/nine: Add D3DFMT_DF16 supportAxel Davy2-4/+14
2015-02-06st/nine: Change the value of some advertised capsAxel Davy1-3/+3
2015-02-06st/nine: NineDevice9_SetClipPlane: pPlane must be non-NULLAxel Davy1-3/+5
2015-02-06st/nine: Implement fallback for D3DFMT_D24S8, D3DFMT_D24X8 and D3DFMT_INTZAxel Davy1-1/+20
2015-02-06st/nine: Refactor format d3d9 to pipe conversionAxel Davy11-77/+136
2015-02-06st/nine: Refactor nine_d3d9_to_pipe_format_mapAxel Davy1-79/+44
2015-02-06st/nine: Improve CheckDeviceFormat debug outputAxel Davy1-9/+3
2015-02-06st/nine: Implement RESZ hackAxel Davy3-0/+64
2015-02-06st/nine: fix early basetexture destructionAxel Davy1-1/+2
2015-02-06st/nine: Do not leak private data in volume9.Patrick Rudolph1-0/+3
2015-02-06st/nine: Check block alignment for compressed textures in NineSurface9_CopySu...Patrick Rudolph1-0/+24
2015-02-06st/nine: Commit sampler views again if srgb state changed.Axel Davy3-2/+7
2015-02-06st/nine: Fix use of D3DSP_NOSWIZZLEAxel Davy1-1/+1
2015-02-06st/nine: Check for the correct number of constants.Axel Davy2-4/+5
2015-02-06st/nine: Introduce failure handling for shader parsing.Axel Davy1-8/+30
2015-02-06st/nine: Print warnings for r500 when shader is likely to go wrongAxel Davy1-0/+6
2015-02-06st/nine: Declare constants only up to the maximum needed.Axel Davy1-27/+11
2015-02-06st/nine: Refactor how user constbufs sizes are calculatedAxel Davy5-23/+24
2015-02-06st/nine: Explicit nine requirementsAxel Davy2-49/+66