summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-19r600: Fix size calculation for 24 bit depthRobert Noland
2009-10-19st/xorg: Remove output functions not usedJakob Bornecrantz
2009-10-19st/xorg: makefile garbageZack Rusin
2009-10-19st/xorg: implement basic src/mask transformationsZack Rusin
2009-10-19r300g: Demonstratory kludge to unbreak glxgears.Corbin Simpson
2009-10-19dri-st: Add EXT_provoking_vertex.Corbin Simpson
2009-10-18st/xorg: Switch to set_mode_majorJakob Bornecrantz
2009-10-18st/xorg: Massivly redo root pixmap creationJakob Bornecrantz
2009-10-18st/xorg: Clean up cursor functions a bitJakob Bornecrantz
2009-10-18st/xorg: Support more then one output of a given typeJakob Bornecrantz
2009-10-18st/xorg: Change how disable accel is handledJakob Bornecrantz
2009-10-19nv50: add support for address regsChristoph Bumiller
2009-10-19nv50: cleanup emit_kilChristoph Bumiller
2009-10-19nv50: implement TGSI_OPCODE_CMPChristoph Bumiller
2009-10-19nv50: quick fix for insn src negationChristoph Bumiller
2009-10-19nv50: add support for DDX and DDY opcodesChristoph Bumiller
2009-10-19nv50: submit user vbo data through the fifoChristoph Bumiller
2009-10-19nv50: use SIFC for TIC, TSC uploadChristoph Bumiller
2009-10-19nv50: nicer texture format switchChristoph Bumiller
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs
2009-10-19drm/nv50: write tic/tsc setup to correct slots when skipping unitsBen Skeggs
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson
2009-10-18r300g: Add another ZTOP condition.Corbin Simpson
2009-10-18llvmpipe: Allocate texture storage for whole quads.José Fonseca
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-17r300g: Squash format warning.Corbin Simpson
2009-10-17r300g: Use a dirty test to bring framerate back up.Corbin Simpson
2009-10-17r300g: Also have rs_block keyed to the current shader combo.Corbin Simpson
2009-10-17r300g: Fix u_hash_table rename.Corbin Simpson
2009-10-17Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaCorbin Simpson
2009-10-17nouveau: nv40: Use same workaround as i915 for segfault related to vboPatrice Mandin
2009-10-17nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ...Patrice Mandin
2009-10-17nouveau: nv30: Use same workaround as i915 for segfault related to vboPatrice Mandin
2009-10-17util: Rename from u_* to util_* while we're at it.José Fonseca
2009-10-17intel: Disallow relocations to the byte beyond the end of the bufferChris Wilson
2009-10-16mesa: fix/update some commentsBrian Paul
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-16mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul
2009-10-16mesa: added SUBDIRS support in dri/Makefile.templateBrian Paul
2009-10-16mesa: move a commaBrian Paul
2009-10-16mesa: added MESA_GLSL=useprog debug flagBrian Paul
2009-10-16r300: fix vertex program parameters limitsMaciej Cencora
2009-10-16radeon-gallium: Use debug_get_bool_option instead of getenv.Corbin Simpson
2009-10-16r300g: Use a hash table to look up vertex info.Corbin Simpson
2009-10-16util: Change function names to begin with u_.Corbin Simpson
2009-10-16mesa: use C locale for _mesa_strtod()Brian Paul
2009-10-15r300g: Set logical ID for each emitted texture/sampler.Corbin Simpson
2009-10-15nouveau: nv30: Hack to enforce same number of bits as front buffer, for rende...Patrice Mandin
2009-10-15nouveau: nv30: refuse binding a colour buffer with a zeta buffer with differe...Patrice Mandin