summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-3/+6
* implement NV_vdpau_interop v7Christian König2013-10-261-0/+49
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-301-0/+1
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-2/+3
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-0/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-301-2/+3
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-191-0/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-0/+1
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+4
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-0/+11
* st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák2012-11-291-2/+1
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-231-0/+14
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-291-0/+16
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* st-api: fix typos, whitespace, line wrappingBrian Paul2012-02-011-6/+6
* st-api: Have context_create explain why creation failedIan Romanick2011-12-231-0/+14
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-231-9/+10
* drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom2011-10-141-1/+46
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-19/+6
* st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul2011-05-191-11/+13
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-0/+5
* gallium: support for array textures and related changesRoland Scheidegger2010-12-022-3/+2
* gallium: Add st_context_iface::share to st_api.Chia-I Wu2010-11-181-0/+6
* gallium: Add st_api::name.Chia-I Wu2010-11-181-0/+5
* gallium: Remove redundant sw and debug target helpersJakob Bornecrantz2010-11-171-67/+0
* graw: Add struct pipe_surface forward declaration.Vinson Lee2010-11-081-1/+2
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-081-0/+21
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-221-1/+0
* gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri2010-09-201-1/+1
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-101-16/+0
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-2/+61
* graw: Include missing header in graw.h.Vinson Lee2010-08-271-0/+1
* graw: Add copyright headers to the interfaces.José Fonseca2010-08-261-0/+27
* graw: Undo late loading of graw drivers.José Fonseca2010-08-261-153/+0
* graw: Include missing header in graw_dl.h.Vinson Lee2010-08-261-2/+3
* graw: Dynamically load graw libraries.José Fonseca2010-08-261-0/+152
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-6/+0
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-282-57/+71
|\
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-241-57/+0
| * gallium: Add drm driver interfaceJakob Bornecrantz2010-06-061-0/+71
* | graw: add parse_geometry_shader helperKeith Whitwell2010-06-071-0/+3
|/
* include/st: new file swrast_screen_create.hKeith Whitwell2010-06-071-0/+67
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-18/+1
* gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz2010-05-251-81/+0
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-5/+13
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-1/+8
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+13
* Merge commit 'origin/graw-tests'Keith Whitwell2010-05-191-8/+15
|\
| * graw: combine graw_init and graw_create_window functionsKeith Whitwell2010-05-141-8/+6