summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-07Fix CRLF line endings.Jose Fonseca2-28/+28
2008-06-06r300: Improve texture layout calculationsNicolai Haehnle2-110/+120
2008-06-06r300: Cleanup TX_MIN_FILTER definesNicolai Haehnle3-63/+39
2008-06-06r300: Remove unused variable r300_tex_obj::dirty_state and related definesNicolai Haehnle5-31/+1
2008-06-06s/subdirs/asm_subdirs/Brian Paul1-3/+3
2008-06-06move the install rulesBrian Paul1-20/+20
2008-06-06remove stray semicolonBrian Paul1-1/+1
2008-06-06move a beos-ism down into drivers/beos/MakefileBrian Paul2-3/+2
2008-06-06Remove the old, complicated default build rule; use the new driver_subdirs ruleBrian Paul1-66/+13
2008-06-06remove more old stuff, insert new driver_subdir build rules (but not enabled ...Brian Paul1-18/+32
2008-06-06new drivers/Makefile with simple default/clean/install rulesBrian Paul1-0/+29
2008-06-06move directfb-libgl into drivers/directfb/MakefileBrian Paul2-7/+14
2008-06-05Move fbdev driver construction into src/mesa/drivers/fbdev/MakefileBrian Paul2-12/+43
2008-06-05reorder some lines, more make clean cmdsBrian Paul1-15/+16
2008-06-05remove X11, Glide, OSMesa sourcesBrian Paul1-32/+1
2008-06-05added dependenciesBrian Paul1-0/+22
2008-06-05Move building of stand-alone Mesa into drivers/x11/MakefileBrian Paul1-39/+31
2008-06-05new Makefile for building "stand-alone", Xlib-based libGLBrian Paul1-0/+59
2008-06-05prefix some includes with mesa/ or glapi/Brian Paul2-10/+10
2008-06-05minor changesBrian Paul1-1/+6
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul2-27/+84
2008-06-05insert mesa/ before include filesBrian Paul1-7/+7
2008-06-05Silence warningAlan Hourihane1-1/+1
2008-06-04fix event handling issues (such as when resizing when not animating)Brian Paul1-10/+22
2008-06-04press 'a' to toggle animationBrian Paul1-1/+5
2008-06-04code refactoring (draw_frame(0, handle_event())Brian Paul1-71/+95
2008-06-04remove references to incorrect -winwidth/-winheight, replace with -geometryBrian Paul1-2/+1
2008-06-04Set the attribute as used.Brian Paul1-0/+3
2008-06-04autoconf: Collect arch/platform settings in one locationDan Nicholson1-101/+102
2008-06-04remove old/unused foomesa.h example headerBrian Paul1-76/+0
2008-06-04call glutDestroyWindow() before exitBrian Paul1-1/+3
2008-06-04i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221)Xiang, Haihao1-1/+6
2008-06-04mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie7-1/+102
2008-06-02bug #16503: use INSTALL macro instead of hard-coding to bin/minstallIan Romanick1-3/+3
2008-06-02[t_vp_build] Fix refcounting-related memory leakNicolai Haehnle1-3/+3
2008-06-02[texenvprogram] Fix refcounting-related memory leak.Nicolai Haehnle1-1/+2
2008-06-02r500: add missing brackets around depth testingDave Airlie1-1/+2
2008-06-01r5xx: Enable depth write emission.Corbin Simpson3-2/+11
2008-06-01r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)Nicolai Haehnle3-30/+54
2008-06-01[r300] Fix KIL instruction and swizzling of texture coordinatesNicolai Haehnle2-57/+72
2008-06-01r5xx: Add OPCODE_FLR.Corbin Simpson1-0/+32
2008-05-31r5xx: Last emit_sop() for now.Corbin Simpson1-41/+5
2008-05-31r5xx: More emit_sop(), stage 2.Corbin Simpson1-24/+14
2008-05-31r5xx: Cleanup SOP with emit_sop().Corbin Simpson1-49/+43
2008-05-31r5xx: Dump shader constants when dumping program assembly.Corbin Simpson1-0/+13
2008-06-01r300: disable the lowimpact fallbacks by default.Dave Airlie1-1/+1
2008-05-31r500: Use 8bit fog alpha compare value.Markus Amsler1-0/+1
2008-05-29Fix segfault on exit in unichrome driver (bug 16150)Luc Verhaegen1-27/+29
2008-05-29undo prev change to this VC7 project fileBrian Paul1-956/+422
2008-05-29added prog_uniform.[ch]Karl Schultz1-0/+8