aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-151-1/+1
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-241-1/+1
* i915: Delete swizzling detection logic.Kenneth Graunke2018-11-171-2/+0
* mesa: drop legacy no_rast dri optionTimothy Arceri2018-08-211-1/+1
* i915: remove early_z dri optionTimothy Arceri2018-08-211-2/+0
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-171-1/+1
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-311-0/+1
* intel: Don't flush the old context in intelMakeCurrentNeil Roberts2017-11-061-9/+0
* 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/+2
* 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