aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-091-44/+2
* Refactor and fix core vblank supportJesse Barnes2007-10-291-8/+8
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-1/+1
* Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt2007-09-241-4/+0
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+797
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-776/+0
* intel: disentangle planes & pipesJesse Barnes2007-09-111-10/+10
* Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-051-0/+6
* i915: Add support for 945GME chipWang Zhenyu2007-05-311-0/+2
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-221-95/+0
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer2007-04-101-1/+1
* include points.h to fix warningsBrian2007-04-051-0/+1
* i810/i915/i915tex: reinitialize the context point stateXiang, Haihao2007-04-041-0/+5
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-1/+0
|\
| * remove GetBufferSize = NULL; assignmentBrian Paul2006-11-021-1/+0
* | switch several dri drivers overKeith Whitwell2006-10-301-4/+4
|/
* remove obsolete intelBufferSize(), bump driver dateBrian Paul2006-10-171-23/+2
* Updates to intelWindowMoved():Brian Paul2006-10-161-6/+8
* minor clean-up: s/intel->driDrawable/dPriv/Brian Paul2006-10-151-1/+1
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-4/+0
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Synchronize drawable to the pipe where the bigger part can be visible.Michel Dänzer2006-09-281-0/+30
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* fix the presumably broken check for the allow_large_textures and vblank_mode ...Roland Scheidegger2006-09-011-1/+1
* remove unused varBrian Paul2006-08-281-1/+0
* fix the check for force_s3tc_enable (bug 8042)Brian Paul2006-08-281-1/+1
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-10/+0
* Call _mesa_resize_framebuffer() within intelWindowMoved(). FixesKeith Whitwell2006-06-151-0/+6
* fire vertices before context destruction.Alan Hourihane2006-06-121-0/+1
* Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,Eric Anholt2006-04-011-0/+2
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-1/+24
* add vblank support to i915 driverDave Airlie2006-02-061-1/+21