summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* d3d1x: fix/improve OMSetRenderTargetsChristoph Bumiller2011-10-211-19/+26
* d3d1x: avoid translating invalid blend, depth or stencil stateChristoph Bumiller2011-10-212-32/+56
* d3d1x: add support for buffer viewsChristoph Bumiller2011-10-211-0/+6
* d3d1x: improve CreateInputLayoutChristoph Bumiller2011-10-211-13/+50
* d3d1x/context: fix IASetVertexBuffers stride comparisonChristoph Bumiller2011-10-211-1/+1
* d3d1x: use ZS formats for TYPELESS resources with DS bindingChristoph Bumiller2011-10-211-0/+10
* d3d1x: use resource format if view format is UNKNOWNChristoph Bumiller2011-10-211-6/+9
* d3d1x: fix shadow comparison to gallium enum off by oneChristoph Bumiller2011-10-211-1/+1
* d3d1x: improve CheckFormatSupportChristoph Bumiller2011-10-211-18/+48
* d3d1x: update format mapping tableChristoph Bumiller2011-10-212-37/+55
* d3d1x: fix translation of subresource to layerChristoph Bumiller2011-10-211-16/+15
* d3d1x: fix initial data upload for 3D texturesChristoph Bumiller2011-10-211-1/+1
* d3d1x: MipLevels -1 in resource view desc means allChristoph Bumiller2011-10-211-1/+5
* d3d1x/dxgi: fix initialization of pipe_box for Present copyChristoph Bumiller2011-10-211-2/+2
* d3d1x: implement array texturesChristoph Bumiller2011-10-213-18/+70
* d3d1x: fix refcounting of GalliumD3D11DeviceChild objectsChristoph Bumiller2011-10-211-2/+6
* d3d1x/sm4: save CUSTOMDATAChristoph Bumiller2011-10-211-0/+11
* d3d1x: add FORK/JOIN phase opcodes to declarationsChristoph Bumiller2011-10-211-0/+9
* d3d1x: add shader signature to sm4_programChristoph Bumiller2011-10-215-7/+52
* d3d1x: attempt to detect D3D10 feature levelChristoph Bumiller2011-10-211-13/+31
* d3d1x: switch to TGSI SAMPLE opcodesChristoph Bumiller2011-10-216-222/+61
* d3d1x: make use of new query typesChristoph Bumiller2011-10-202-17/+18
* st/dri: Hook up throttling based on the drm driver_descriptor configurationThomas Hellstrom2011-10-143-2/+27
* st/dri: Implement the new dri2 throttling extensionThomas Hellstrom2011-10-142-2/+136
* st/wgl: Release stw_framebuffer::mutex after pbuffer creation.Mathias Froehlich2011-10-131-0/+2
* d3d1x: fix check for PIPE_CAP_CONDITIONAL_RENDERChristoph Bumiller2011-10-132-3/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-118-22/+22
* st/glx/xlib: Advertise GLX_ARB_create_context(_profile)José Fonseca2011-10-091-0/+2
* st/glx: remove the duplicated Drawable member.Stéphane Marchesin2011-10-053-7/+6
* egl: restore missing \ in MakefileBrian Paul2011-10-041-1/+1
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-046-11/+11
* st/glx: Set the drawable attribute on xmesa_buffer creation.Stephen White2011-10-041-1/+1
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-301-1/+1
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-1/+1
* st/xa: Don't call fence_reference with an unitialized fence handle as dstThomas Hellstrom2011-09-291-1/+1
* st/xa: surfaces and sampler views are per contextThomas Hellstrom2011-09-295-63/+65
* d3d1x: propagate DepthBiasClamp to rasterizer csoChristoph Bumiller2011-09-281-2/+1
* d3d1x: fix uninitialized const color union blackChristoph Bumiller2011-09-281-1/+1
* gallium: move border color to be a color unionDave Airlie2011-09-274-7/+7
* d3d1x: setup draw info primitive restart parametersChristoph Bumiller2011-09-221-3/+22
* st/vega: fix drawing images with alpha channelChia-I Wu2011-09-212-18/+22
* st/vega: fix vg_context_is_object_valid()Chia-I Wu2011-09-217-25/+21
* st/egl: add support for null platformChia-I Wu2011-09-204-2/+213
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-185-10/+37
* d3d1x: fix parsing of SM4 relative addressing register opChristoph Bumiller2011-09-171-1/+1
* d3d1x: set flatshade_first in rasterizer stateChristoph Bumiller2011-09-172-0/+2
* d3d1x: initialize point size and line width to 1Christoph Bumiller2011-09-172-0/+4
* st/vdpau: Preliminary support for timestamped output surface into the present...Emeric Grange2011-09-142-6/+80
* st/vdpau: Output surfaces that are too large to fit into the display target w...Emeric Grange2011-09-141-1/+7
* st/vdpau: Add get_clear_color capabilityEmeric Grange2011-09-141-1/+9