summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin1-1/+1
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller1-0/+1
2014-07-01gallium: add a cap for max vertex streamsIlia Mirkin1-0/+1
2014-06-19r300g: don't advertize PIPE_FORMAT_B10G10R10X2_UNORM on < r500David Heidelberger1-0/+1
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller1-0/+1
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin1-0/+1
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-10winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák1-1/+1
2014-04-09gallium/radeon: fix warningsMarek Olšák1-0/+1
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-02-25r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+2
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+1
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-0/+3
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-25winsys/radeon: add the implementation of fences from r300gMarek Olšák1-23/+5
2013-09-29radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák1-0/+3
2013-09-25radeon/winsys: keep screen pointer in winsys v2Christian König1-0/+3
2013-08-27r300g: enable MSAA on r300-r400, be careful about using color compressionMarek Olšák1-5/+0
2013-08-19vl: add entrypoint to get_video_paramChristian König1-1/+2
2013-08-14vl: Add support for max level query v2Rico Schüller1-0/+2
2013-07-30Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák1-1/+1
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+1
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+1
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+1
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák1-0/+1
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller1-0/+2
2013-02-14r300g: add support for red-alpha render targetsMarek Olšák1-0/+1
2013-02-07r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák1-2/+4
2013-02-07r300g: use new RGBX formatsMarek Olšák1-0/+3
2013-02-06r300g: try to use color varyings for texcoords if max texcoord limit is exceededMarek Olšák1-1/+5
2013-02-04gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul1-0/+2
2013-02-04gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll1-0/+1
2013-01-15r300g: implement MSAA compression and fast MSAA color clearMarek Olšák1-0/+3
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-1/+0
2013-01-14r300g: advertise MSAA support for the RGB10_A2 format on r500Marek Olšák1-10/+44
2013-01-14r300g: allow separate depth and stencil clearMarek Olšák1-1/+1
2013-01-09r300g: fix the GPU name in the renderer stringMarek Olšák1-0/+1
2013-01-06r300g: implement MSAAMarek Olšák1-6/+23
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-12-12gallium: fix cap warnings for tbo cap.Dave Airlie1-0/+1
2012-12-04r300g: Give CLIP_DISABLE another tryStefan Dösinger1-1/+1
2012-12-01r300g: handle map flag DISCARD_WHOLE_RESOURCEMarek Olšák1-1/+1
2012-11-10gallium: fix unused cap warnings in drivers for cube map array cap.Dave Airlie1-0/+1