summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-10Prepare changelog for uploadmesa-7.3-rc1-1Julien Cristau1-2/+2
2009-01-10Delete some now unused code from debian/rules.Julien Cristau2-4/+1
2009-01-10Delete unused configs/debian-*, and install-source.sh script.Julien Cristau35-497/+2
2009-01-10Merge branch 'debian-unstable' into debian-experimentalJulien Cristau4-277/+53
2009-01-10Merge commit 'origin/upstream-unstable' into debian-experimentalJulien Cristau0-0/+0
2009-01-10add bug closersJulien Cristau1-0/+3
2009-01-10Require libdrm-dev 2.4.3.Julien Cristau2-1/+4
2009-01-10Update changelogJulien Cristau1-2/+4
2009-01-10Merge tag 'mesa_7_3_rc1' into debian-experimentalJulien Cristau187-5746/+9681
2009-01-10mesa: omit old headers from tarballmesa_7_3_rc1Brian Paul1-7/+0
2009-01-10docs: document deprecated/removed headers/interfacesBrian Paul1-0/+5
2009-01-10mesa: remove old GLView.h header for BeOSBrian Paul1-192/+0
2009-01-10mesa: remove deprecated headers from Makefile.amBrian Paul1-8/+3
2009-01-10mesa: deprecate GL/amesa.h header (allegro driver)Brian Paul2-1/+1
2009-01-10mesa: deprecate the GL/fxmesa.h headerBrian Paul2-1/+1
2009-01-10mesa: remove the ancient include/GL/ugl*.h headersBrian Paul2-200/+0
2009-01-10xmesa: deprecate the "XMesa" interfaceBrian Paul7-4/+1
2009-01-10docs: prerequisite updatesBrian Paul2-4/+5
2009-01-10glsl: force creation of new scope for for-loop bodyBrian Paul1-0/+18
2009-01-10glsl: replace 0/1 with GL_FALSE/GL_TRUEBrian Paul1-18/+18
2009-01-09swrast: Fix GL_ATI_separate_stencilIan Romanick1-0/+2
2009-01-09glsl: make minimum struct size = 2, not 1Brian Paul1-1/+8
2009-01-08mesa: 7.3-rc-1 Makefile changesBrian Paul1-4/+4
2009-01-08mesa: latest glxext.h header, no version changeBrian Paul1-16/+16
2009-01-08mesa: import glext.h version 44Brian Paul1-2/+66
2009-01-08docs: dri2proto, libdrm tweaksBrian Paul2-2/+2
2009-01-08glsl: fix typo in the vec2 += operator functionBrian Paul2-2/+2
2009-01-08mesa: set version string to 7.3-rc1Brian Paul1-1/+1
2009-01-08docs: updated Cell docs, from gallium-0.2 branchBrian Paul1-15/+57
2009-01-08docs: more 7.3 doc updatesBrian Paul2-2/+16
2009-01-08docs: import 7.2 relnotes, start on 7.3 relnotesBrian Paul3-0/+180
2009-01-08glsl: fix broken +=, -=, *=, /= operatorsBrian Paul2-737/+786
2009-01-08mesa: fix off-by-one bug in _mesa_delete_instructions()Brian Paul1-1/+1
2009-01-07i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt1-1/+1
2009-01-07i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt1-4/+0
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt8-41/+5
2009-01-07i965: Remove dead brw_vs_tnl.cEric Anholt3-61/+0
2009-01-07i965: allow gl_FragData[0] usage when there's only one color bufferBrian Paul1-2/+9
2009-01-07mesa: additional case in file_string()Brian Paul1-0/+2
2009-01-07glsl: pass GLcontext::Extension info down into GLSL preprocessorBrian Paul3-35/+65
2009-01-07glsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITYBrian Paul1-1/+1
2009-01-07glsl: check that the fragment shader does not write both gl_FragColor and gl_...Brian Paul1-0/+11
2009-01-07i965: init dst reg RelAddr field to zeroBrian Paul1-1/+2
2009-01-07i965: Note when we drop saturate mode on the floor in a VP.Eric Anholt1-0/+5
2009-01-07i965: Add support for LRP in VPs.Eric Anholt1-0/+42
2009-01-07mesa: Add _mesa_snprintf.José Fonseca5-7/+22
2009-01-07glsl: disable some unused functions (but don't remove just yet)Brian Paul1-1/+8
2009-01-07glsl: also unroll loops with variable declarations such as "for (int i = 0; ..."Brian Paul1-24/+58
2009-01-07glsl: remove dead codeBrian Paul1-13/+2
2009-01-07mesa: OSMesa Makefile fixes (use LIB_DIR)Brian Paul1-4/+3