summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Intel 945GM supportAlan Hourihane2006-01-231-12/+83
* recalculate state on drawable changesKeith Whitwell2005-12-301-2/+21
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-9/+18
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-1/+1
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-41/+56
* Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics)Alan Hourihane2005-05-311-1/+3
* check for null DrawBuffer valuesKeith Whitwell2005-05-091-9/+16
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-8/+9
* Revert some accidental cross-merge changes. Remove i915GetString. MigrateIan Romanick2005-01-071-7/+11
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-061-22/+12
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-3/+0
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-1/+9
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-2/+2
* Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick2004-09-191-1/+2
* Added GL_ARB_point_parameters support for i830.Ian Romanick2004-09-191-0/+1
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-21/+21
* move config options to same place as other drivers (again for S3TC patch later)Dave Airlie2004-07-151-3/+0
* enable FXT1 texture compression for ixxx chipsetsDave Airlie2004-07-151-0/+2
* add missing license textsKeith Whitwell2004-06-181-0/+20
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+666