aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-142-1/+2
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-101-1/+4
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-101-2/+4
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-101-1/+1
* Define INLINE macro in terms of inline.José Fonseca2011-09-081-11/+14
* gallium: add missing formats for ARB_vertex_type_2_10_10_10_revDave Airlie2011-09-051-0/+7
* gallium: add caps for MIN/MAX texel offsets.Dave Airlie2011-09-021-1/+3
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-1/+19
* gallium: add R8A8 and A8R8 UNORM formatsChristian König2011-09-011-0/+2
* gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König2011-09-011-2/+3
* include/pipe: Fix include styleKai Wasserbäch2011-08-292-6/+6
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-261-0/+11
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-262-2/+15
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-261-4/+8
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-262-56/+79
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-261-1/+2
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-261-28/+42
* gallium: add PIPE_OS_ANDROID supportChia-I Wu2011-08-212-0/+10
* gallium: silence warnings about trailing commas in enum listsBrian Paul2011-08-082-2/+2
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+1
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+1
* | gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller2011-08-043-5/+35
* | darwin: Use machine/endian.h to determine endiannessJeremy Huddleston2011-07-311-0/+9
* | Fix PPC detection on darwinJeremy Huddleston2011-07-311-2/+2
* | g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-151-1/+1
* | gallium: don't use enum bitfields in p_video_state.hBrian Paul2011-07-141-6/+6
* | gallium: put video-related enums in separate headerBrian Paul2011-07-144-45/+79
* | [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-1/+4
* | [g3dvl] revert some unintended white space changesChristian König2011-07-111-9/+12
* | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-083-29/+13
* | [g3dvl] move video buffer creation out of video contextChristian König2011-07-082-8/+12
* | [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-082-4/+1
* | [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-081-83/+0
* | [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-31/+0
* | [g3dvl] remove create_surface from video contextChristian König2011-07-081-7/+0
* | [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-1/+3
* | [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-082-7/+8
* | [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-073-6/+11
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-041-4/+0
|\ \
| * | scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-4/+0
| |/
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-091-7/+9
|\|
| * gallium: fix comments for pipe_stream_output_stateBrian Paul2011-06-081-7/+9
* | [g3dvl] rework video buffer format handlingChristian König2011-06-071-3/+2
* | [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-071-2/+2
* | [g3dvl] split quant matrix out of picture infoChristian König2011-06-052-4/+7
* | [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-2/+2
* | [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-10/+0
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-051-1/+1
|\|
| * gallium: include limits.h in p_config.hDave Airlie2011-05-311-1/+1
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-151-2/+16
|\|