aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove trailing comma to silence warningBrian Paul2012-02-281-1/+1
* gallium: remove PIPE_SHADER_CAP_OUTPUT_READMarek Olšák2012-02-271-1/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-213-5/+0
* gallium: fix some comments in p_state.hBrian Paul2012-02-151-3/+3
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-1/+2
* vl: add interlacing capabilitiesChristian König2012-02-061-1/+4
* st-api: fix typos, whitespace, line wrappingBrian Paul2012-02-011-6/+6
* gallium: remove trailing comma to silence warningBrian Paul2012-01-291-1/+1
* st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák2012-01-291-1/+2
* st/mesa: do vertex and fragment color clamping in shadersMarek Olšák2012-01-251-2/+4
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-1/+2
* vl: add h264 infrastructureChristian König2012-01-151-0/+43
* vl: move away from state like parametersChristian König2012-01-152-38/+18
* vl/video_buffer: add support for interlaced buffersChristian König2012-01-151-0/+1
* vl/video_buffer: use template style create paramsChristian König2012-01-151-3/+1
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-5/+8
* tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie2012-01-111-1/+2
* tgsi: add ISSG supportDave Airlie2012-01-111-1/+2
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-101-1/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-103-4/+19
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-093-18/+18
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-071-1/+2
* gallium: add new semantic for clip vertex.Dave Airlie2012-01-071-1/+2
* gallium: add support for clip distancesBryan Cain2012-01-051-1/+2
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-0/+16
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-1/+0
* gallium: add STATIC_ASSERT macroBrian Paul2012-01-051-0/+11
* vl: call decode_bitstream only onceChristian König2011-12-261-1/+3
* gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák2011-12-251-1/+0
* st-api: Have context_create explain why creation failedIan Romanick2011-12-231-0/+14
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-231-9/+10
* 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
* drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom2011-10-141-1/+46