summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-10-26mesa: Add remap.c to SConscript.Chia-I Wu
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-25mesa: remove _mesa_compressed_texture_size_glenum() stubBrian Paul
2009-10-25mesa: remove _mesa_compressed_row_stride()Brian Paul
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul
2009-10-25glide: remove _mesa_compressed_row_stride() callsBrian Paul
2009-10-25mesa: remove _mesa_compressed_row_stride() callsBrian Paul
2009-10-25mesa: begin removing _mesa_compressed_row_stride() callsBrian Paul
2009-10-25mesa: simplify texture_row_stride() helperBrian Paul
2009-10-25mesa: fix-up error checking related to compressed texture block sizeBrian Paul
2009-10-25mesa: clean-up, simplify compressed texture size checkingBrian Paul
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul
2009-10-24mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-24mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()Brian Paul
2009-10-24mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address()Brian Paul
2009-10-24mesa: s/GLuint/gl_format/Brian Paul
2009-10-24mesa: move assertion after declarationBrian Paul
2009-10-24mesa: remove hard-coded block sizesBrian Paul
2009-10-24mesa: added _mesa_get_format_block_size()Brian Paul
2009-10-24mesa: added _mesa_get_format_name()Brian Paul
2009-10-24mesa: additional comments in format codeBrian Paul
2009-10-23Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-23mesa: simplify att->CubeMapFace assignmentBrian Paul
2009-10-23mesa: refactor, new print_shader_info()Brian Paul
2009-10-23mesa: rework error checking code for glGetCompressedTexImage()Brian Paul
2009-10-23mesa: remove misplaced VERBOSE_TEXTURE testsBrian Paul
2009-10-23mesa: more detailed error messages in fbo codeBrian Paul
2009-10-23mesa: remove FBO texture depth/stencil testBrian Paul
2009-10-23mesa: fix broken _mesa_str_checksum()Brian Paul
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt
2009-10-23i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().Eric Anholt
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt
2009-10-23mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formatsBrian Paul
2009-10-23mesa: added _mesa_compressed_format_to_glenum()Brian Paul
2009-10-23mesa: change s3tc vs. fxt1 priority when choosing compressed formatsBrian Paul
2009-10-23glapi: Always build libglapi.a.Chia-I Wu
2009-10-23glapi: Move dispatch marcos to glapidispatch.h.Chia-I Wu
2009-10-23mesa/dri: Remove extension_helper.h.Chia-I Wu
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-23mesa/main: Add support for remap table.Chia-I Wu
2009-10-23r600: remove duplicate stride settingAndre Maasikas
2009-10-23r600: for position invariant programs reading vert_pos is not always known at...Andre Maasikas
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-10-23r600: remove remains of old tnl pipelineAlex Deucher
2009-10-23r600: fix render size predictionAlex Deucher
2009-10-23r600: remove old tnl pipelineAlex Deucher
2009-10-23r600: clean up context creationAlex Deucher
2009-10-22Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick