summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Check return value of screen->image.loader->getBuffersEmil Velikov2016-08-301-6/+9
* i915: correctly parse/set the context flagsEmil Velikov2016-01-221-0/+2
* util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen2015-10-081-2/+3
* i915: Drop broken front_buffer_reading/drawing optimizationVille Syrjälä2015-10-061-5/+7
* i915: Adjust line size limitsVille Syrjälä2015-10-061-2/+2
* i915: remove unused driFd variableEmil Velikov2015-07-131-1/+0
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i915: Kill intel_context::hw_stencilVille Syrjälä2014-11-131-1/+0
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i915: add a missing NULL pointer checkLubomir Rintel2014-05-301-1/+1
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-6/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-13/+2
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-131-0/+1
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-071-4/+109
* dri/intel: Split out DRI2 buffer update code to separate functionKeith Packard2013-11-071-41/+49
* i915: Refactor the renderer string creation out of intelGetStringIan Romanick2013-11-071-13/+21
* i915: Refactor the vendor string out of intelGetStringIan Romanick2013-11-071-2/+2
* i915: Bring sanity to the Viewport functionIan Romanick2013-11-051-6/+22
* i915: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-241-2/+0
* intel: Remove silly check for !bufmgr.Eric Anholt2013-10-101-6/+0
* dri: Move API version validation into dri/common.Eric Anholt2013-10-101-44/+0
* i915: Remove i965+ chip names.Kenneth Graunke2013-07-091-1/+0
* i915: Remove GLES 3.0 sRGB workaround.Kenneth Graunke2013-06-281-52/+0
* i915: Remove dead debug flags.Eric Anholt2013-06-281-10/+0
* i915: Drop context fields specific to 965+ chipsets.Eric Anholt2013-06-281-19/+2
* i915: Drop all has_llc code.Eric Anholt2013-06-281-1/+0
* i915: Remove most of the code under gen >= 4 checks.Eric Anholt2013-06-281-35/+5
* i915: Remove separate stencil code.Eric Anholt2013-06-281-2/+0
* i915: Remove the I915 macro from the formerly shared code.Eric Anholt2013-06-281-2/+0
* i915: Remove all the MSAA support code.Eric Anholt2013-06-281-58/+4
* i915: Remove all the HiZ code from i915.Eric Anholt2013-06-281-8/+0
* i915: Fork the shared code from i965.Eric Anholt2013-06-261-1/+1010
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-221-862/+1
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-221-2/+2
* Add E7221 variant to i915.Adam Jackson2008-02-151-0/+4
* Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg2008-02-141-32/+43
* [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.Eric Anholt2008-02-131-0/+5
* [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.Eric Anholt2008-01-171-1/+1
* [i915] Fix recursive lock hang in intelContendedLock handling.Eric Anholt2008-01-141-2/+2
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-1/+7
* [intel] Simplify intelCreateBuffer() a bit.Kristian Høgsberg2008-01-091-13/+13
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-3/+1
* fix fd.o bug #13761Zou Nan hai2008-01-031-2/+2
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-1/+1
* [915] Free dri_bufmgr after mesa context data.Eric Anholt2007-12-181-2/+2
* [intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.Eric Anholt2007-12-131-2/+2
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-17/+101
* [i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake.Eric Anholt2007-11-291-0/+2
* [i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them.Eric Anholt2007-11-161-0/+1