summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* vl: add entrypoint to get_video_paramChristian König2013-08-191-1/+2
* 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 support for multiple viewportsZack Rusin2013-05-251-0/+2
* 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/+2
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-1/+1
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+2
* 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
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+2
* 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
* draw: add support for later transform feedback extensionsDave Airlie2012-12-141-1/+1
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-121-1/+1
* softpipe: Use os_time_get_nano() everywhere.José Fonseca2012-12-111-1/+1
* softpipe: enable GLSL 1.40Dave Airlie2012-12-081-1/+1
* softpipe: add texture buffer object supportDave Airlie2012-12-081-0/+2
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-091-1/+3
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* draw,gallivm: Fix draw_get_shader_param.José Fonseca2012-07-131-12/+6
* softpipe: implement get_timestamp and expose ARB_timer_queryMarek Olšák2012-07-101-1/+10
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* softpipe: handle more PIPE_CAP_x queriesBrian Paul2012-06-261-3/+31
* gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+2
* gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2
* gallium drivers: report that user vertex buffers are supportedMarek Olšák2012-04-241-0/+2
* softpipe: add dual source blending supportDave Airlie2012-04-131-1/+1
* gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETSDave Airlie2012-04-131-0/+2
* softpipe: set max cube texture size to 4Kx4KBrian Paul2012-03-201-1/+1
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+2
* vl: add interlacing capabilitiesChristian König2012-02-061-0/+6
* st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák2012-01-291-0/+2
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-1/+3
* softpipe: Silence unused variable warning on non-LLVM builds.Vinson Lee2012-01-161-0/+2
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-0/+2
* sofpipe: remove extraneous semicolonBrian Paul2012-01-121-1/+1
* softpipe: bump max texture array layers to 256.Dave Airlie2012-01-121-1/+1
* softpipe: enable clamping controlDave Airlie2012-01-111-0/+2
* softpipe: fix llvm buildDave Airlie2012-01-111-1/+1
* softpipe: allow softpipe to set shader params depending on runtime llvm (v3)Dave Airlie2012-01-111-3/+13
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-1/+4
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-2/+0
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-031-13/+0
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-1/+1
* gallium: disable stream output in drivers that support itMarek Olšák2011-12-151-1/+1
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-7/+7