summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-23st/xorg: fix text with component alpha renderingZack Rusin
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-23nv50: do SIGN_SET as one instructionChristoph Bumiller
2009-10-23nv50: fix saturation outside of tx_insn caseChristoph Bumiller
2009-10-23nv50: allow all 127 TEMP regsChristoph Bumiller
2009-10-23nv50: fix address reg codeChristoph Bumiller
2009-10-23nv50: add depth texture formats, and a few others, tooChristoph Bumiller
2009-10-23nouveau: nv30: Relax some limits. We can render to z24s8 buffer even if color...Patrice Mandin
2009-10-23nouveau: nv30: use r5g6b5 as z16 formatPatrice Mandin
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-23st/xorg: lots of fixes related to compositingZack Rusin
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 extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-10-23cell: typo from ExtSwizzle commitKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-10-23r300g: last changes's typo, miss a include fileCooper Yuan
2009-10-23r300g: add flush_frontbuffer function to display video surfaceCooper Yuan
2009-10-23g3dvl: pass display and screen to g3dvl when creating video private contextCooper Yuan
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-22glx: don't destroy context immediately if it's currently boundBrian Paul
2009-10-22mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul
2009-10-22st/xorg: fix the makefile when used with new xextprotoZack Rusin
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