summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2009-06-04rbug: Update rbug protocol with new context callsJakob Bornecrantz
2009-06-04Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-04tgsi: increase MAX_LABELS to 4096Brian Paul
2009-06-02util: Unsaved change missing from last commit.José Fonseca
2009-06-02util: Support Z24S8/Z24X8 -> unsigned conversion.José Fonseca
2009-06-02util: Fix 24 to 32 bit expansion binary arithmetic expression.José Fonseca
2009-06-01gallium/draw: Free specialized versions of driver shadersKeith Whitwell
2009-06-01draw: free more token arraysKeith Whitwell
2009-06-01draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell
2009-06-01Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-01draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul
2009-06-01rbug: Add Gallium Remote Debugger Protocol codeJakob Bornecrantz
2009-06-01util: Add simple network functionsJakob Bornecrantz
2009-05-27draw: Fix assertion failure at fetch_emit_prepareMike Kaplinksiy
2009-05-16Create common trace_drm code, add to radeon_winsys.Corbin Simpson
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell
2009-05-08util: Limit the stack walk to avoid referencing undefined memory.José Fonseca
2009-05-08gallium/tgsi: hack around linker/archiver breakageKeith Whitwell
2009-05-08gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-05-08pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca
2009-05-08pb: Dump the fenced buffer sizes.José Fonseca
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell
2009-05-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-05gallium: fix texcoords for cubemap mipmap generationBrian Paul
2009-05-05util: Limit the stack walk to avoid referencing undefined memory.José Fonseca
2009-05-05gallium/tgsi: hack around linker/archiver breakageKeith Whitwell
2009-05-05gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-05-05pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca
2009-05-05pb: Dump the fenced buffer sizes.José Fonseca
2009-05-01draw: added some inf/nan debug code (disabled)Brian Paul
2009-04-29tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)Brian Paul
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell
2009-04-28util/indices: remove debug printsKeith Whitwell
2009-04-27util: Remove unix includes.José Fonseca
2009-04-27util/time: add util_time_sleep() for windows userspaceKeith Whitwell
2009-04-24util: Add debug_printf_onceMicah Dowty
2009-04-24tgis: SSE code generator doesn't yet support indirect addressing of temp regsBrian Paul
2009-04-24pipebuffer: don't fail when validating mapped buffersKeith Whitwell
2009-04-24util: Add more entry points for dumping to bmpJakob Bornecrantz
2009-04-22gallium: license, copyrightBrian Paul
2009-04-20util: don't set unused blend stateKeith Whitwell
2009-04-17util: flush stdout before emitting debug_printf on stderrKeith Whitwell
2009-04-15util: Fix surface usageJakob Bornecrantz
2009-04-15gallium: new, simple RGBA surface create/destroy helpersBrian Paul
2009-04-10tgsi/sse2: Cleanup NRM/NRM4 implementation.Michal Krol
2009-04-10rtasm: Silence `static function not used' warning.Michal Krol
2009-04-10draw: Silence pointer-to-integer cast warning.Michal Krol
2009-04-10draw: Fix vertex_header initialisation.Michal Krol
2009-04-09tgsi/sse2: Fix build.Michal Krol
2009-04-09draw: Fix LIT instruction.Michal Krol