aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-1/+1
|\
| * util: Single precision constants.José Fonseca2009-06-101-1/+1
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-091-1/+1
|\|
| * pipebuffer: Silence out of heap space debug printJakob Bornecrantz2009-06-081-1/+1
* | rbug: Change block protocol around a bitJakob Bornecrantz2009-06-094-217/+45
* | rbug: Extend context info and block opsJakob Bornecrantz2009-06-094-0/+293
* | llvm: fix compile on gcc 4.4Dave Airlie2009-06-081-0/+2
* | util: Fix winsock include.Michal Krol2009-06-051-1/+1
* | rbug: Update rbug protocol with new context callsJakob Bornecrantz2009-06-047-43/+336
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-045-7/+43
|\|
| * tgsi: increase MAX_LABELS to 4096Brian Paul2009-06-041-1/+1
| * util: Unsaved change missing from last commit.José Fonseca2009-06-021-1/+1
| * util: Support Z24S8/Z24X8 -> unsigned conversion.José Fonseca2009-06-021-0/+15
| * util: Fix 24 to 32 bit expansion binary arithmetic expression.José Fonseca2009-06-021-1/+1
| * gallium/draw: Free specialized versions of driver shadersKeith Whitwell2009-06-013-0/+13
| * draw: free more token arraysKeith Whitwell2009-06-012-5/+12
| * draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell2009-06-011-0/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-011-0/+1
|\|
| * draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul2009-06-011-0/+1
| * util/upload: catch failures to map_range and return errorKeith Whitwell2009-05-081-13/+17
| * util: Limit the stack walk to avoid referencing undefined memory.José Fonseca2009-05-081-1/+10
| * gallium/tgsi: hack around linker/archiver breakageKeith Whitwell2009-05-081-0/+27
| * gallium/draw: cope with unused vertex_elementsKeith Whitwell2009-05-083-2/+9
| * pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca2009-05-081-1/+101
| * pb: Dump the fenced buffer sizes.José Fonseca2009-05-081-4/+6
* | rbug: Add Gallium Remote Debugger Protocol codeJakob Bornecrantz2009-06-0117-0/+3049
* | util: Add simple network functionsJakob Bornecrantz2009-06-014-0/+214
* | draw: Fix assertion failure at fetch_emit_prepareMike Kaplinksiy2009-05-271-0/+6
* | Create common trace_drm code, add to radeon_winsys.Corbin Simpson2009-05-161-0/+165
* | util/upload: catch failures to map_range and return errorKeith Whitwell2009-05-081-13/+17
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-051-10/+86
|\|
| * gallium: fix texcoords for cubemap mipmap generationBrian Paul2009-05-051-10/+86
* | util: Limit the stack walk to avoid referencing undefined memory.José Fonseca2009-05-051-1/+10
* | gallium/tgsi: hack around linker/archiver breakageKeith Whitwell2009-05-051-0/+27
* | gallium/draw: cope with unused vertex_elementsKeith Whitwell2009-05-053-2/+9
* | pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca2009-05-051-1/+101
* | pb: Dump the fenced buffer sizes.José Fonseca2009-05-051-4/+6
* | draw: added some inf/nan debug code (disabled)Brian Paul2009-05-011-0/+6
|/
* tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)Brian Paul2009-04-291-0/+62
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-2815-1/+24
* util/indices: remove debug printsKeith Whitwell2009-04-282-161/+0
* util: Remove unix includes.José Fonseca2009-04-271-4/+0
* util/time: add util_time_sleep() for windows userspaceKeith Whitwell2009-04-271-0/+9
* util: Add debug_printf_onceMicah Dowty2009-04-241-0/+16
* tgis: SSE code generator doesn't yet support indirect addressing of temp regsBrian Paul2009-04-241-0/+29
* pipebuffer: don't fail when validating mapped buffersKeith Whitwell2009-04-241-4/+5
* util: Add more entry points for dumping to bmpJakob Bornecrantz2009-04-242-18/+43
* gallium: license, copyrightBrian Paul2009-04-222-0/+62
* util: don't set unused blend stateKeith Whitwell2009-04-202-8/+0
* util: flush stdout before emitting debug_printf on stderrKeith Whitwell2009-04-171-0/+2