summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-153-38/+95
* mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)Marek Olšák2011-12-131-1/+3
* vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst2011-12-111-0/+3
* gallium: implement ARB_conservative_depthMarek Olšák2011-12-101-1/+9
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-021-0/+3
* Remove windows kernel support code.José Fonseca2011-11-291-12/+2
* gallium: add B10G10R10A2_UINT formatDave Airlie2011-11-271-0/+1
* gallium: remove trailing comma and unneeded comments in p_defines.hBrian Paul2011-11-221-4/+4
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-222-12/+20
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-1/+0
* gallium: add PIPE_SHADER_CAP_OUTPUT_READVadim Girlin2011-11-211-1/+2
* gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2011-11-141-2/+3
* state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst2011-11-031-0/+34
* state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst2011-11-031-0/+27
* state_trackers/vdpau: Add num_slices to mpeg12 picture structureMaarten Lankhorst2011-11-031-0/+1
* Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_ARCH_BIG_ENDIANAlan Coopersmith2011-10-201-0/+9
* gallium: add new query types and missing documentationChristoph Bumiller2011-10-201-8/+11
* gallium: add PIPE_BIND_BLENDABLE flagChristoph Bumiller2011-10-151-4/+5
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-7/+7
* gallium: add initial pure integer support (v2)Dave Airlie2011-10-081-0/+60
* gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák2011-09-301-1/+2
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-301-1/+2
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-3/+2
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-1/+0
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-281-0/+1
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* gallium: remove trailing comma to silence warningBrian Paul2011-09-201-1/+1
* Gallium: Increase PIPE_MAX_CLIP_PLANES to 8.Paul Berry2011-09-201-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-5/+11
* 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