summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-11-03mesa: code to unpack RGBA as uintsBrian Paul
2010-11-02mesa: silence new warnings in texobj.cBrian Paul
2010-11-02mesa: Don't compute an unused texture completeness debug string.Eric Anholt
2010-11-02mesa: fix aux/accum comment and error message mixupsBrian Paul
2010-11-02mesa: remove always-false conditional in check_compatible()Brian Paul
2010-11-02mesa: move the gl_config struct declarationBrian Paul
2010-11-02mesa: use GLubyte for edge flag arraysBrian Paul
2010-11-02mesa: Allow contexts of different APIs to coexist.Chia-I Wu
2010-11-02mesa: Select FEATURE_remap_table when multiple APIs are enabled.Chia-I Wu
2010-10-29mesa: Make metaops use program refcounts instead of names.Eric Anholt
2010-10-29mesa: remove dead codeBrian Paul
2010-10-29mesa: Fix windows build (uint -> GLuint).José Fonseca
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu
2010-10-28mesa: pixel transfer ops do not apply to integer-valued texturesBrian Paul
2010-10-28mesa: additional integer formats in _mesa_bytes_per_pixel()Brian Paul
2010-10-28mesa: add const qualifier to _mesa_is_legal_format_and_type()Brian Paul
2010-10-28mesa: fix integer cases in _mesa_is_legal_format_and_type()Brian Paul
2010-10-28mesa: fix incorrect type in _mesa_texstore_rgba_int16()Brian Paul
2010-10-28mesa: remove obsolete commentBrian Paul
2010-10-28mesa: add extension table entry for GL_EXT_gpu_shader4Brian Paul
2010-10-28mesa: clean-up array element codeBrian Paul
2010-10-28mesa: glArrayElement support for integer-valued arraysBrian Paul
2010-10-28mesa: state/queries for GL_MIN/MAX_PROGRAM_TEXEL_OFFSET_EXTBrian Paul
2010-10-28mesa: consolidate glVertex/Color/etcPointer() codeBrian Paul
2010-10-28mesa: add gl_client_array::Integer field and related vertex array state codeBrian Paul
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul
2010-10-28mesa: add new GLvertexformat entries for integer-valued attributesBrian Paul
2010-10-28mesa: plug in more GL_EXT_gpu_shader4 functionsBrian Paul
2010-10-28mesa: add glGetUniformuiv(), plug in uint glUniform funcsBrian Paul
2010-10-28mesa: plug in stubs for glBindFragDataLocation(), glGetFragDataLocation()Brian Paul
2010-10-28glapi: regenerated API filesBrian Paul
2010-10-28mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()Brian Paul
2010-10-27swrast: Enable GL_EXT_separate_shader_objects in software pathsIan Romanick
2010-10-27Track separate programs for each stageIan Romanick
2010-10-27mesa: Track an ActiveProgram distinct from CurrentProgramIan Romanick
2010-10-27mesa: Add display list support for GL_EXT_separate_shader_objects functionsIan Romanick
2010-10-27mesa: Skeletal support for GL_EXT_separate_shader_objectsIan Romanick
2010-10-27mesa: Add infrastructure to track GL_EXT_separate_shader_objectsIan Romanick
2010-10-27glapi: Commit files changed by previous commitIan Romanick
2010-10-27mesa: Remove unnecessary header.Vinson Lee
2010-10-27mesa: Remove unnecessary headers.Vinson Lee
2010-10-27mesa: Remove unnecessary glapitable.h includes.Chia-I Wu
2010-10-27glapi: Merge glapioffsets.h into glapidispath.h.Chia-I Wu
2010-10-26mesa: rename function to _mesa_is_format_integer_color()Brian Paul
2010-10-26mesa: fix bug in _mesa_is_format_integer()Brian Paul
2010-10-27glapi: Move glapidispatch.h to core mesa.Chia-I Wu
2010-10-26mesa: remove the unused _mesa_is_fragment_shader_active() functionBrian Paul
2010-10-26mesa: call _mesa_valid_to_render() in glDrawPixels, glCopyPixels, glBitmapBrian Paul
2010-10-26mesa: do integer FB / shader validation check in _mesa_valid_to_render()Brian Paul
2010-10-25mesa: additional teximage error checks for GL_EXT_texture_integerBrian Paul