summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-15vl: move away from state like parametersChristian König2-38/+18
2012-01-15vl/video_buffer: add support for interlaced buffersChristian König1-0/+1
2012-01-15vl/video_buffer: use template style create paramsChristian König1-3/+1
2012-01-15gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák1-5/+8
2012-01-11tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie1-1/+2
2012-01-11tgsi: add ISSG supportDave Airlie1-1/+2
2012-01-10gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie1-1/+2
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák3-4/+19
2012-01-09vl: replace decode_buffers with auxiliary data fieldChristian König3-18/+18
2012-01-07gallium: add an IABS opcode to TGSIBryan Cain1-1/+2
2012-01-07gallium: add new semantic for clip vertex.Dave Airlie1-1/+2
2012-01-05gallium: add support for clip distancesBryan Cain1-1/+2
2012-01-05gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák1-0/+16
2012-01-05gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák1-1/+0
2012-01-05gallium: add STATIC_ASSERT macroBrian Paul1-0/+11
2011-12-26vl: call decode_bitstream only onceChristian König1-1/+3
2011-12-25gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák1-1/+0
2011-12-23st-api: Have context_create explain why creation failedIan Romanick1-0/+14
2011-12-23st-api: Clean-up OpenGL profile handlingIan Romanick1-9/+10
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák3-38/+95
2011-12-13mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)Marek Olšák1-1/+3
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