summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-2/+0
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-301-0/+2
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-10/+11
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-2/+0
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-101-2/+2
* gallium: add caps for MIN/MAX texel offsets.Dave Airlie2011-09-021-0/+4
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-261-0/+2
* [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-0/+6
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-10/+0
* [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-081-1/+1
* [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-9/+2
* [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-081-0/+2
* [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-071-1/+14
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-091-2/+2
|\
| * softpipe: Anisotropic filtering extension.Andreas Faenger2011-06-061-2/+2
* | [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-061-14/+3
* | [g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMATChristian König2011-04-021-2/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-191-3/+3
|\|
| * gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
| * gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2