summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
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é Fonseca12-21/+21
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 Airlie3-5/+9
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-10gallium/dri: Support DRI Image extension version 7Christopher James Halse Rogers1-0/+2
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers1-3/+6
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-26implement NV_vdpau_interop v7Christian König1-0/+49
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-11st/dri: do not create a new context for msaa copyMaarten Lankhorst1-1/+2
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
2013-07-30st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák1-0/+1
2013-07-30mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák1-2/+3
2013-07-30st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák1-0/+1
2013-07-30st/dri: support the driconf option disable_blend_func_extendedMarek Olšák1-2/+3
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-1/+11
2013-07-17llvmpipe: use MCJIT on ARM and AArch64Kyle McMartin1-1/+8
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-2/+2
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson1-0/+22
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-0/+2
2013-06-13gallium/draw: add limits to the clip and cull distancesZack Rusin1-0/+2
2013-06-10gallium: add a cull distance semanticZack Rusin1-1/+2
2013-06-05gallium: System z supportRichard Sandiford1-1/+5
2013-06-01gallium: add support for layered renderingRoland Scheidegger1-1/+2
2013-05-25gallium: Add support for multiple viewportsZack Rusin4-6/+13
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-1/+2
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+3