summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_context.c
AgeCommit message (Expand)Author
2011-02-10i915: Force lowering of all types of indirect array accesses in the FSIan Romanick
2011-01-20intel: Fix typeos from 3d028024 and 790ff232Ian Romanick
2011-01-20i915: Set correct values for range/precision of fragment shader typesIan Romanick
2010-12-01i915: Request that POW instructions be loweredIan Romanick
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-30dri/i915: remove duplicated includeNicolas Kaiser
2010-09-23i915: Remove a dead if (0) block.Eric Anholt
2010-09-09glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-07-19i915: Ask the compiler to flatten out all the if statements that it can.Eric Anholt
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
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