Age | Commit message (Expand) | Author |
2009-09-03 | util: add version of u_blit_pixels which takes a writemask | Keith Whitwell |
2009-09-03 | aux/tgsi: pull back ureg work from 0.1 branch | Keith Whitwell |
2009-09-01 | tgsi: remove redundant CND0 opcode | Keith Whitwell |
2009-08-30 | util: Auto generate pixel format accessor functions from | José Fonseca |
2009-08-30 | Merge branch 'mesa_7_5_branch' | Michel Dänzer |
2009-08-29 | util: Add util_unsigned_logbase2. | José Fonseca |
2009-08-29 | util: Dump PIPE_FUNC_x value names. | José Fonseca |
2009-08-29 | util: Fix SCons build. | José Fonseca |
2009-08-29 | util: Auto-generate u_format_table.c from SConscript. | José Fonseca |
2009-08-29 | util: Fix blend factor dumping. | José Fonseca |
2009-08-29 | util: New file dedicated to dump state in human/machine readable format. | José Fonseca |
2009-08-29 | util: Make pixel format layout more meaningful. | José Fonseca |
2009-08-29 | util: Don't commit u_format_table.c | José Fonseca |
2009-08-29 | util: Fix r5g6b5 description. | José Fonseca |
2009-08-29 | util: Pixel format database. | José Fonseca |
2009-08-28 | util: Reset size to zero when failed to allocate buffer. | José Fonseca |
2009-08-27 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-27 | gallium/util: added support for SRGB formats | Brian Paul |
2009-08-27 | gallium/util: added cases for SRGB formats | Brian Paul |
2009-08-24 | tgsi: Fix build error due to commit acc7da90 | Cooper Yuan |
2009-08-24 | tgsi: Only free temp uregs. | José Fonseca |
2009-08-24 | tgsi: Pass pipe_context as a parameter to ureg_create_shader. | José Fonseca |
2009-08-24 | tgsi: add generic instruction builder | Keith Whitwell |
2009-08-20 | tgsi: check for SOA dependencies in SSE and PPC code generators | Brian Paul |
2009-08-20 | tgsi: handle SOA dependencies for MOV/SWZ | Brian Paul |
2009-08-20 | tgsi: added tgsi_full_instruction::Flags field | Brian Paul |
2009-08-20 | tgsi: when printing/dumping programs indent loops and conditionals | Brian Paul |
2009-08-20 | tgsi: check for SOA dependencies in SSE and PPC code generators | Brian Paul |
2009-08-20 | tgsi: handle SOA dependencies for MOV/SWZ | Brian Paul |
2009-08-20 | tgsi: added tgsi_full_instruction::Flags field | Brian Paul |
2009-08-19 | gallium: rename copy/fill_rect utility functions | Brian Paul |
2009-08-19 | tgsi: Add missing include. | José Fonseca |
2009-08-19 | tgsi: Fix typo in ureg constant creation. | José Fonseca |
2009-08-19 | tgsi: silence compiler warning | Keith Whitwell |
2009-08-19 | tgsi: remove unused function argument | Keith Whitwell |
2009-08-19 | tgsi: add missing functionality to support instructions with labels | Keith Whitwell |
2009-08-18 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-18 | tgsi/ppc: we don't implement saturation modes yet | Brian Paul |
2009-08-18 | tgsi/sse: we don't implement saturation modes yet | Brian Paul |
2009-08-17 | gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create() | Brian Paul |
2009-08-13 | tgsi: add simple facility for releasing and reusing temporaries | Keith Whitwell |
2009-08-13 | tgsi: rename ureg src/dest converters | Keith Whitwell |
2009-08-13 | draw: Remove unused variable. | José Fonseca |
2009-08-13 | Merge branch 'mesa_7_5_branch' | Keith Whitwell |
2009-08-13 | draw: cope with more primitives in draw_pipeline_run | Keith Whitwell |
2009-08-13 | tgsi: turn off debugging | Keith Whitwell |
2009-08-13 | tgsi: use REALLOC for growing token pool | Keith Whitwell |
2009-08-13 | util: silence warnings for third REALLOC argument | Keith Whitwell |
2009-08-13 | util: remove unneeded includes | Keith Whitwell |
2009-08-13 | util: convert u_simple_shaders to use tgsi_ureg | Keith Whitwell |