summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-3/+6
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-1/+2
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-1/+2
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-061-1/+1
* vl/h264: split fields into SPS/PPSChristian König2013-10-281-24/+64
* vl: add 400 chroma format as wellChristian König2013-10-281-0/+1
* implement NV_vdpau_interop v7Christian König2013-10-261-0/+49
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-1/+2
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-15/+3
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-091-1/+4
* gallium: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-15/+0
* gallium: add pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+5
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+13
* gallium: comment that INSTANCEID doesn't include start_instanceMarek Olšák2013-09-131-1/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* util: don't use _fxsave() with MSVC 2010 or olderBrian Paul2013-09-101-0/+4
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-0/+4
* gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca2013-08-221-0/+1
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-191-1/+2
* vl: add entrypoint to get_video_paramChristian König2013-08-191-0/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-192-14/+14
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-192-11/+11
* vl: use a template for create_video_decoderChristian König2013-08-192-5/+2
* vl: Add support for max level query v2Rico Schüller2013-08-141-1/+2
* gallium: add new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-1/+6
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-301-0/+1
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-2/+3
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-0/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-301-2/+3
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-1/+11
* llvmpipe: use MCJIT on ARM and AArch64Kyle McMartin2013-07-171-1/+8
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+2
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-0/+22
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+2
* gallium/draw: add limits to the clip and cull distancesZack Rusin2013-06-131-0/+2
* gallium: add a cull distance semanticZack Rusin2013-06-101-1/+2
* gallium: System z supportRichard Sandiford2013-06-051-1/+5
* gallium: add support for layered renderingRoland Scheidegger2013-06-011-1/+2
* gallium: Add support for multiple viewportsZack Rusin2013-05-254-6/+13
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-1/+2
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+3
* draw/pt: adjust overflow calculationsZack Rusin2013-05-031-0/+7
* gallium: increase the number of available stream output declsZack Rusin2013-04-261-1/+2
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-12/+2
* gallium: Add a new clip_halfz rasterizer state.José Fonseca2013-04-221-0/+6
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-191-0/+1
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-1/+6
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-1/+1
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-1/+1