mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
[mesa.git] / src / mesa / drivers / dri / common /
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/common
2012-09-28 Ian Romanickdri_util: Use calloc to allocate __DRIcontext
2012-09-17 Eric Anholtdri: Reuse dri_test.c for stub glapi symbols for unit...
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-31 Tapani Pällixmlconfig: use __progname when building for Android
2012-08-29 Ian Romanickmesa/dri: Allow creation of forward-compatible contexts
2012-08-14 Ian Romanickdri_util: Compare against the correct API enums
2012-08-14 Ian Romanickdri: Pass API_OPENGL_CORE through to the drivers
2012-08-07 Chad Versacedri: Simplify use of driConcatConfigs
2012-08-06 Ian Romanickdri2: Fix bug in attribute handling for non-desktop...
2012-07-19 Kenneth Graunkedrirc: Add disable_blend_func_extended workaround for...
2012-07-19 Kenneth Graunkei965: Add a driconf option to disable GL_ARB_blend_func...
2012-07-11 Ian Romanickdri2: Hard-code the DRI2 version
2012-06-21 Eric Anholtmake: Fold ASM_CFLAGS into DEFINES.
2012-03-21 Eric Anholtdrirc: Add missing XML attributes that made the driconf...
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-17 Brian Pauldri_util: add copyright/license blurb
2012-03-09 Kenneth Graunkedrirc: Add force_glsl_extensions_warn workaround for...
2012-02-03 Eric Anholtdri: Add Unigine Tropics as an app that requires the...
2012-02-03 Eric Anholtdri: Fix typo in xml file that made all applications...
2012-01-30 Eric Anholtdri: Add a default drirc to be installed to provide...
2012-01-30 Eric Anholti965: Add a driconf option to force GLSL extension...
2012-01-27 Matt Turnerdri common: add .gitignore
2012-01-27 Eric Anholtdri: Move the compile of the common files to a convenie...
2012-01-24 Brian Pauldri: remove all the obsolete spantmp files
2012-01-02 Ian Romanickdri_util: Fix order of error and data parameters to...
2012-01-02 Ian Romanickdri2: Add plumbing to get context version requirements...
2012-01-02 Ian Romanickdri_util: Mostly stub implementation of dri2CreateConte...
2011-12-24 Brian Paulmesa: remove gl_renderbuffer::PutRowRGB()
2011-12-24 Brian Paulmesa: remove gl_renderbufer::PutMonoRow() and PutMonoVa...
2011-12-23 Ian Romanickdri2: Add createContextAttribs entry point for DRISW...
2011-12-23 Ian Romanickdri2: Add createContextAttribs entry point for DRI2...
2011-11-04 George Sapountzisdri: cosmetic
2011-11-04 George Sapountzisdri_util: move drawable functions
2011-11-04 George Sapountzisdri_util: move context functions
2011-11-04 George Sapountzisdri_util: move context functions
2011-11-04 George Sapountzisdri_util: move screen functions
2011-11-04 George Sapountzisdri: drop stray includes and typedef
2011-11-04 George Sapountzisdri: move __driUtilMessage to xmlconfig.c
2011-11-04 George Sapountzisdri: drop drisw_util.h
2011-11-04 George Sapountzisdri: reorder as driver,screen,context,drawable
2011-11-04 George Sapountzisdri: unify __DRIcontextRec, __DRIdrawableRec
2011-11-04 George Sapountzisdri: unify __DRIscreenRec
2011-11-04 George Sapountzisdri: unify __DriverAPIRec
2011-11-04 George Sapountzisdri: drop drmLock remnants
2011-11-02 Carl-Philip Haenschdriconf: updated german translation
2011-11-02 Carl-Philip Haenschdriconf: updated de.po
2011-11-02 Kristian Høgsbergdri: Remove unused memops.h
2011-11-02 Kristian Høgsbergdri: Remove a few unused dri helper functions
2011-11-02 Kristian Høgsbergdri: Remove unused dri texmem.c
2011-11-02 Kristian Høgsbergdri: Drop unused dri renderbuffer helper functions
2011-11-02 Kristian Høgsbergdri: Move driUpdateFramebufferSize to dri_util.c
2011-11-02 Kristian Høgsbergdri: Remove unnecessary #defines and #includes
2011-11-02 Kristian Høgsbergdri: Remove unnecessary timestamp pointer indirection
2011-11-02 Kristian Høgsbergdri: Remove unused fields from __DriverAPIRec
2011-11-02 Kristian Høgsbergdri: Remove dri2.enabled flag
2011-11-02 Kristian Høgsbergdri: Remove DRI1 fields from DRI structs
2011-11-02 Kristian Høgsbergdri: Remove remaining DRI1 vblank code
2011-11-02 Kristian Høgsbergdri: Remove cliprect information from __DRIdrawable
2011-11-02 Kristian Høgsbergdri: Drop unused driCalculateSwapUsage
2011-11-02 Kristian Høgsbergdri: Remove unused driIntersectArea
2011-11-02 Kristian Høgsbergdri: Drop __driUtilUpdateDrawableInfo and helper macros
2011-11-02 Kristian Høgsbergdri: Remove unused driSwapBuffers
2011-11-02 Kristian Høgsbergdri: Drop unused driCreateNewContext
2011-11-02 Kristian Høgsbergdri: Fold driCreateNewDrawable into dri2CreateNewDrawable
2011-11-02 Kristian Høgsbergdri: Remove unsused driCreateNewScreen
2011-11-02 Kristian Høgsbergdri: Remove unused __DRIswapInfoRec
2011-11-02 Kristian Høgsbergdri: Remove driMediaStreamCounterExtension
2011-11-02 Kristian Høgsbergdri: Remove driSwapControlExtension
2011-11-02 Kristian Høgsbergdri: Drop driCopySubBufferExtension
2011-11-02 Kristian Høgsbergdri: Drop driReadDrawableExtension
2011-11-02 Kristian Høgsbergdri: Drop driLegacyExtension
2011-10-28 Eric Anholtdri: Drop _dri_texformats that just obfuscate MESA_FORM...
2011-09-14 Andrew DeasonDRI: Log something if we don't support legacy DRI
2011-09-09 Ian Romanickdri: Remove all extension enabling utility functions
2011-09-09 Ian Romanickspantmp2: Silence many "warning: unused parameter ...
2011-09-09 Ian Romanickdri: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickdri_util: Silence several "warning: unused parameter"
2011-08-30 Chad Versacedri: Build libmesa_dri_common for Android
2011-08-30 Chad Versacemake: Factor out source lists from drivers/dri/common...
2011-08-29 Ian Romanickmesa: Remove all mention of MESA_FORMAT_CI8
2011-08-27 Ian Romanickdri: Remove unused header files mmx.h and spantmp.h
2011-08-27 Ian Romanickdri: Remove driRenderbuffer::backBuffer field
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-19 Lauri Kasanendriconf: Add the PP descriptions
2011-08-17 Lauri Kasanenxmlpool.h: fix a typo
2011-08-17 Lauri Kasanenxmlconfig: Make the error message more informative
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-15 Marek Olšákxmlconfig: remove an unused-but-set variable
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-18 Eric AnholtRevert "intel: Add spans code for the ARB_texture_rg...
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-09 Alan CoopersmithFix GET_PROGRAM_NAME() on Solaris to not try to modify...
2011-04-05 Ian Romanickdri: Remove driver date from renderer string
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
next