summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
Commit message (Expand)AuthorAgeFilesLines
* 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
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-131-0/+2
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-0/+35
* swrast: fix readback regression since inversion fixDave Airlie2013-12-101-1/+1
* mesa/swrast: fix inverted front buffer rendering with old-school swrastDave Airlie2013-11-211-2/+2
* swrast: add missing notify_reset parameter to dri_create_context()Brian Paul2013-11-081-0/+1
* swrast: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-243-25/+18
* swrast: add correct include for out-of-tree buildsEmil Velikov2013-10-151-0/+1
* dri: Move API version validation into dri/common.Eric Anholt2013-10-101-16/+4
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-101-1/+2
* mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-011-3/+0
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-231-1/+2
* swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-56/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-232-6/+8
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-232-2/+2
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-232-2/+2
* swrast: Fix memory leak.Vinson Lee2013-02-011-0/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+8
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* swrast: swrastFillInModes doesn't do 8-bit modes, so don't tryIan Romanick2012-11-091-3/+1