aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* softpipe: fix various warnings about int/float/double conversions, etcBrian Paul2011-07-131-15/+15
* softpipe: Remove sp_video_context.c from SConscript.Vinson Lee2011-07-131-1/+0
* [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-0/+6
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-111-5/+6
|\
| * softpipe: add missing stencil format case in convert_quad_stencil()Brian Paul2011-07-061-0/+1
| * softpipe: minor clean-ups in sp_quad_depth_test.cBrian Paul2011-07-061-5/+5
* | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-082-10/+2
* | [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-0/+3
* | [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-092-6/+336
|\|
| * softpipe: Anisotropic filtering extension.Andreas Faenger2011-06-062-6/+336
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-052-6/+5
|\|
| * softpipe: add a better fake implementation of fencesMarek Olšák2011-06-022-6/+5
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-151-2/+2
|\|
| * Remove redundant util_unsigned_logbase2Matt Turner2011-05-121-2/+2
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-231-16/+16
|\|
| * softpipe: Take the sampler view's first_level into account when sampling.Henri Verbeet2011-04-081-16/+16
* | [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-197-90/+107
|\|
| * gallium: remove flags from the flush functionMarek Olšák2011-03-113-38/+42
| * gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
| * gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-112-8/+6
| * gallium: kill is_resource_referencedMarek Olšák2011-03-113-18/+25
| * gallium: add timeout parameter to fence_finishMarek Olšák2011-03-082-2/+4
| * softpipe: clamp texcoords in sample_compare()Philip Taylor2011-03-071-24/+30
| * 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-174-877/+35
* | [g3dvl] cleanup and documentationChristian König2011-03-162-24/+19
* | [g3dvl] move idct out of mc codeChristian König2011-03-092-12/+119
* | [g3dvl] start to cleanup the messChristian König2011-03-082-26/+75
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-032-7/+0
|\|
| * softpipe: enable RGTC now that we have u_format support.Dave Airlie2011-03-021-5/+0
| * softpipe: remove redundant draw_flush() callBrian Paul2011-02-281-2/+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-2412-52/+327
|\|
| * softpipe: rename env vars to be consistentBrian Paul2011-02-171-2/+2
| * gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
| * softpipe: rename sampler[] -> fragment_samplers[]Brian Paul2011-02-022-6/+6
| * softpipe: rename fragment sampler/view fieldsBrian Paul2011-02-023-7/+7
| * softpipe: fix array textures to use resource array_sizeBrian Paul2011-01-283-21/+88
| * softpipe: support for 1D/2D texture arraysBrian Paul2011-01-253-1/+210
| * softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul2011-01-251-1/+1
| * softpipe: pass surface format to get/put_tile functionsBrian Paul2011-01-221-10/+12
| * gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2011-01-221-15/+10
| * softpipe: use proper type for format fieldBrian Paul2011-01-221-1/+1