aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
Commit message (Expand)AuthorAgeFilesLines
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-091-3/+3
* mesa: Prevent classic swrast crash on a surfaceless context v2.Mathias Fröhlich2019-05-281-1/+8
* meson: lift driver-collection out into parent build-fileErik Faye-Lund2019-05-021-3/+0
* Delete autotoolsDylan Baker2019-04-151-42/+0
* mesa: fold _glapi_check_multithread() back into _mesa_make_currentEmil Velikov2018-10-031-2/+0
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-071-1/+1
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-271-1/+5
* swrast: Fix eglMakeCurrent(dpy, NULL, NULL, ctx) (v2)Adam Jackson2018-07-091-21/+20
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-311-0/+1
* swrast: remove non-applicable GLX_SWAP_COPY_OML commentEmil Velikov2018-01-251-3/+0
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-161-0/+1
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-7/+9
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-0/+1
* meson: build classic swrastDylan Baker2017-10-091-0/+30
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+1
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-1/+1
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-07-241-0/+1
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-07-191-1/+0
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-141-0/+1
* mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák2017-06-221-0/+3
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-091-1/+0
* mesa: stop passing state bitfield to UpdateState()Timothy Arceri2017-06-091-1/+3
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-4/+2
* swrast: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-2/+4
* dri/swrast: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* swrast: fix incorrectly positioned putImage() in swrast driverBrian Paul2016-08-251-2/+2
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-231-1/+1
* swrast: remove unneeded __NOT_HAVE_DRM_H defineEmil Velikov2015-07-221-1/+0
* dri/swrast: automake: add LIBDRM_CFLAGSEmil Velikov2015-07-221-0/+1
* swrast: Build fix for SolarisAlan Coopersmith2015-05-201-1/+3
* egl/swrast: Enable config extension for swrastAxel Davy2015-05-111-0/+1
* swrast: Build fix for darwinJeremy Huddleston Sequoia2015-05-061-0/+16
* swrast: replace __FUNCTION__ with __func__Marius Predut2015-04-142-3/+3
* swrast: include stdio.h where neededBrian Paul2015-03-051-0/+1
* swrast: replace INLINE with inlineBrian Paul2015-02-262-6/+6
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand2015-01-081-0/+1
* swrast: Fix -Wduplicate-decl-specifier warningJeremy Huddleston Sequoia2015-01-011-2/+2
* swrast: Add headers to distribution.Matt Turner2014-12-121-1/+2
* mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke2014-09-191-3/+0
* dri/swrast: add GLX_MESA_query_renderer supportEmil Velikov2014-08-151-2/+71
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-281-3/+5
* swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2()Brian Paul2014-02-021-3/+1
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-3/+3
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-7/+7
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-3/+3
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-5/+1
* swrast: silence driContextSetFlags() parameter type warningBrian Paul2013-12-171-1/+1