summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* | [g3dvl] move mpeg12 context out of softpipeChristian König2011-03-171-6/+34
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-031-5/+0
|\|
| * softpipe: enable RGTC now that we have u_format support.Dave Airlie2011-03-021-5/+0
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-281-0/+5
|\|
| * rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie2011-02-281-0/+5
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-241-0/+4
|\|
| * softpipe: support for 1D/2D texture arraysBrian Paul2011-01-251-0/+4
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-201-0/+2
|\|
| * Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+2
| |\
| | * softpipe: enable instanced drawing capBrian Paul2010-12-081-0/+2
* | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-111-2/+3
|\| |
| * | gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+3
| |/
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-111-0/+5
|\|
| * softpipe: disable vertex texturing with draw/llvmBrian Paul2010-11-051-0/+5
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-281-7/+4
|\|
| * softpipe: remove >32bpp color restrictionBrian Paul2010-10-231-7/+0
| * softpipe: enable primitive restartBrian Paul2010-10-211-0/+2
| * softpipe: add support for shader stencil export capabilityDave Airlie2010-10-131-0/+2
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-121-10/+37
|\|
| * gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-39/+16
| * gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-0/+1
| * mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+3
| * gallium: make draw auto work and add relevant caps and docsZack Rusin2010-06-081-0/+2
| * mesa/st: add support for EXT_texture_swizzle.Dave Airlie2010-06-051-0/+2
| * Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-0/+2
| |\
| | * softpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-0/+2
| * | softpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2
| |/
| * Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+5
| |\
| | * softpipe: adapt to interface changesRoland Scheidegger2010-05-171-1/+5
| * | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
| * | softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca2010-05-121-0/+31
| * | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
| |/
| * softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz2010-04-291-0/+2
* | vl: Use pipe_screen::video_context_create hook instead of SP ctor.Younes Manton2010-05-241-0/+2
|/
* softpipe: More accurate softpipe_is_format_supported().José Fonseca2010-04-251-19/+55
* softpipe: compressed formats can't be render targetsBrian Paul2010-04-231-1/+4
* softpipe: YUV textures should be supported.José Fonseca2010-04-231-4/+0