summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-03draw/pt: adjust overflow calculationsZack Rusin1-0/+7
2013-04-26gallium: increase the number of available stream output declsZack Rusin1-1/+2
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-12/+2
2013-04-22gallium: Add a new clip_halfz rasterizer state.José Fonseca1-0/+6
2013-04-19gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin1-0/+1
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-1/+6
2013-04-17gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca1-1/+1
2013-04-17gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca1-1/+1
2013-04-11gallium: add get_sample_position interfaceDave Airlie1-0/+13
2013-04-04Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry1-1/+1
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-1/+2