Age | Commit message (Expand) | Author |
2010-03-04 | glsl: Remove unsigned greater than or equal zero comparison. | Vinson Lee |
2010-03-04 | glsl: Remove unsigned greater than or equal zero comparison. | Vinson Lee |
2010-03-04 | glsl: Return NULL on _slan_gen_asm error path on non-debug builds. | Vinson Lee |
2010-03-04 | glsl: Add assert to check input to strcmp. | Vinson Lee |
2010-03-02 | glsl: Add assert to check input to strcmp. | Vinson Lee |
2010-02-27 | glsl: Move assert from outside to inside of _slang_gen_swizzle function. | Vinson Lee |
2010-02-27 | glsl: Assert input to strcmp is not null. | Vinson Lee |
2010-02-27 | glsl: Assert pointer is not null before dereferencing. | Vinson Lee |
2010-02-25 | glsl: implement support for GL_EXT_texture_array | Brian Paul |
2010-02-25 | mesa: added texture array targets in sizeof_glsl_type() | Brian Paul |
2010-02-25 | mesa: added cases for texture array targets | Brian Paul |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu |
2010-02-19 | mesa: Silence compiler format warning. | Vinson Lee |
2010-02-19 | mesa: fix snprintf() typo | Brian Paul |
2010-02-19 | mesa: restore _mesa_snprintf() - it's needed for Windows | Brian Paul |
2010-02-19 | mesa: casts to silence new warnings from printf() | Brian Paul |
2010-02-19 | mesa: remove abs/negate from fetch_vector1ui() | Brian Paul |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | mesa: replace _mesa_bzero() with memset() | Brian Paul |
2010-02-19 | mesa: replace old MEMCPY macro with memcpy | Brian Paul |
2010-02-19 | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-19 | Remove _mesa_atoi in favor of plain atoi. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strncmp in favor of plain strncmp. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strlen in favor of plain strlen. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strcpy in favor of plain strcpy. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strncat in favor of plain strncat. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strstr in favor of plain strstr. | Kenneth Graunke |
2010-02-17 | glsl: Silence unused value warning. | Vinson Lee |
2010-02-15 | mesa: Remove pointless comparison of unsigned integer with a negative constant. | Vinson Lee |
2010-02-14 | glsl: use new program cloning functions | Brian Paul |
2010-02-14 | mesa: added _mesa_clone_vertex/fragment_program() | Brian Paul |
2010-02-13 | mesa: Fix compiler warnings | Karl Schultz |
2010-02-13 | glsl: implement layout qualifiers | Brian Paul |
2010-02-13 | glsl: added type layout field and new type compare func | Brian Paul |
2010-02-13 | mesa: copy frag coord layout fields too | Brian Paul |
2010-02-10 | scons: User friendly message for code generated files | José Fonseca |
2010-02-10 | Simplify GLSL extension mechanism. | Michal Krol |
2010-02-10 | glsl: GLSL extensions have the GL_ prefix | Brian Paul |
2010-02-09 | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger |
2010-02-09 | mesa: add back-door support for cylindrical texture wrap mode | Brian Paul |
2010-02-05 | mesa: debug output for ARL | Brian Paul |
2010-02-04 | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul |
2010-02-04 | gallium: add point size clamp to implementation limits in vertex shader | Roland Scheidegger |
2010-02-03 | mesa: check/clamp texture/program matrix accesses | Brian Paul |
2010-02-01 | mesa: change _mesa_find_free_register() to find multiple free regs | Brian Paul |
2010-02-01 | mesa: added _mesa_print_vp/p_inputs() functions (debug aids) | Brian Paul |
2010-01-27 | mesa: fix double->float assignment warnings, int/uint comparison warnings | Brian Paul |