summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-06gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy15-0/+20
2015-02-05llvmpipe: Trivially advertise PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT.Jose Fonseca1-1/+2
2015-02-04gallium/util: Don't implement u_bit_scan64 on MSVC.Jose Fonseca1-0/+2
2015-02-04gallium/util: Define ffsll on MinGW.Jose Fonseca1-0/+1
2015-02-04radeonsi: implement polygon stipplingMarek Olšák7-5/+79
2015-02-04radeonsi: add polygon stipple texture slotMarek Olšák1-5/+8
2015-02-04radeonsi: deduce rasterizer primitive type at the beginning of draw_vboMarek Olšák2-13/+17
2015-02-04radeonsi: allow 64 descriptors per arrayMarek Olšák2-34/+34
2015-02-04radeonsi: add support for sampler views where resource = NULLMarek Olšák2-6/+22
2015-02-04radeonsi: add support for NULL texture sampler views that return (0,0,0,1)Marek Olšák1-2/+28
2015-02-04radeonsi: fix a crash when binding a NULL sampler view listMarek Olšák1-1/+1
2015-02-04radeonsi: move the buffer descriptor to the end of the image descriptorMarek Olšák4-7/+9
2015-02-04radeonsi: don't use tgsi_parse_context to get processor typeMarek Olšák1-7/+1
2015-02-04radeonsi: fix instanced arrays with non-zero start instanceMarek Olšák1-3/+3
2015-02-04r600g,radeonsi: don't append to streamout buffers that haven't been used yetMarek Olšák2-1/+4
2015-02-04gallium: set PIPE_MAX_SAMPLERS to 18Marek Olšák1-1/+1
2015-02-04gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák3-9/+21
2015-02-04gallium/util: add u_bit_scan64Marek Olšák1-0/+7
2015-02-04tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák3-11/+14