summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_screen.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-11softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query casesBrian Paul1-0/+3
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+2
2014-02-25gallium: the other drivers don't support ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-13gallium/vl: remove remaining softpipe video functionsChristian König1-31/+0
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+3
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-29softpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi1-1/+2
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-2/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-2/+3
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+2
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-2/+3
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-08-19vl: add entrypoint to get_video_paramChristian König1-1/+2
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-25gallium: Add support for multiple viewportsZack Rusin1-0/+2
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+2
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+2
2013-04-16draw: implement pipeline statistics in the draw moduleZack Rusin1-1/+1
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+2
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-04gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll1-0/+2
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-2/+0
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-12-14draw: add support for later transform feedback extensionsDave Airlie1-1/+1
2012-12-12softpipe: implement seamless cubemap support. (v1.1)Dave Airlie1-1/+1
2012-12-11softpipe: Use os_time_get_nano() everywhere.José Fonseca1-1/+1
2012-12-08softpipe: enable GLSL 1.40Dave Airlie1-1/+1
2012-12-08softpipe: add texture buffer object supportDave Airlie1-0/+2
2012-11-09softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie1-1/+3
2012-10-31gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák1-0/+1
2012-09-30gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák1-0/+1
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-2/+2
2012-07-13draw,gallivm: Fix draw_get_shader_param.José Fonseca1-12/+6
2012-07-10softpipe: implement get_timestamp and expose ARB_timer_queryMarek Olšák1-1/+10
2012-07-10gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák1-0/+1
2012-06-26softpipe: handle more PIPE_CAP_x queriesBrian Paul1-3/+31
2012-04-30gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák1-0/+2
2012-04-30gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-0/+2
2012-04-24gallium drivers: report that user vertex buffers are supportedMarek Olšák1-0/+2
2012-04-13softpipe: add dual source blending supportDave Airlie1-1/+1
2012-04-13gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETSDave Airlie1-0/+2
2012-03-20softpipe: set max cube texture size to 4Kx4KBrian Paul1-1/+1
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-1/+0
2012-02-09gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller1-0/+2