summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_context.c
AgeCommit message (Expand)Author
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg
2007-09-24Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2007-09-11intel: disentangle planes & pipesJesse Barnes
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31i915: Add support for 945GME chipWang Zhenyu
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-04-10i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer
2007-04-05include points.h to fix warningsBrian
2007-04-04i810/i915/i915tex: reinitialize the context point stateXiang, Haihao
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-02remove GetBufferSize = NULL; assignmentBrian Paul
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-17remove obsolete intelBufferSize(), bump driver dateBrian Paul
2006-10-16Updates to intelWindowMoved():Brian Paul
2006-10-15minor clean-up: s/intel->driDrawable/dPriv/Brian Paul
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-09-28Synchronize drawable to the pipe where the bigger part can be visible.Michel Dänzer
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer
2006-09-01fix the presumably broken check for the allow_large_textures and vblank_mode ...Roland Scheidegger
2006-08-28remove unused varBrian Paul
2006-08-28fix the check for force_s3tc_enable (bug 8042)Brian Paul
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane
2006-06-15Call _mesa_resize_framebuffer() within intelWindowMoved(). FixesKeith Whitwell
2006-06-12fire vertices before context destruction.Alan Hourihane
2006-04-01Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,Eric Anholt
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-02-06add vblank support to i915 driverDave Airlie
2006-01-23Add Intel 945GM supportAlan Hourihane
2005-12-30recalculate state on drawable changesKeith Whitwell
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-05-31Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics)Alan Hourihane
2005-05-09check for null DrawBuffer valuesKeith Whitwell
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-07Revert some accidental cross-merge changes. Remove i915GetString. MigrateIan Romanick
2005-01-06Add Intel i915GM support, and these extensions.Alan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-19Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick
2004-09-19Added GL_ARB_point_parameters support for i830.Ian Romanick
2004-09-19Merge in all the i830 functional differences from the old i830 driver.Ian Romanick
2004-07-15move config options to same place as other drivers (again for S3TC patch later)Dave Airlie