summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* Grammar and spelling fixesJeff Smith2010-03-123-4/+4
* ARB prog parser: added (float) casts and regenerate filesBrian Paul2010-03-112-30/+16
* Revert "mesa: Remove pointless comparison of unsigned integer with a negative...Vinson Lee2010-03-041-4/+9
* glsl: Remove unsigned greater than or equal zero comparison.Vinson Lee2010-03-041-1/+1
* glsl: Remove unsigned greater than or equal zero comparison.Vinson Lee2010-03-041-1/+1
* glsl: Return NULL on _slan_gen_asm error path on non-debug builds.Vinson Lee2010-03-041-0/+1
* glsl: Add assert to check input to strcmp.Vinson Lee2010-03-041-0/+1
* glsl: Add assert to check input to strcmp.Vinson Lee2010-03-021-0/+1
* glsl: Move assert from outside to inside of _slang_gen_swizzle function.Vinson Lee2010-02-271-1/+1
* glsl: Assert input to strcmp is not null.Vinson Lee2010-02-271-0/+1
* glsl: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1
* glsl: implement support for GL_EXT_texture_arrayBrian Paul2010-02-259-83/+246
* mesa: added texture array targets in sizeof_glsl_type()Brian Paul2010-02-251-0/+4
* mesa: added cases for texture array targetsBrian Paul2010-02-251-0/+2
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* mesa: Silence compiler format warning.Vinson Lee2010-02-191-1/+1
* mesa: fix snprintf() typoBrian Paul2010-02-192-4/+4
* mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul2010-02-198-22/+22
* mesa: casts to silence new warnings from printf()Brian Paul2010-02-191-1/+1
* mesa: remove abs/negate from fetch_vector1ui()Brian Paul2010-02-191-14/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-1917-256/+256
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-1926-128/+128
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-195-6/+6
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-194-4/+4
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-194-5/+5
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-1912-15/+15
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-193-9/+9
* Remove _mesa_strncmp in favor of plain strncmp.Kenneth Graunke2010-02-194-8/+8
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-198-21/+20
* Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke2010-02-1914-21/+21
* Remove _mesa_strcpy in favor of plain strcpy.Kenneth Graunke2010-02-193-3/+3
* Remove _mesa_strncat in favor of plain strncat.Kenneth Graunke2010-02-191-8/+8
* Remove _mesa_strstr in favor of plain strstr.Kenneth Graunke2010-02-192-9/+9
* glsl: Silence unused value warning.Vinson Lee2010-02-171-0/+2
* mesa: Remove pointless comparison of unsigned integer with a negative constant.Vinson Lee2010-02-151-9/+4
* glsl: use new program cloning functionsBrian Paul2010-02-141-2/+2
* mesa: added _mesa_clone_vertex/fragment_program()Brian Paul2010-02-141-0/+16
* mesa: Fix compiler warningsKarl Schultz2010-02-135-12/+12
* glsl: implement layout qualifiersBrian Paul2010-02-131-19/+110
* glsl: added type layout field and new type compare funcBrian Paul2010-02-132-2/+45
* mesa: copy frag coord layout fields tooBrian Paul2010-02-131-0/+2
* scons: User friendly message for code generated filesJosé Fonseca2010-02-101-2/+2
* Simplify GLSL extension mechanism.Michal Krol2010-02-101-2/+2
* glsl: GLSL extensions have the GL_ prefixBrian Paul2010-02-101-2/+2
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-092-0/+66
|\
| * gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger2010-02-042-0/+66
* | mesa: add back-door support for cylindrical texture wrap modeBrian Paul2010-02-091-0/+1
* | mesa: debug output for ARLBrian Paul2010-02-051-0/+3
* | mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-044-12/+36
* | mesa: check/clamp texture/program matrix accessesBrian Paul2010-02-031-2/+6