aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_context.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'const-buffer-changes'Brian Paul2009-05-011-1/+1
|\
| * i915: check the new _NEW_PROGRAM_CONSTANT flagBrian Paul2009-04-221-1/+1
* | intel: fix max anisotropy supportedRoland Scheidegger2009-04-221-0/+2
|/
* i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt2009-04-161-1/+0
* intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-171-0/+2
* intel: Fix up some extension string issuesIan Romanick2009-01-281-13/+0
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-071-1/+0
* intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao2008-12-301-0/+1
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-2/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-0/+3
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-3/+0
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-1/+0
|\
| * intel: Clean-up ARB_texture_env_crossbarIan Romanick2008-07-161-1/+0
* | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-241-1/+0
|\|
| * intel: Same pixel function init for everyone now.Eric Anholt2008-06-241-1/+0
* | i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt2008-06-181-1/+1
* | [intel] Fix no_rast option on non-965.Eric Anholt2008-06-171-0/+3
* | Temporarily disable intel pixel ops on i915 for GEMKeith Packard2008-05-051-1/+1
|/
* intel: Add missing include file to silence last couple of warnings.Kristian Høgsberg2008-02-251-0/+1
* intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg2008-02-221-0/+12
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+174
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-186/+0
* Restore the UseTexEnvProgram logic.Brian2007-03-271-0/+1
* Update DRI drivers for new glsl compiler.Brian2007-02-231-1/+1
* Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-2/+3
|\
| * switch several dri drivers overKeith Whitwell2006-10-301-2/+3
* | vertex/fragment program field changesBrian2006-12-151-2/+1
|/
* Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...Brian Paul2006-10-161-0/+1
* Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell2006-10-101-0/+2
* fix the presumably broken check for the allow_large_textures and vblank_mode ...Roland Scheidegger2006-09-011-1/+1
* Fix some warnings on x86_64Alan Hourihane2006-04-071-1/+1
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-3/+5
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-9/+8
* remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul2005-09-091-1/+1
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-2/+2
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-7/+8
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-091-2/+4
* Revert some accidental cross-merge changes. Remove i915GetString. MigrateIan Romanick2005-01-071-74/+3
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-061-4/+27
* Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick2004-09-191-1/+0
* Added GL_ARB_point_parameters support for i830.Ian Romanick2004-09-191-1/+0
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-4/+1
* add missing license textsKeith Whitwell2004-06-181-0/+20
* re-enable rect textureAlan Hourihane2004-06-111-1/+1
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+211