aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove some unneeded forward struct declarationsBrian Paul2011-10-051-3/+0
* st/mesa: fix commentBrian Paul2011-10-051-1/+1
* mesa: remove unused _mesa_rescale_teximage2d() functionBrian Paul2011-10-052-84/+0
* mesa: remove unused gl_texture_image::DriverData fieldBrian Paul2011-10-052-8/+0
* st/mesa: don't use gl_texture_image::RowStrideBrian Paul2011-10-051-5/+7
* st/mesa: completely stop using gl_texture_image::DataBrian Paul2011-10-052-14/+19
* st/mesa: stop using gl_texture_image::Data when mapping/unmapping texturesBrian Paul2011-10-052-33/+35
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-0510-380/+232
* st/glx: remove the duplicated Drawable member.Stéphane Marchesin2011-10-053-7/+6
* glsl: Consider "__" in identifers as reserved.Eric Anholt2011-10-051-0/+13
* swrast: update texfetch_funcs table for new int/uint formatsBrian Paul2011-10-051-0/+325
* i965 Gen6: Implement gl_ClipVertex.Paul Berry2011-10-056-10/+75
* mesa: Add a gl_vert_result for gl_ClipVertex.Paul Berry2011-10-052-22/+23
* llvmpipe: Fix the 4 planes (lines) case properly.José Fonseca2011-10-052-16/+33
* llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...José Fonseca2011-10-054-5/+31
* mesa: update fbo format tablet for integer types.Dave Airlie2011-10-051-1/+61
* mesa/texstore: add texstore paths for all the integer types.Dave Airlie2011-10-051-12/+104
* mesa/texformat: update choose_tex_format for integer types.Dave Airlie2011-10-051-4/+79
* mesa/formats: add rest of integer formats.Dave Airlie2011-10-052-2/+562
* texstore: create texstore table on first access.Dave Airlie2011-10-051-149/+120
* glsl: Remove unneeded headers.Stéphane Marchesin2011-10-042-2/+0
* egl: restore missing \ in MakefileBrian Paul2011-10-041-1/+1
* r200/r300/r600: remove dangling radeon_tex_getimage.c symlinks.Paul Berry2011-10-043-3/+0
* glapi: Enclose glapi.h in an extern "C" block when included by C++.Kenneth Graunke2011-10-041-0/+6
* scons: add new files to src/mesa/SConscriptBrian Paul2011-10-041-0/+2
* softpipe: fix Z interpolation invariance bugBrian Paul2011-10-041-1/+10
* softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULEBrian Paul2011-10-041-0/+2
* mesa: Remove unused gl_program::AttributesIan Romanick2011-10-045-34/+0
* mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.Ian Romanick2011-10-045-33/+32
* mesa: Determine GL_ACTIVE_ATTRIBUTES by walking the GLSL IR.Ian Romanick2011-10-043-1/+30
* mesa: Remove unused gl_shader_program::AttributesIan Romanick2011-10-043-14/+2
* mesa: Make _mesa_GetActiveAttribARB use the attributes in the shader IRIan Romanick2011-10-041-13/+38
* mesa: Move _mesa_GetActiveAttribARB to shader_query.cppIan Romanick2011-10-042-42/+32
* linker: Use gl_shader_program::AttributeBindings for attrib locationsIan Romanick2011-10-041-74/+64
* mesa: Add gl_shader_program::AttributeBindingsIan Romanick2011-10-043-1/+24
* mesa: Move _mesa_BindAttribLocationARB to shader_query.cppIan Romanick2011-10-042-52/+42
* mesa: Add string_to_uint_map facade classIan Romanick2011-10-043-2/+122
* mesa: Add hash_table_replaceIan Romanick2011-10-042-0/+40
* mesa: Move _mesa_GetAttribLocationARB to shader_query.cppIan Romanick2011-10-043-42/+90
* glsl: Delete symbol table in post-link shadersIan Romanick2011-10-041-0/+8
* glapi: regen API files for new extensionIan Romanick2011-10-049-3511/+3576
* mesa: Remove ARB_draw_buffers extension enable flagIan Romanick2011-10-047-15/+3
* mesa: Advertise NV_fbo_color_attachments on OpenGL ES 2.0Ian Romanick2011-10-041-0/+1
* mesa: Advertise NV_draw_buffers in OpenGL ES 2.0Ian Romanick2011-10-041-0/+1
* mesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0Ian Romanick2011-10-041-17/+17
* mesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in OpenGL ES 2.0Ian Romanick2011-10-041-4/+4
* mesa/es: Allow other color attachments in OpenGL ES 2.0Ian Romanick2011-10-041-1/+5
* mesa/es: Make glDrawBuffersNV available in OpenGL ES 2.0Ian Romanick2011-10-041-0/+13
* glapi: Add entry point for NV_draw_buffersIan Romanick2011-10-042-0/+65
* glapi: Move ARB_draw_buffers extension to a separate fileIan Romanick2011-10-042-118/+125