summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_program.c
AgeCommit message (Expand)Author
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2010-12-06i965: Nuke brw_wm_glsl.c.Eric Anholt
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-07i965: When using the new FS backend, don't validate the Mesa IR version.Eric Anholt
2010-08-26i965: Fix up and actually enable the NewShader and NewShaderProgram hooks.Eric Anholt
2010-08-26i965: Start building 965 FS backend.Eric Anholt
2010-08-26i965: Add support for destination RelAddr writes in the VS.Eric Anholt
2010-08-26i965: Fix the test for variable indexing of shader inputs.Eric Anholt
2010-08-17i965: Throw a link error when we see a "return" in main().Eric Anholt
2010-07-28ir_to_mesa: Respect the driver if it rejects a shader.Eric Anholt
2010-07-23i965: Cleanly fail programs with unsupported array access.Eric Anholt
2010-06-23Merge branch 'shader-file-reorg'Brian Paul
2010-06-11i965: Split constant buffer setup from its surface state/binding state.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-04-29i965: Reject shaders with uninlined function calls instead of hanging.Eric Anholt
2010-03-09i965: Fix up VP constbuf leak on program delete.Eric Anholt
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-01-22i965: Remove unnecessary headers.Vinson Lee
2009-04-10i965: remove unused varBrian Paul
2009-04-09i965: re-org of some of the new constant buffer codeBrian Paul
2009-04-09i965: free shader's constant buffer in brwDeleteProgram()Brian Paul
2009-04-03i965: check-point commit of new constant buffer supportBrian Paul
2009-03-10i965: use new cast wrappersBrian Paul
2009-03-06i965: avoid unnecessary calls to brw_wm_is_glsl()Brian Paul
2009-02-20i965: var renaming, clean-upBrian Paul
2009-01-12i965: fix broken ARB fp fog optionsBrian Paul
2008-12-03i965: Fix failure to upload new constant data when changing programs.Eric Anholt
2008-05-02[intel] Warnings fixes.Eric Anholt
2008-03-21[965] Add MVP code for position invariant vertex programs.Michal Wajdeczko
2007-09-27[965] Remove AUB file support.Eric Anholt
2007-09-11Fix-up #includes to remove some -I options.Brian
2007-03-27 Fix compile errorZou Nan hai
2007-03-22fix for bug#10339Xiang, Haihao
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt