summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_screen.c
Commit message (Expand)AuthorAgeFilesLines
...
* r300g: handle new shader capsMarek Olšák2014-08-091-0/+2
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-4/+4
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+1
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+1
* r300g: don't advertize PIPE_FORMAT_B10G10R10X2_UNORM on < r500David Heidelberger2014-06-191-0/+1
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-0/+1
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+2
* winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák2014-04-101-1/+1
* gallium/radeon: fix warningsMarek Olšák2014-04-091-0/+1
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák2014-02-251-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+2
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-091-0/+2
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák2014-01-231-1/+0
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+1
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-0/+3
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* winsys/radeon: add the implementation of fences from r300gMarek Olšák2013-10-251-23/+5
* radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák2013-09-291-0/+3
* radeon/winsys: keep screen pointer in winsys v2Christian König2013-09-251-0/+3
* r300g: enable MSAA on r300-r400, be careful about using color compressionMarek Olšák2013-08-271-5/+0
* vl: add entrypoint to get_video_paramChristian König2013-08-191-1/+2
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+2
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-07-301-1/+1
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+1
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+1
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+2
* r300g: add support for red-alpha render targetsMarek Olšák2013-02-141-0/+1
* r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák2013-02-071-2/+4
* r300g: use new RGBX formatsMarek Olšák2013-02-071-0/+3
* r300g: try to use color varyings for texcoords if max texcoord limit is exceededMarek Olšák2013-02-061-1/+5
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-151-0/+3
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* r300g: advertise MSAA support for the RGB10_A2 format on r500Marek Olšák2013-01-141-10/+44
* r300g: allow separate depth and stencil clearMarek Olšák2013-01-141-1/+1
* r300g: fix the GPU name in the renderer stringMarek Olšák2013-01-091-0/+1
* r300g: implement MSAAMarek Olšák2013-01-061-6/+23
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* gallium: fix cap warnings for tbo cap.Dave Airlie2012-12-121-0/+1
* r300g: Give CLIP_DISABLE another tryStefan Dösinger2012-12-041-1/+1