| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Assert that array index is not negative. | Vinson Lee | 2010-02-23 | 1 | -0/+1 |
* | mesa: Add assert to check for null pointer dereference. | Vinson Lee | 2010-02-21 | 1 | -2/+6 |
* | mesa: restore _mesa_snprintf() - it's needed for Windows | Brian Paul | 2010-02-19 | 3 | -4/+20 |
* | mesa: casts to silence new warnings from printf() | Brian Paul | 2010-02-19 | 1 | -2/+2 |
* | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg | 2010-02-19 | 1 | -11/+0 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 20 | -262/+185 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 31 | -227/+197 |
* | mesa: replace _mesa_bzero() with memset() | Brian Paul | 2010-02-19 | 7 | -22/+8 |
* | mesa: replace old MEMSET macro with memset | Brian Paul | 2010-02-19 | 3 | -6/+3 |
* | mesa: replace old MEMCPY macro with memcpy | Brian Paul | 2010-02-19 | 7 | -64/+62 |
* | Remove _mesa_memcmp in favor of plain memcmp. | Kenneth Graunke | 2010-02-19 | 4 | -17/+3 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 7 | -23/+9 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 15 | -76/+62 |
* | Remove _mesa_atoi in favor of plain atoi. | Kenneth Graunke | 2010-02-19 | 2 | -11/+1 |
* | Remove _mesa_strncmp in favor of plain strncmp. | Kenneth Graunke | 2010-02-19 | 2 | -10/+0 |
* | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke | 2010-02-19 | 4 | -13/+3 |
* | Remove _mesa_strlen in favor of plain strlen. | Kenneth Graunke | 2010-02-19 | 5 | -18/+8 |
* | Remove _mesa_strncpy in favor of plain strncpy. | Kenneth Graunke | 2010-02-19 | 3 | -11/+1 |
* | Remove _mesa_strcpy in favor of plain strcpy. | Kenneth Graunke | 2010-02-19 | 2 | -12/+2 |
* | Remove _mesa_strncat in favor of plain strncat. | Kenneth Graunke | 2010-02-19 | 2 | -10/+0 |
* | Remove _mesa_strstr in favor of plain strstr. | Kenneth Graunke | 2010-02-19 | 3 | -14/+4 |
* | mesa: Lock mutex around _mesa_HashLookup linked list chase. | Brian Paul | 2010-02-16 | 2 | -3/+6 |
* | mesa: Test for failed malloc in _mesa_HashInsert. | Brian Paul | 2010-02-16 | 1 | -4/+6 |
* | mesa: Don't pass paramter to __builtin_clz which would hve undefined result. | Pauli Nieminen | 2010-02-14 | 1 | -5/+11 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 4 | -17/+17 |
* | mesa: enable GL_ARB_fragment_coord_conventions for sw drivers | Brian Paul | 2010-02-13 | 1 | -2/+2 |
* | mesa: Export GL_EXT_texture_cube_map. | José Fonseca | 2010-02-13 | 1 | -0/+1 |
* | mesa: s/abort/sys.exit/ | Vinson Lee | 2010-02-13 | 1 | -1/+2 |
* | mesa: Remove unnecessary header. | Vinson Lee | 2010-02-12 | 2 | -2/+0 |
* | main: Fix compiler warning. No need to convert/store depthScale as GLfloat j... | Karl Schultz | 2010-02-11 | 1 | -2/+2 |
* | mesa: additional constant/limit assertions | Brian Paul | 2010-02-11 | 1 | -0/+5 |
* | mesa: move all limit/constant assertions into check_context_limits() | Brian Paul | 2010-02-09 | 1 | -30/+30 |
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 1 | -1/+1 |
|\ |
|
| * | gallium: add point size clamp to implementation limits in vertex shader | Roland Scheidegger | 2010-02-04 | 1 | -1/+1 |
* | | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -1/+1 |
* | | mesa: add back-door support for cylindrical texture wrap mode | Brian Paul | 2010-02-09 | 1 | -0/+12 |
* | | mesa: Enable true refcounting for NullBufferObj. | Michal Krol | 2010-02-09 | 6 | -8/+26 |
* | | mesa: Protect buffer objects reference counting with a mutex. | Michal Krol | 2010-02-09 | 2 | -4/+7 |
* | | mesa: Fix null buffer object reference counting. | José Fonseca | 2010-02-09 | 1 | -6/+8 |
* | | mesa: Always do proper ref counting of shared state. | José Fonseca | 2010-02-09 | 3 | -23/+34 |
* | | mesa: Fix mesa_next_pow_two to return same value if parameter is pow2. | Pauli Nieminen | 2010-02-07 | 1 | -3/+5 |
* | | mesa/main: Add function to find next higher power of two. | Pauli Nieminen | 2010-02-06 | 1 | -0/+46 |
* | | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul | 2010-02-04 | 2 | -5/+16 |
* | | mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS | Brian Paul | 2010-02-03 | 4 | -13/+25 |
* | | mesa: re-dimension RasterTexCoords and CoordReplace | Brian Paul | 2010-02-03 | 1 | -2/+2 |
* | | mesa: added texcoord unit assertion | Brian Paul | 2010-02-03 | 1 | -0/+2 |
* | | mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS | Brian Paul | 2010-02-03 | 1 | -1/+1 |
* | | mesa: added tex unit assert, use Elements() macro | Brian Paul | 2010-02-03 | 1 | -1/+2 |
* | | mesa: check for invalid texture coord unit in glGet queries | Brian Paul | 2010-02-03 | 2 | -56/+147 |
* | | mesa: add error check for querying invalid texture matrix | Brian Paul | 2010-02-03 | 2 | -5/+41 |