summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_context.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i915: Remove i965+ chip names.Kenneth Graunke1-1/+0
2013-06-28i915: Remove GLES 3.0 sRGB workaround.Kenneth Graunke1-52/+0
2013-06-28i915: Remove dead debug flags.Eric Anholt1-10/+0
2013-06-28i915: Drop context fields specific to 965+ chipsets.Eric Anholt1-19/+2
2013-06-28i915: Drop all has_llc code.Eric Anholt1-1/+0
2013-06-28i915: Remove most of the code under gen >= 4 checks.Eric Anholt1-35/+5
2013-06-28i915: Remove separate stencil code.Eric Anholt1-2/+0
2013-06-28i915: Remove the I915 macro from the formerly shared code.Eric Anholt1-2/+0
2013-06-28i915: Remove all the MSAA support code.Eric Anholt1-58/+4
2013-06-28i915: Remove all the HiZ code from i915.Eric Anholt1-8/+0
2013-06-26i915: Fork the shared code from i965.Eric Anholt1-1/+1010
2008-02-22Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg1-862/+1
2008-02-22Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane1-2/+2
2008-02-15Add E7221 variant to i915.Adam Jackson1-0/+4
2008-02-14Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg1-32/+43
2008-02-13[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.Eric Anholt1-0/+5
2008-01-17[intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.Eric Anholt1-1/+1
2008-01-14[i915] Fix recursive lock hang in intelContendedLock handling.Eric Anholt1-2/+2
2008-01-10[intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt1-1/+7
2008-01-09[intel] Simplify intelCreateBuffer() a bit.Kristian Høgsberg1-13/+13
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian1-3/+1
2008-01-03 fix fd.o bug #13761Zou Nan hai1-2/+2
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt1-1/+1
2007-12-18[915] Free dri_bufmgr after mesa context data.Eric Anholt1-2/+2
2007-12-13[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.Eric Anholt1-2/+2
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt1-17/+101
2007-11-29[i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake.Eric Anholt1-0/+2
2007-11-16[i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them.Eric Anholt1-0/+1
2007-11-09[i915] Remove old frontbuffer rotation hack.Eric Anholt1-44/+2
2007-10-29Refactor and fix core vblank supportJesse Barnes1-8/+8
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg1-1/+1
2007-09-24Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt1-4/+0
2007-09-24Move i915tex driver into place as just i915.Eric Anholt1-0/+797
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt1-776/+0
2007-09-11intel: disentangle planes & pipesJesse Barnes1-10/+10
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu1-0/+6
2007-05-31i915: Add support for 945GME chipWang Zhenyu1-0/+2
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian1-95/+0
2007-04-16remove _tnl_arb_vertex_program_stageBrian1-1/+0
2007-04-10i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer1-1/+1
2007-04-05include points.h to fix warningsBrian1-0/+1
2007-04-04i810/i915/i915tex: reinitialize the context point stateXiang, Haihao1-0/+5
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-1/+0
2006-11-02remove GetBufferSize = NULL; assignmentBrian Paul1-1/+0
2006-10-30switch several dri drivers overKeith Whitwell1-4/+4
2006-10-17remove obsolete intelBufferSize(), bump driver dateBrian Paul1-23/+2
2006-10-16Updates to intelWindowMoved():Brian Paul1-6/+8
2006-10-15minor clean-up: s/intel->driDrawable/dPriv/Brian Paul1-1/+1
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul1-4/+0
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul1-1/+0