summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/d3d1x
AgeCommit message (Expand)AuthorFilesLines
2013-03-12d3d1x: Remove.José Fonseca135-27285/+0
2013-02-12gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger1-7/+2
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+1
2012-12-12gallium: remove pipe_surface::usageMarek Olšák2-3/+0
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-1/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-4/+4
2012-09-30gallium: remove resource_resolveMarek Olšák1-0/+2
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-1/+1
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