summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/d3d1x
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák1-3/+3
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez1-6/+7
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-3/+3
2012-04-18gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZEDMarek Olšák1-1/+1
2012-03-08gallium: remove format aliasesChristian König1-1/+1
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák4-22/+6
2011-12-15d3d1x: implement new stream output interfaceChristoph Bumiller7-50/+213
2011-10-21d3d1x: set primitive restart in the correct draw callsChristoph Bumiller1-9/+9
2011-10-21d3d1x: fix/improve OMSetRenderTargetsChristoph Bumiller1-19/+26
2011-10-21d3d1x: avoid translating invalid blend, depth or stencil stateChristoph Bumiller2-32/+56
2011-10-21d3d1x: add support for buffer viewsChristoph Bumiller1-0/+6
2011-10-21d3d1x: improve CreateInputLayoutChristoph Bumiller1-13/+50
2011-10-21d3d1x/context: fix IASetVertexBuffers stride comparisonChristoph Bumiller1-1/+1
2011-10-21d3d1x: use ZS formats for TYPELESS resources with DS bindingChristoph Bumiller1-0/+10
2011-10-21d3d1x: use resource format if view format is UNKNOWNChristoph Bumiller1-6/+9
2011-10-21d3d1x: fix shadow comparison to gallium enum off by oneChristoph Bumiller1-1/+1
2011-10-21d3d1x: improve CheckFormatSupportChristoph Bumiller1-18/+48
2011-10-21d3d1x: update format mapping tableChristoph Bumiller2-37/+55
2011-10-21d3d1x: fix translation of subresource to layerChristoph Bumiller1-16/+15
2011-10-21d3d1x: fix initial data upload for 3D texturesChristoph Bumiller1-1/+1
2011-10-21d3d1x: MipLevels -1 in resource view desc means allChristoph Bumiller1-1/+5
2011-10-21d3d1x/dxgi: fix initialization of pipe_box for Present copyChristoph Bumiller1-2/+2
2011-10-21d3d1x: implement array texturesChristoph Bumiller3-18/+70
2011-10-21d3d1x: fix refcounting of GalliumD3D11DeviceChild objectsChristoph Bumiller1-2/+6
2011-10-21d3d1x/sm4: save CUSTOMDATAChristoph Bumiller1-0/+11
2011-10-21d3d1x: add FORK/JOIN phase opcodes to declarationsChristoph Bumiller1-0/+9
2011-10-21d3d1x: add shader signature to sm4_programChristoph Bumiller5-7/+52
2011-10-21d3d1x: attempt to detect D3D10 feature levelChristoph Bumiller1-13/+31
2011-10-21d3d1x: switch to TGSI SAMPLE opcodesChristoph Bumiller6-222/+61
2011-10-20d3d1x: make use of new query typesChristoph Bumiller2-17/+18
2011-10-13d3d1x: fix check for PIPE_CAP_CONDITIONAL_RENDERChristoph Bumiller2-3/+1
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-7/+7
2011-09-30gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák1-1/+1
2011-09-30gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák1-1/+1
2011-09-28d3d1x: propagate DepthBiasClamp to rasterizer csoChristoph Bumiller1-2/+1
2011-09-28d3d1x: fix uninitialized const color union blackChristoph Bumiller1-1/+1
2011-09-27gallium: move border color to be a color unionDave Airlie2-5/+5
2011-09-22d3d1x: setup draw info primitive restart parametersChristoph Bumiller1-3/+22
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2-6/+11
2011-09-17d3d1x: fix parsing of SM4 relative addressing register opChristoph Bumiller1-1/+1
2011-09-17d3d1x: set flatshade_first in rasterizer stateChristoph Bumiller2-0/+2
2011-09-17d3d1x: initialize point size and line width to 1Christoph Bumiller2-0/+4
2011-09-09d3d1x: fix a build errorChia-I Wu1-3/+4
2011-08-29d3d1x: Fix include styleKai Wasserbäch5-19/+19
2011-08-25d3d1x: save to correct slot in xs_set_constant_buffersChristoph Bumiller1-2/+2
2011-08-25d3d1x: fix xs_set_samplersChristoph Bumiller1-1/+2
2011-08-07d3d1x: adapt to resource_resolve interface changeChristoph Bumiller1-3/+20
2011-06-27st/d3d1x: fix for st/egl native.h interface changeChia-I Wu1-14/+19
2011-06-02d3d1x/sm4: don't reset 1st index of multi-dimensional operands to 0Christoph Bumiller1-1/+1
2011-06-02d3d1x/sm4: fix swizzle for 1 component operandsChristoph Bumiller1-0/+1