summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker
AgeCommit message (Expand)AuthorFilesLines
2014-02-22winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov1-10/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2-2/+5
2013-12-10gallium/dri: Support DRI Image extension version 7Christopher James Halse Rogers1-0/+2
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers1-3/+6
2013-10-26implement NV_vdpau_interop v7Christian König1-0/+49
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst1-1/+2
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-04-19gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin1-0/+1
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-0/+1
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-1/+4
2012-11-29gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák1-0/+11
2012-11-29st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák1-2/+1
2012-08-23st/mesa: accept and handle configuration options from st/driVadim Girlin1-0/+14
2012-05-29gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller1-0/+16
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-1/+0
2012-02-01st-api: fix typos, whitespace, line wrappingBrian Paul1-6/+6
2011-12-23st-api: Have context_create explain why creation failedIan Romanick1-0/+14
2011-12-23st-api: Clean-up OpenGL profile handlingIan Romanick1-9/+10
2011-10-14drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom1-1/+46
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom1-19/+6
2011-05-19st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul1-11/+13
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-0/+5
2010-12-02gallium: support for array textures and related changesRoland Scheidegger2-3/+2
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu1-0/+6
2010-11-18gallium: Add st_api::name.Chia-I Wu1-0/+5
2010-11-17gallium: Remove redundant sw and debug target helpersJakob Bornecrantz1-67/+0
2010-11-08graw: Add struct pipe_surface forward declaration.snb-magicVinson Lee1-1/+2
2010-11-08graw: Export graw_save_surface_to_file().Michal Krol1-0/+21
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg1-1/+0
2010-09-20gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri1-1/+1
2010-09-10gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu1-16/+0
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu1-2/+61
2010-08-27graw: Include missing header in graw.h.Vinson Lee1-0/+1
2010-08-26graw: Add copyright headers to the interfaces.José Fonseca1-0/+27
2010-08-26graw: Undo late loading of graw drivers.José Fonseca1-153/+0
2010-08-26graw: Include missing header in graw_dl.h.Vinson Lee1-2/+3
2010-08-26graw: Dynamically load graw libraries.José Fonseca1-0/+152
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu1-6/+0
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2-57/+71
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz1-57/+0
2010-06-07graw: add parse_geometry_shader helperKeith Whitwell1-0/+3
2010-06-06gallium: Add drm driver interfaceJakob Bornecrantz1-0/+71
2010-06-07include/st: new file swrast_screen_create.hKeith Whitwell1-0/+67
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-18/+1
2010-05-25gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz1-81/+0
2010-05-21st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz1-5/+13