summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-28glapi: include EXT_gpu_shader4.xmlBrian Paul
2010-10-28glapi: xml spec file for GL_EXT_gpu_shader4Brian Paul
2010-10-28vbo: re-indent fileBrian Paul
2010-10-28mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()Brian Paul
2010-10-28i965: Update the gen6 stencil ref state when stencil state changes.Eric Anholt
2010-10-28i965: Upload required gen6 VS push constants even when using pull constants.Eric Anholt
2010-10-28i965: Update gen6 SF state when point state (sprite or attenuation) changes.Eric Anholt
2010-10-28i965: Add user clip planes support to gen6.Eric Anholt
2010-10-28gallivm: Remove the EMMS opcodes.José Fonseca
2010-10-28gallivm: always enable LLVMAddInstructionCombiningPass()José Fonseca
2010-10-28gallium: Avoid using __doc__ in python scripts.José Fonseca
2010-10-28st/mesa: Silence uninitialized variable warning.Vinson Lee
2010-10-27r300/compiler: Use rc_get_readers_normal() for presubtract optimizationsTom Stellard
2010-10-27i965: Add bit operation support to the fragment shader backend.Kenneth Graunke
2010-10-27i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt
2010-10-27intel: Enable GL_EXT_separate_shader_objects in Intel driversIan Romanick
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-27glapi: Add GL_EXT_separate_shader_objectsIan Romanick
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke
2010-10-27r300g: add a default channel ordering of texture border for unhandled formatsMarek Olšák
2010-10-27r600c: add missing radeon_prepare_render() call on evergreenAlex Deucher
2010-10-27r100: revalidate after radeon_update_renderbuffersAlex Deucher
2010-10-27swrast: Print out format on unexpected failure in _swrast_ReadPixels.Vinson Lee
2010-10-27egl: Remove unnecessary headers.Vinson Lee
2010-10-27mesa: Remove unnecessary header.Vinson Lee
2010-10-27st/mesa: Remove unnecessary header.Vinson Lee