summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2011-09-30gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák1-1/+2
2011-09-30gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák1-1/+2
2011-09-30gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák1-3/+2
2011-09-30gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák1-1/+0
2011-09-28gallium: add polygon offset clamp stateChristoph Bumiller1-0/+1
2011-09-27gallium: move border color to be a color unionDave Airlie1-1/+1
2011-09-20gallium: remove trailing comma to silence warningBrian Paul1-1/+1
2011-09-20Gallium: Increase PIPE_MAX_CLIP_PLANES to 8.Paul Berry1-1/+1
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2-5/+11
2011-09-14g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2-1/+2
2011-09-10gallium: add TGSI opcodes UARL and UCMPBryan Cain1-1/+4
2011-09-10gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák1-2/+4
2011-09-10gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák1-1/+1
2011-09-08Define INLINE macro in terms of inline.José Fonseca1-11/+14
2011-09-05gallium: add missing formats for ARB_vertex_type_2_10_10_10_revDave Airlie1-0/+7
2011-09-02gallium: add caps for MIN/MAX texel offsets.Dave Airlie1-1/+3
2011-09-02tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie1-1/+19
2011-09-01gallium: add R8A8 and A8R8 UNORM formatsChristian König1-0/+2
2011-09-01gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König1-2/+3
2011-08-29include/pipe: Fix include styleKai Wasserbäch2-6/+6
2011-08-26g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König1-0/+11
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König2-2/+15
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König1-4/+8
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König2-56/+79
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König1-1/+2
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König1-28/+42
2011-08-21gallium: add PIPE_OS_ANDROID supportChia-I Wu2-0/+10
2011-08-08gallium: silence warnings about trailing commas in enum listsBrian Paul2-2/+2
2011-08-04Merge branch 'glsl-to-tgsi'Bryan Cain1-0/+1
2011-08-04gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller3-5/+35
2011-08-01gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain1-0/+1
2011-07-31darwin: Use machine/endian.h to determine endiannessJeremy Huddleston1-0/+9
2011-07-31Fix PPC detection on darwinJeremy Huddleston1-2/+2
2011-07-15g3dvl: change picture parameter of decode_bitstream to general versionChristian König1-1/+1
2011-07-14gallium: don't use enum bitfields in p_video_state.hBrian Paul1-6/+6
2011-07-14gallium: put video-related enums in separate headerBrian Paul4-45/+79
2011-07-12[g3dvl] add some more PIPE_VIDEO_CAPsChristian König1-1/+4
2011-07-11[g3dvl] revert some unintended white space changesChristian König1-9/+12
2011-07-08[g3dvl] and finally remove pipe_video_contextChristian König3-29/+13
2011-07-08[g3dvl] move video buffer creation out of video contextChristian König2-8/+12
2011-07-08[g3dvl] remove the unused priv member from pipe_video_contextChristian König2-4/+1
2011-07-08[g3dvl] move compositor creation and handling directly into the state trackersChristian König1-83/+0
2011-07-08[g3dvl] remove sampler view handling from video contextChristian König1-31/+0
2011-07-08[g3dvl] remove create_surface from video contextChristian König1-7/+0
2011-07-08[g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König1-1/+3
2011-07-08[g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2-7/+8
2011-07-07[g3dvl] rename get_param to get_video_param and move into screen objectChristian König3-6/+11
2011-07-04Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2-23/+6
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom1-19/+6
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca1-4/+0