summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/common
AgeCommit message (Expand)AuthorFilesLines
2014-07-10st/dri: merge dri/drm and dri/sw backendsEmil Velikov6-1711/+0
2014-07-10targets/dri-swrast: convert to gallium megadrivers :)Emil Velikov1-0/+2
2014-07-10targets/dri: Add __driDriverGetExtensions_nouveau symbolEmil Velikov1-0/+2
2014-07-02st/dri: Allow separate dri-targetsEmil Velikov2-1/+19
2014-04-28st/dri: cleanup dri extension handlingEmil Velikov1-6/+8
2014-03-03st/dri: add support for dma-buf importer (DRIimage v8)Dave Airlie1-0/+9
2014-01-31st/dri: Fix tests for no draw/read buffers in dri_make_current()Michel Dänzer1-2/+2
2014-01-30st/dri: Allow creating OpenGL 3.3 core contextsMichel Dänzer1-1/+1
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-1/+1
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-2/+2
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2014-01-16st/dri: prevent leak of dri option default valuesAaron Watry1-0/+6
2013-12-14st/dri: resolve sRGB buffers in linear colorspaceMarek Olšák1-2/+23
2013-11-08st/dri: Fix dri_create_context declaration prototype.José Fonseca1-0/+1
2013-11-07mesa/dri: Move context flag validation down into the driversIan Romanick1-0/+5
2013-11-07mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick1-0/+6
2013-10-24dri: Move driver config options to dri driver extensions.Eric Anholt2-3/+9
2013-10-22st/dri: minor formatting clean-ups in dri_context.cBrian Paul1-4/+6
2013-10-10dri: Move API version validation into dri/common.Eric Anholt1-0/+13
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+4
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst2-6/+10
2013-08-17dri: Choose a decent global driNConfigOptions.Eric Anholt1-4/+1
2013-07-30st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2-1/+4
2013-07-30mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2-5/+8
2013-07-30st/dri: remove driOptionCache from dri_context in favor of dri_screenMarek Olšák2-13/+1
2013-07-30st/dri: move enabling postprocessing to dri_screenMarek Olšák4-16/+18
2013-07-30st/dri: remove more unused driconf optionsMarek Olšák1-6/+1
2013-07-30st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2-2/+19
2013-07-30driconf: remove the unused option allow_large_texturesMarek Olšák1-2/+1
2013-07-30st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2-1/+4
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson1-4/+4
2013-06-13st/dri: resolve the back buffer only in SwapBuffersMarek Olšák1-3/+3
2013-06-13st/dri: manually swap MSAA front and back buffers in SwapBuffersMarek Olšák1-0/+25
2013-06-13st/dri: refactor dri_msaa_resolveMarek Olšák2-11/+11
2013-06-13st/dri: fix MSAA resolving of buffers with height > widthMarek Olšák1-2/+2
2013-04-19mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt1-4/+4
2013-04-19gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2-1/+4
2013-03-28st/dri: fix crash with HUD and single bufferingMarek Olšák1-1/+2
2013-03-26st/dri: integrate the HUDMarek Olšák3-0/+11
2013-03-15st/dri: add support for the always_have_depth_buffer optionBrian Paul3-11/+28
2013-01-24st/dri: disallow recursion in dri_flushMarek Olšák2-1/+13
2013-01-24st/dri: add null-pointer check, remove duplicated local variableMarek Olšák1-4/+5
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-0/+2
2012-12-12st/dri: add a way to force MSAA on with an environment variableMarek Olšák1-4/+39
2012-12-07st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák3-7/+66
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák2-3/+6
2012-12-07st/dri: don't expose MSAA configs with accumulation bufferMarek Olšák1-1/+13
2012-12-07st/dri: refactor dri_fill_in_modesMarek Olšák2-107/+43
2012-12-02st/dri: implement new driver hook flush_with_flagsMarek Olšák3-34/+83
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-3/+3