aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/screen.rst
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+2
* gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_irTom Stellard2014-10-161-2/+2
* gallium: add doc note about cube textures and can_create_resource()Brian Paul2014-09-301-0/+2
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+4
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+1
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+2
* gallium: add GLX_MESA_query_renderer capsEmil Velikov2014-08-151-0/+8
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+2
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-1/+0
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-1/+1
* gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTEDTom Stellard2014-07-251-0/+2
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-2/+4
* gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard2014-07-021-0/+2
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+3
* gallium: add PIPE_BIND_COMMAND_ARGS_BUFFERChristoph Bumiller2014-07-021-0/+3
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+3
* gallium: Add PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITSBruno Jiménez2014-06-121-0/+2
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+3
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-0/+2
* gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard2014-04-291-0/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+3
* gallium/docs: fix PIPE_CAP_ENDIANNESS delimiter, remove trailing spacesIlia Mirkin2014-04-191-4/+4
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+4
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+2
* gallium: add interface for persistent and coherent buffer mappingsMarek Olšák2014-02-251-0/+3
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+6
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-091-0/+6
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+0
* gallium: define the behavior of PIPE_USAGE_* flags properlyMarek Olšák2014-02-061-6/+12
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+2
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-1/+3
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+3
* gallium/docs: clarify definition of PIPE_CAP_USER_CONSTANT_BUFFERS, etcBrian Paul2013-07-311-5/+8
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* gallium/docs: adds documentation for multi viewport capZack Rusin2013-05-251-0/+4
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+2
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+11
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-051-4/+4
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+2
* gallium/docs: document get_driver_query_infoMarek Olšák2013-03-261-0/+12
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+4
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+8
* gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller2013-01-301-0/+3
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-2/+0
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+6
* gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-251-0/+2
* gallium: add new pipe_screen::can_create_resource() functionBrian Paul2012-09-171-0/+10
* gallium/docs: document interface changes for timestamp queryMarek Olšák2012-07-101-0/+10