aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.Bryan Cain2011-08-311-1/+1
* intel: Make our context structure be a ralloc context.Eric Anholt2011-07-111-2/+2
* i915: Gut all remaining bits of hardware fogIan Romanick2011-04-211-2/+6
* i915: Force lowering of all types of indirect array accesses in the FSIan Romanick2011-02-101-3/+11
* intel: Fix typeos from 3d028024 and 790ff232Ian Romanick2011-01-201-10/+10
* i915: Set correct values for range/precision of fragment shader typesIan Romanick2011-01-201-0/+14
* i915: Request that POW instructions be loweredIan Romanick2010-12-011-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* dri/i915: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* i915: Remove a dead if (0) block.Eric Anholt2010-09-231-3/+0
* glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick2010-09-091-0/+1
* glsl: make compiler options per-targetLuca Barbieri2010-09-081-1/+5
* i915: Ask the compiler to flatten out all the if statements that it can.Eric Anholt2010-07-191-0/+2
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-2/+3
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt2010-01-281-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-5/+0
|\
| * i915: Remove unnecessary headers.Vinson Lee2010-01-221-5/+0
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* | intel: Attempt to fix up after "Update vertex texture code."Eric Anholt2009-12-101-0/+3
|/
* i915: Add support for varying inputs.Eric Anholt2009-10-011-1/+1
* i915: Update and translate the fragment program along with state updates.Eric Anholt2009-10-011-0/+3
* i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14Eric Anholt2009-08-271-0/+1
* ARB prog: Change handling of program parameter limitsIan Romanick2009-08-261-0/+3
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-0/+2
* i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt2009-07-291-0/+2
* 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