summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-26gallium: add interface for driver queries like performance counters, etc.Marek Olšák2-0/+23
2013-03-23gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák1-1/+2
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller3-3/+6
2013-03-19tgsi: use separate structure for indirect address v2Christian König1-6/+18
2013-03-19tgsi: add ArrayID to declarationsChristian König1-1/+7
2013-03-19tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König1-4/+2
2013-03-12mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca1-69/+5
2013-02-13gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák1-0/+12
2013-02-07gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák1-0/+14
2013-02-04gallium: add SQRT shader opcodeBrian Paul2-2/+3
2013-01-30gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller1-1/+2
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-1/+0