mesa: add support for using API_OPENGL_CORE
[mesa.git] / src / mesa / main / uniforms.h
2012-07-20 Eric Anholtmesa: Add support for glGetActiveUniformsiv on non...
2012-07-20 Eric Anholtmesa: Move the _mesa_uniform_merge_location_offset...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-11 Ian Romanickmesa: Validate sampler settings using uniform storage
2011-11-09 José Fonsecamesa,glsl,mapi: Put extern "C" { ... } where appropriate.
2011-11-08 Brian Paulmesa: fix signed/unsigned integer comparison warnings
2011-11-07 Ian Romanickmesa: Rewrite the way uniforms are tracked and handled
2011-11-07 Ian Romanickmesa: Add _mesa_uniform_{attach,detach_all}_driver_stor...
2011-11-07 Ian Romanickmesa: Add _mesa_propagate_uniforms_to_driver_storage
2011-11-07 Ian Romanickmesa: Move {split,merge}_location_offset to uniforms.h
2011-11-07 Ian Romanickmesa: Make get_uniform available outside compilation...
2011-10-19 Ian Romanickmesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-26 Brian PaulSquashed commit of the following:
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-29 Brian Paulmesa: add glGetUniformuiv(), plug in uint glUniform...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-28 Eric Anholtmesa: Move the list of builtin uniform info from ir_to_...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-24 Eric Anholtglsl: Set up uniform initializers by walking the shader...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-30 Vinson Leemesa: Add missing header and forward declarations to...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-11 Brian Paulmesa: move uniforms.c to main/