summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.c
AgeCommit message (Expand)Author
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
2009-01-14i965: allow larger AA points on fallback pathBrian Paul
2009-01-01i965: increase number of texture samplers to 16Brian Paul
2008-11-21i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt
2008-10-28i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt
2008-10-07i965: Add ARB_occlusion_query support.Eric Anholt
2008-09-28Remove TNL-to-VP tracking from i965Ian Romanick
2008-09-22i965: Adapt to new TNL program tracking semanticsIan 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-16Remove redundant initalization of MaxTextureUnitsIan Romanick
2008-07-02set ctx->Const.MaxVertexTextureImageUnits = 0Brian Paul
2008-06-24intel: Same pixel function init for everyone now.Eric Anholt
2008-02-29i965: use _Current pointer instead of Current pointer.Xiang, Haihao
2008-02-27intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg
2008-02-26i965: Setup framebuffer texture in meta_draw_region.Kristian Høgsberg
2008-02-25intel: Add missing include file to silence last couple of warnings.Kristian Høgsberg
2008-02-25i965: fix assertion failure caused by commit dd1d66fc4ab5d7064113a2017a431c34...Xiang, Haihao
2008-02-22intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg
2007-12-14[965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt
2007-11-28i965: update RefCount when using Vertex/Fragment program.Xiang, Haihao
2007-11-20[965] Replace 965 texture format code with common code.Eric Anholt
2007-10-26Merge branch '965-glsl'Zou Nan hai
2007-10-08 Only vertex program fix, bypass tnl vertex programZou Nan hai
2007-09-27[965] Remove AUB file support.Eric Anholt
2007-09-27 fix issue when only fragment shader or vertex shader is usedZou Nan hai
2007-07-17 Use ProgramStringNotifyZou Nan hai
2007-04-12 Initial 965 GLSL supportZou Nan hai
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell