summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-05-07Refactor installation targetsDan Nicholson
2008-05-07Ensure recursive makes always propagate errorsDan Nicholson
2008-05-07r500: cleanup r500 RS setupDave Airlie
2008-05-07r500: for rectangular textures set to unscaled coordinates.Dave Airlie
2008-05-07Revert "gallium: move setup of dest_surface in do_copy_texsubimage()"Michel Dänzer
2008-05-07r5xx: Fix FP inputs. (For good?)Corbin Simpson
2008-05-06r5xx: Fix false error with DP3/DP4.Corbin Simpson
2008-05-06r5xx: Index inputs and temps.Corbin Simpson
2008-05-06implement full reference counting for vertex/fragment programsBrian
2008-05-06mesa: free shader program data before deleting shader objects.Brian
2008-05-06[intel-GEM] partial support for memory domains.Keith Packard
2008-05-06gallium: implement full reference counting for vertex/fragment programsBrian
2008-05-06mesa: comments, whitespaceBrian
2008-05-06r5xx: FP: Add OPCODE_TXB.Corbin Simpson
2008-05-06r5xx: FP: Make MOV/ABS look pretty.Corbin Simpson
2008-05-06gallium: re-enable temporarily disabled code in do_copy_texsubimage()Brian Paul
2008-05-06Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaDan Nicholson
2008-05-06Prevent makedepend from running multiple timesDan Nicholson
2008-05-06Always cleanup the makedepend backup filesDan Nicholson
2008-05-06Add support for ATI_separate_stencil in display lists.Michal Wajdeczko
2008-05-06gallium: create drawing surfaces as GPU_READ/WRITE onlyBrian Paul
2008-05-06gallium: create renderbuffer surface w/out CPU_READ/WRITE flagsMichal Danzer
2008-05-06gallium: move setup of dest_surface in do_copy_texsubimage()Michal Danzer
2008-05-06r5xx: Emit an OUT instruction at the end of execution.Corbin Simpson
2008-05-06r5xx: We update max_temp_idx now, so no need to hard-code it.Corbin Simpson
2008-05-06Error consistently when running recursive makeDan Nicholson
2008-05-06r5xx: Fix typo.Corbin Simpson
2008-05-06r5xx: Use max_temp_idx.Corbin Simpson
2008-05-06[intel-GEM] Add tiling support to swrast.Keith Packard
2008-05-06gallium: change calculate_first_last_level() to match gallium-tex-surfaces br...Brian Paul
2008-05-06gallium: sync up texture/sampler changes with masterBrian Paul
2008-05-06gallium: Make sure to release texture surfaces (at the right time).Michel Dänzer
2008-05-06gallium: glCopyTexSubImage improvement.Michel Dänzer
2008-05-06i965: fix googleearth in classic mode.Dave Airlie
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-05Dump buffer tiled status from intelPrintSAREAKeith Packard
2008-05-06r300: fragment.position input needs no blanking out, it's correctly handled i...Markus Amsler
2008-05-05GEM: Allocate the right number of relocs, avoiding heap smashing.Eric Anholt
2008-05-05GEM: Include target buffer handle in relocation debug.Eric Anholt
2008-05-05fix _mesa_ffs for alternative compilersAlan Hourihane
2008-05-05declare atoms as externAlan Hourihane
2008-05-05GEM: Set validate index to keep the same buffer from being duped on the list.Eric Anholt
2008-05-05Print GEM handles instead of BO pointers in debugging.Eric Anholt
2008-05-05Initialize bufmgr_gem->validate_array[i].offset.Eric Anholt
2008-05-05Make intel_{batch,exec}_ioctl return an error code so we can recover better.Eric Anholt
2008-05-05Add intel_bufmgr_gem.c to i915Keith Packard
2008-05-05Temporarily disable intel pixel ops on i915 for GEMKeith Packard
2008-05-05glcore: Set all external variables in configurationGeorge Sapountzis
2008-05-05r500: consolidate tex instructionsDave Airlie
2008-05-05r500: mov cleanup macrosDave Airlie