summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
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-14st/dri: Hook up throttling based on the drm driver_descriptor configurationThomas Hellstrom3-2/+27
2011-10-14st/dri: Implement the new dri2 throttling extensionThomas Hellstrom2-2/+136
2011-10-13st/wgl: Release stw_framebuffer::mutex after pbuffer creation.Mathias Froehlich1-0/+2
2011-10-13d3d1x: fix check for PIPE_CAP_CONDITIONAL_RENDERChristoph Bumiller2-3/+1
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie8-22/+22
2011-10-09st/glx/xlib: Advertise GLX_ARB_create_context(_profile)José Fonseca1-0/+2
2011-10-05st/glx: remove the duplicated Drawable member.Stéphane Marchesin3-7/+6
2011-10-04egl: restore missing \ in MakefileBrian Paul1-1/+1
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin6-11/+11
2011-10-04st/glx: Set the drawable attribute on xmesa_buffer creation.Stephen White1-1/+1
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-29st/xa: Don't call fence_reference with an unitialized fence handle as dstThomas Hellstrom1-1/+1
2011-09-29st/xa: surfaces and sampler views are per contextThomas Hellstrom5-63/+65
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 Airlie4-7/+7
2011-09-22d3d1x: setup draw info primitive restart parametersChristoph Bumiller1-3/+22
2011-09-21st/vega: fix drawing images with alpha channelChia-I Wu2-18/+22
2011-09-21st/vega: fix vg_context_is_object_valid()Chia-I Wu7-25/+21
2011-09-20st/egl: add support for null platformChia-I Wu4-2/+213
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie5-10/+37
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-14st/vdpau: Preliminary support for timestamped output surface into the present...Emeric Grange2-6/+80
2011-09-14st/vdpau: Output surfaces that are too large to fit into the display target w...Emeric Grange1-1/+7
2011-09-14st/vdpau: Add get_clear_color capabilityEmeric Grange1-1/+9