summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-02-21mesa: Add assert to check for null pointer dereference.Vinson Lee
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul
2010-02-19mesa: casts to silence new warnings from printf()Brian Paul
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-19Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke
2010-02-19Remove _mesa_strncmp in favor of plain strncmp.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-19Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke
2010-02-19Remove _mesa_strcpy in favor of plain strcpy.Kenneth Graunke
2010-02-19Remove _mesa_strncat in favor of plain strncat.Kenneth Graunke
2010-02-19Remove _mesa_strstr in favor of plain strstr.Kenneth Graunke
2010-02-16mesa: Lock mutex around _mesa_HashLookup linked list chase.Brian Paul
2010-02-16mesa: Test for failed malloc in _mesa_HashInsert.Brian Paul
2010-02-14mesa: Don't pass paramter to __builtin_clz which would hve undefined result.Pauli Nieminen
2010-02-13mesa: Fix compiler warningsKarl Schultz
2010-02-13mesa: enable GL_ARB_fragment_coord_conventions for sw driversBrian Paul
2010-02-13mesa: Export GL_EXT_texture_cube_map.José Fonseca
2010-02-13mesa: s/abort/sys.exit/Vinson Lee
2010-02-12mesa: Remove unnecessary header.Vinson Lee
2010-02-11main: Fix compiler warning. No need to convert/store depthScale as GLfloat j...Karl Schultz
2010-02-11mesa: additional constant/limit assertionsBrian Paul
2010-02-09mesa: move all limit/constant assertions into check_context_limits()Brian Paul
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-09mesa: add back-door support for cylindrical texture wrap modeBrian Paul
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2010-02-09mesa: Protect buffer objects reference counting with a mutex.Michal Krol
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca
2010-02-09mesa: Always do proper ref counting of shared state.José Fonseca
2010-02-07mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.Pauli Nieminen
2010-02-06mesa/main: Add function to find next higher power of two.Pauli Nieminen
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-02-04gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul
2010-02-03mesa: re-dimension RasterTexCoords and CoordReplaceBrian Paul
2010-02-03mesa: added texcoord unit assertionBrian Paul
2010-02-03mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul
2010-02-03mesa: added tex unit assert, use Elements() macroBrian Paul
2010-02-03mesa: check for invalid texture coord unit in glGet queriesBrian Paul
2010-02-03mesa: add error check for querying invalid texture matrixBrian Paul
2010-02-03mesa: use Elements() as limit in loops over texture/program matrix stacksBrian Paul