summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_context.c
AgeCommit message (Expand)Author
2010-01-28intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22i915: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-10intel: Attempt to fix up after "Update vertex texture code."Eric Anholt
2009-10-01i915: Add support for varying inputs.Eric Anholt
2009-10-01i915: Update and translate the fragment program along with state updates.Eric Anholt
2009-08-27i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14Eric Anholt
2009-08-26ARB prog: Change handling of program parameter limitsIan Romanick
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger
2009-04-22i915: check the new _NEW_PROGRAM_CONSTANT flagBrian Paul
2009-04-16i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt
2009-02-17intel: Clean up several 965 memory leaks on context destroy.Eric Anholt
2009-01-28intel: Fix up some extension string issuesIan Romanick
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2008-12-30intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-07-25Merge branch 'master' into drm-gemIan Romanick
2008-07-16intel: Clean-up ARB_texture_env_crossbarIan Romanick
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-24intel: Same pixel function init for everyone now.Eric Anholt
2008-06-18i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt
2008-06-17[intel] Fix no_rast option on non-965.Eric Anholt
2008-05-05Temporarily disable intel pixel ops on i915 for GEMKeith Packard
2008-02-25intel: Add missing include file to silence last couple of warnings.Kristian Høgsberg
2008-02-22intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg
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-03-27Restore the UseTexEnvProgram logic.Brian
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian
2006-12-15vertex/fragment program field changesBrian
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-16Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...Brian Paul
2006-10-10Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell
2006-09-01fix the presumably broken check for the allow_large_textures and vblank_mode ...Roland Scheidegger
2006-04-07Fix some warnings on x86_64Alan Hourihane
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul
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-09i915 will use _TexEnvProgram (if active)Keith Whitwell