i965: Remove brw->attribs now that we can just always look in the GLcontext.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2009-02-02 Eric Anholti965: Remove brw->attribs now that we can just always...
2009-02-02 Eric Anholti965: Delete old metaops code now that there are no...
2009-01-31 Keith Packardi965: bump texture limit to 4kx4k
2009-01-14 Brian Pauli965: allow larger AA points on fallback path
2009-01-01 Brian Pauli965: increase number of texture samplers to 16
2008-11-21 Eric Anholti915: Don't overwrite i915's Viewport function from...
2008-10-29 Eric Anholti965: Fix check_aperture calls to cover everything...
2008-10-08 Eric Anholti965: Add ARB_occlusion_query support.
2008-09-29 Ian RomanickRemove TNL-to-VP tracking from i965
2008-09-23 Ian Romanicki965: Adapt to new TNL program tracking semantics
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-16 Ian RomanickRemove redundant initalization of MaxTextureUnits
2008-07-02 Brian Paulset ctx->Const.MaxVertexTextureImageUnits = 0
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-24 Eric Anholtintel: Same pixel function init for everyone now.
2008-02-29 Xiang, Haihaoi965: use _Current pointer instead of Current pointer.
2008-02-27 Kristian Høgsbergintel: Always use intelInitExtensions() for initializin...
2008-02-26 Kristian Høgsbergi965: Setup framebuffer texture in meta_draw_region.
2008-02-26 Kristian Høgsbergintel: Add missing include file to silence last couple...
2008-02-25 Xiang, Haihaoi965: fix assertion failure caused by commit dd1d66fc4a...
2008-02-23 Kristian Høgsbergintel: Merge intel_context.c from i915 and i965.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-14 Eric Anholt[965] Replace the state cache suballocator with direct...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-28 Xiang, Haihaoi965: update RefCount when using Vertex/Fragment program.
2007-11-20 Eric Anholt[965] Replace 965 texture format code with common code.
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-08 Zou Nan hai Only vertex program fix, bypass tnl vertex program
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-27 Eric Anholt[965] Remove AUB file support.
2007-09-27 Zou Nan hai fix issue when only fragment shader or vertex shader...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-17 Zou Nan hai Use ProgramStringNotify
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-04-12 Zou Nan hai Initial 965 GLSL support
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-29 Eric AnholtAdd accelerated CopyPixels for non-overlapping, 1:1...
2006-10-31 Keith Whitwellcleanup code, compiles with vbo changes
2006-10-30 Keith Whitwellcheckpoint - remove dead files, otherwise untested
2006-09-08 Keith WhitwellBasic facility for playing back captured aubfiles....
2006-09-07 Keith WhitwellConsistent return values from the bm* functions.
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.