summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.c
AgeCommit message (Expand)Author
2011-01-20intel: Fix typeos from 3d028024 and 790ff232Ian Romanick
2011-01-20i965: Set correct values for range/precision of fragment shader typesIan Romanick
2011-01-04i965: Use last vertex convention for quad provoking vertex on sandybridgeZhenyu Wang
2010-12-01i965: Enable IF statements in the VS.Eric Anholt
2010-11-10i965: re-enable gen6 IF statements in the fragment shader.Eric Anholt
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-10-07i965: Disable emitting if () statements on gen6 until we really fix them.Eric Anholt
2010-09-22intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick
2010-09-13i965: Request that returns be lowered in shader mainIan Romanick
2010-09-09glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-08-20i965: Set the maximum number of threads on Sandybridge.Zhenyu Wang
2010-08-20i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.Zhenyu Wang
2010-06-23Merge branch 'shader-file-reorg'Brian Paul
2010-06-12i965: Remove unnecessary header.Vinson Lee
2010-06-11i965: Set the CC VP state immediately on state change.Eric Anholt
2010-06-10i965: remove UseProgram driver callbackBrian Paul
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-10i965: remove UseProgram driver callbackBrian Paul
2010-06-09i965: Avoid calloc/free in the CURBE upload process.Eric Anholt
2010-05-16i965: Remove the half-baked code for multiple OQs at the same time.Eric Anholt
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang
2010-03-10i965: Use the PLN instruction when possible in interpolation.Eric Anholt
2010-02-25i965: Don't include SNB in has_negative_rhw_bug.Eric Anholt
2010-02-25i965: Fix up the VF stats packet header.Eric Anholt
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-01-25i965: Fix build after merge of mesa stable branch.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22i965: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-22intel: Replace IS_965 checks with context structure usage.Eric Anholt
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt
2009-12-10intel: Attempt to fix up after "Update vertex texture code."Eric Anholt
2009-12-01mesa: Update vertex texture code after gallium changes.Michal Krol
2009-10-29i965: define, use BRW_MAX_DRAW_BUFFERSBrian Paul
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-02Revert "i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buf...Eric Anholt
2009-08-28i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range.Eric Anholt
2009-08-26i965: Increase assmebly shader program parameter limitsIan Romanick
2009-08-26ARB prog: Change handling of program parameter limitsIan Romanick
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger
2009-02-16i965: tell GLSL compiler to emit code using condition codesBrian Paul
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt
2009-01-30i965: bump texture limit to 4kx4kKeith Packard