summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* st/dri: prevent leak of dri option default valuesAaron Watry2014-01-161-0/+6
* st/dri: resolve sRGB buffers in linear colorspaceMarek Olšák2013-12-141-2/+23
* st/dri: Fix dri_create_context declaration prototype.José Fonseca2013-11-081-0/+1
* mesa/dri: Move context flag validation down into the driversIan Romanick2013-11-071-0/+5
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+6
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-242-3/+9
* st/dri: minor formatting clean-ups in dri_context.cBrian Paul2013-10-221-4/+6
* dri: Move API version validation into dri/common.Eric Anholt2013-10-101-0/+13
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+4
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-112-6/+10
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-171-4/+1
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-302-1/+4
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-302-5/+8
* st/dri: remove driOptionCache from dri_context in favor of dri_screenMarek Olšák2013-07-302-13/+1
* st/dri: move enabling postprocessing to dri_screenMarek Olšák2013-07-304-16/+18
* st/dri: remove more unused driconf optionsMarek Olšák2013-07-301-6/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-302-2/+19
* driconf: remove the unused option allow_large_texturesMarek Olšák2013-07-301-2/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-302-1/+4
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-4/+4
* st/dri: resolve the back buffer only in SwapBuffersMarek Olšák2013-06-131-3/+3
* st/dri: manually swap MSAA front and back buffers in SwapBuffersMarek Olšák2013-06-131-0/+25
* st/dri: refactor dri_msaa_resolveMarek Olšák2013-06-132-11/+11
* st/dri: fix MSAA resolving of buffers with height > widthMarek Olšák2013-06-131-2/+2
* mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt2013-04-191-4/+4
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-192-1/+4
* st/dri: fix crash with HUD and single bufferingMarek Olšák2013-03-281-1/+2
* st/dri: integrate the HUDMarek Olšák2013-03-263-0/+11
* st/dri: add support for the always_have_depth_buffer optionBrian Paul2013-03-153-11/+28
* st/dri: disallow recursion in dri_flushMarek Olšák2013-01-242-1/+13
* st/dri: add null-pointer check, remove duplicated local variableMarek Olšák2013-01-241-4/+5
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-0/+2
* st/dri: add a way to force MSAA on with an environment variableMarek Olšák2012-12-121-4/+39
* st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák2012-12-073-7/+66
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-072-3/+6
* st/dri: don't expose MSAA configs with accumulation bufferMarek Olšák2012-12-071-1/+13
* st/dri: refactor dri_fill_in_modesMarek Olšák2012-12-072-107/+43
* st/dri: implement new driver hook flush_with_flagsMarek Olšák2012-12-023-34/+83
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-3/+3
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-1/+3
* st/mesa: add support for GL core profilesMarek Olšák2012-11-291-1/+3
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-3/+3
* mesa: s/FREE/free/Brian Paul2012-09-012-8/+8
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-0/+1
* st/dri: pass config options to the state trackerVadim Girlin2012-08-231-0/+8
* st/dri: add force_glsl_extensions_warn option to dri optionsVadim Girlin2012-08-231-1/+10
* st/dri: use driver name for driconf section lookupVadim Girlin2012-08-231-1/+2