summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2011-12-11vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst1-0/+3
2011-12-10gallium: implement ARB_conservative_depthMarek Olšák1-1/+9
2011-12-02gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu1-0/+3
2011-11-29Remove windows kernel support code.José Fonseca1-12/+2
2011-11-27gallium: add B10G10R10A2_UINT formatDave Airlie1-0/+1
2011-11-22gallium: remove trailing comma and unneeded comments in p_defines.hBrian Paul1-4/+4
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák2-12/+20
2011-11-22gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák1-1/+0
2011-11-21gallium: add PIPE_SHADER_CAP_OUTPUT_READVadim Girlin1-1/+2
2011-11-14gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller1-2/+3
2011-11-03state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst1-0/+34
2011-11-03state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst1-0/+27
2011-11-03state_trackers/vdpau: Add num_slices to mpeg12 picture structureMaarten Lankhorst1-0/+1
2011-10-20Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_ARCH_BIG_ENDIANAlan Coopersmith1-0/+9
2011-10-20gallium: add new query types and missing documentationChristoph Bumiller1-8/+11
2011-10-15gallium: add PIPE_BIND_BLENDABLE flagChristoph Bumiller1-4/+5
2011-10-14drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom1-1/+46
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-7/+7
2011-10-08gallium: add initial pure integer support (v2)Dave Airlie1-0/+60
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