[i915] Remove old frontbuffer rotation hack.
[mesa.git] / src / mesa / drivers / dri / i915 / intel_context.c
2007-11-09 Eric Anholt[i915] Remove old frontbuffer rotation hack.
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-10 Kristian HøgsbergMove swap_interval to new extension mechanism.
2007-09-24 Eric AnholtRemove leftover code for i915_texprog.c noticed in...
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-09-11 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-11 Jesse Barnesintel: disentangle planes & pipes
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-05 Wang ZhenyuAdd PCI IDs for the G33, Q33, and Q35 chipsets.
2007-05-31 Wang Zhenyui915: Add support for 945GME chip
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 BrianReplace initInitState() with _mesa_init_driver_state().
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-16 Brianremove _tnl_arb_vertex_program_stage
2007-04-10 Michel Dänzeri915: Bring test for vsync to pipe B in line with i915tex.
2007-04-05 Brianinclude points.h to fix warnings
2007-04-04 Xiang, Haihaoi810/i915/i915tex: reinitialize the context point state
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Brian Paulremove GetBufferSize = NULL; assignment
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-10-17 Brian Paulremove obsolete intelBufferSize(), bump driver date
2006-10-16 Brian PaulUpdates to intelWindowMoved():
2006-10-15 Brian Paulminor clean-up: s/intel->driDrawable/dPriv/
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-09-28 Michel DänzerSynchronize drawable to the pipe where the bigger part...
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
2006-09-01 Roland Scheideggerfix the presumably broken check for the allow_large_tex...
2006-08-28 Brian Paulremove unused var
2006-08-28 Brian Paulfix the check for force_s3tc_enable (bug 8042)
2006-08-18 Alan HourihaneFix writemasks on texture arb fp instructions.
2006-06-15 Keith WhitwellCall _mesa_resize_framebuffer() within intelWindowMoved...
2006-06-12 Alan Hourihanefire vertices before context destruction.
2006-04-01 Eric AnholtCall driUpdateFramebufferSize when we've found an updat...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-02-06 Dave Airlieadd vblank support to i915 driver
2006-01-23 Alan HourihaneAdd Intel 945GM support
2005-12-30 Keith Whitwellrecalculate state on drawable changes
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-05-31 Alan HourihaneAdd Intel(R) 945G support (Keith Whitwell, Tungsten...
2005-05-09 Keith Whitwellcheck for null DrawBuffer values
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-01-07 Ian RomanickRevert some accidental cross-merge changes. Remove...
2005-01-06 Alan HourihaneAdd Intel i915GM support, and these extensions.
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-19 Ian RomanickAdd GL_ARB_texture_cube_map support for i830. Most...
2004-09-19 Ian RomanickAdded GL_ARB_point_parameters support for i830.
2004-09-19 Ian RomanickMerge in all the i830 functional differences from the...
2004-07-15 Dave Airliemove config options to same place as other drivers...
2004-07-15 Dave Airlieenable FXT1 texture compression for ixxx chipsets
2004-06-18 Keith Whitwelladd missing license texts
2004-06-10 Keith WhitwellNew driver for i915 as well as older i830/i845/i865...