mesa: include mtypes.h less
[mesa.git] / src / mesa / drivers / dri / i915 / intel_context.h
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-01-26 Ian Romanickmesa: Pass the translated color logic op dd_function_ta...
2017-08-02 Dave Airliemesa/dri: drop unneeded mm.h include
2017-02-21 Emil Velikovi915: remove extern "C" guards
2017-02-21 Emil Velikovi915: remove 'virtual' and extern C workarounds
2016-10-14 Mauro Rossii915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Emil Velikovi915: limit extern "C" hack only for libdrm headers
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-06 Ville Syrjäläi915: Drop broken front_buffer_reading/drawing optimization
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-13 Emil Velikovi915: remove unused driFd variable
2015-04-27 Zoë BladeFix a few typos
2015-03-02 Matt Turneri915: Remove hand-rolled memcpy implementation.
2015-02-26 Brian Pauli915: replace INLINE with inline
2014-12-06 Matt Turnermesa: Add a source parameter to _mesa_gl_debug.
2014-11-13 Ville Syrjäläi915: Kill intel_context::hw_stencil
2014-04-08 Iago Toral Quirogai915: Fix build error.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-13 Kristian Høgsbergdri_util: Don't assume __DRIcontext->driverPrivate...
2013-11-08 Ian Romanicki915: Refactor the renderer string creation out of...
2013-11-08 Ian Romanicki915: Refactor the vendor string out of intelGetString
2013-11-05 Ian Romanicki915: Bring sanity to the Viewport function
2013-10-13 Kenneth Graunkemesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
2013-10-13 Kenneth Graunkemesa: Move ROUND_DOWN_TO() macro from i915/i965 to...
2013-06-28 Kenneth Graunkeintel: Remove unused INTEL_MAX_FIXUP macro.
2013-06-28 Eric Anholti915: Remove a duplicated set of PCI IDs.
2013-06-28 Eric Anholti915: Remove various remaining dead code.
2013-06-28 Eric Anholti915: Remove dead debug flags.
2013-06-28 Eric Anholti915: Remove state batch emit support.
2013-06-28 Eric Anholti915: Remove gen6+ batchbuffer support.
2013-06-28 Eric Anholti915: Drop context fields specific to 965+ chipsets.
2013-06-28 Eric Anholti915: Remove the remainder of the batchbuffer caching.
2013-06-28 Eric Anholti915: Remove miscellanous uncalled gen4 code from forme...
2013-06-28 Eric Anholti915: Remove most of the code under gen >= 4 checks.
2013-06-28 Eric Anholti915: Remove separate stencil code.
2013-06-28 Eric Anholti915: Remove all the MSAA support code.
2013-06-28 Eric Anholti915: Remove all the HiZ code from i915.
2013-06-26 Eric Anholti915: Fork the shared code from i965.
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-02-22 Kristian HøgsbergMerge {i915,i965}/intel_context.h as intel/intel_context.h
2008-02-22 Alan HourihaneUse drm_i915_sarea instead of drmI830Sarea and remove...
2008-02-13 Eric Anholt[intel] Fix 965 rendering with non-TTM by merging intel...
2008-01-17 Eric Anholt[i915] Fix driver from cliprects changes, and clean...
2008-01-09 Eric Anholt[intel] Rename lost_hardware vtbl entry to new_batch.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-25 Xiang, Haihaoi915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806...
2007-12-20 Eric Anholt[i915] Move meta_draw_quad into the vtbl with other...
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-12 Eric Anholt[intel] Move bufmgr back to context instead of screen...
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-26 Keith Whitwelli915: Catch cases where not all state is emitted for...
2007-11-17 Eric Anholt[intel] Move additional code to be shared from intel_co...
2007-11-16 Eric Anholt[i915] Add INTEL_DEBUG=sync debug flag to wait for...
2007-11-09 Eric Anholt[i915] Remove old frontbuffer rotation hack.
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-04 Eric Anholt[965] Replace various alignment code with a shared...
2007-10-04 Eric AnholtReplace duplicated intel_reg.h with a shared header.
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-24 Eric AnholtMove i915tex driver into place as just i915.
2007-09-24 Eric AnholtRemove the old i915 driver now that i915tex works witho...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-29 Roland Scheideggerfix fallback crashes when driver can't handle frag...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
next