summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-10-26mesa: Add remap.c to SConscript.Chia-I Wu
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
2009-10-22ARB prog parser: Fix parameter array size comparisonIan Romanick
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-22mesa: fix up vbo commentsBrian Paul
2009-10-22mesa: added _mesa_dump_texture()Brian Paul
2009-10-22intel: flush old context before binding new contextBrian Paul
2009-10-22mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul
2009-10-22i965: fix hacked Fallback usage in brw_prepare_vertices()Brian Paul
2009-10-22intel: define INTEL_FALLBACK_DRIVER for driversBrian Paul
2009-10-22intel: Fallback field is a bitmask, use GLbitfieldBrian Paul
2009-10-22i965: remove unused brw_context::tmp_fallback fieldBrian Paul
2009-10-22i965: remove unused BRW_FALLBACK_TEXTURE bitBrian Paul
2009-10-22Kill off trident.Corbin Simpson
2009-10-22Nuke s3v.Corbin Simpson
2009-10-22Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-22r600: set barrier for tex inst if dst is used earlier, might overwrite it oth...Andre Maasikas
2009-10-22r600: need to export something from PSAndre Maasikas
2009-10-22r600: add beginnings of ARL instructionAndre Maasikas
2009-10-21mesa: added _mesa_dump_renderbuffers() debug codeBrian Paul
2009-10-20intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt
2009-10-20meta: Fix the BufferSubData in meta clear to be BufferData.Eric Anholt
2009-10-20mesa: Fix Mac OS build.Vinson Lee