summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.c
AgeCommit message (Expand)Author
2010-12-10i965: support for two-sided lighting on SandybridgeXiang, Haihao
2010-12-08i965: Drop push-mode reladdr constant loading and always use constant_map.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-08i965: Silence unused variable warning on non-debug builds.Vinson Lee
2010-08-04i965: Settle on printing our program debug to stdout.Eric Anholt
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-05-17i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt
2010-01-19i965: Upload as many VS constants as possible through the push constants.Eric Anholt
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-09-24i965: Remove assert about NV_vp now that it somewhat works.Eric Anholt
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
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt
2008-04-18i965: initial attempt at fixing the aperture overflowDave Airlie
2008-01-29i965: new integrated graphics chipset supportXiang, Haihao
2007-12-14[965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt
2007-12-05Revert "[965] Add missing flagging of new stage programs for updating stage s...Eric Anholt
2007-12-05[965] Add missing flagging of new stage programs for updating stage state.Eric Anholt
2007-02-23Update DRI drivers for new glsl compiler.Brian
2006-10-31cleanup code, compiles with vbo changesKeith Whitwell
2006-10-05eliminate rhw divide under some circumstancesKeith Whitwell
2006-09-06Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt