summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
AgeCommit message (Expand)AuthorFilesLines
2014-04-28gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin1-1/+10
2014-04-26gallium: add GS_INVOCATIONS propertyIlia Mirkin1-1/+2
2014-04-26gallium: add INVOCATIONID semanticIlia Mirkin1-1/+2
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin3-1/+8
2014-04-11vl: add interface for H264 B-frame encodingChristian König1-0/+3
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie2-2/+5
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-1/+2
2014-03-31gallium: add interface to clear buffersIlia Mirkin1-0/+11
2014-03-21gallium: add b5g6r5 srgb formatRoland Scheidegger1-0/+2
2014-03-11gallium: add endian detection for OpenBSDJonathan Gray1-0/+10
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák1-2/+2
2014-02-25gallium: add interface for persistent and coherent buffer mappingsMarek Olšák2-3/+35
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie2-2/+6
2014-02-24clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard1-5/+8
2014-02-11vl: add H264 encoding interfaceChristian König3-2/+60
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-1/+3
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-1/+0
2014-02-06gallium: define the behavior of PIPE_USAGE_* flags properlyMarek Olšák1-6/+7
2014-02-06gallium: remove PIPE_RESOURCE_FLAG_GEN_MIPSMarek Olšák1-1/+0
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-3/+0
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca11-20/+20
2014-01-17gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger1-0/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-3/+4
2013-12-12gallium: allow choosing which colorbuffers to clearMarek Olšák1-4/+15
2013-12-11llvmpipe: add plumbing for ARB_depth_clampMatthew McClure1-0/+2
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-1/+2
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-1/+2
2013-11-06gallium: fix build on GNU/kFreeBSDFabio Pedretti1-1/+1
2013-10-28vl/h264: split fields into SPS/PPSChristian König1-24/+64
2013-10-28vl: add 400 chroma format as wellChristian König1-0/+1
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-1/+2
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-15/+3
2013-10-09gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin1-1/+4
2013-10-03gallium: remove old bind_*_sampler_states() functionsBrian Paul1-15/+0
2013-10-03gallium: add pipe_context::bind_sampler_states()Brian Paul1-0/+5
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+13
2013-09-13gallium: comment that INSTANCEID doesn't include start_instanceMarek Olšák1-1/+1
2013-09-10util: don't use _fxsave() with MSVC 2010 or olderBrian Paul1-0/+4
2013-09-06gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy1-0/+4
2013-08-22gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca1-0/+1
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König1-1/+2
2013-08-19vl: add entrypoint to get_video_paramChristian König1-0/+1
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König2-14/+14
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König2-11/+11
2013-08-19vl: use a template for create_video_decoderChristian König2-5/+2
2013-08-14vl: Add support for max level query v2Rico Schüller1-1/+2
2013-08-13gallium: add new float comparison instructions returning integer masksRoland Scheidegger1-1/+6