Age | Commit message (Expand) | Author |
2010-06-07 | cell/spu: divorce from tgsi_exec.h | Keith Whitwell |
2010-05-21 | gallium: remnants of old ccw state | Keith Whitwell |
2010-04-27 | cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. | José Fonseca |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-01 | cell: Rename pipe formats. | José Fonseca |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-08 | cell: fix the usual cell breakage | Marc Dietrich |
2010-01-27 | cell: remove commas from structs wrapped in PIPE_ALIGN_TYPE macro | Brian Paul |
2010-01-12 | gallium: Simplify PIPE_ALIGN_VAR. | José Fonseca |
2010-01-12 | gallium: Generalize the alignment macros to other compilers and any alignment. | José Fonseca |
2010-01-06 | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri |
2010-01-05 | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR. | Michal Krol |
2009-11-24 | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_dst_register to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_declaration to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity | Keith Whitwell |
2009-10-23 | gallium: remove extended negate also, and also the ExtSwz token | Keith Whitwell |
2009-10-23 | cell: typo from ExtSwizzle commit | Keith Whitwell |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
2009-09-01 | tgsi: remove redundant CND0 opcode | Keith Whitwell |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-23 | gallium: remove deprecated TGSI opcodes | Keith Whitwell |
2009-07-22 | cell: update TGSI_OPCODE_ cases | Brian Paul |
2009-05-21 | cell: perform triangle cull a little earlier | Jonathan Adamczewski |
2009-05-21 | cell: unroll inner loop of spu_render.c:cmd_render() | Jonathan Adamczewski |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-16 | cell: use some SPU intrinsics to get slightly better code in eval_inputs() | Brian Paul |
2009-02-15 | cell: minor Makefile clean-up | Brian Paul |
2009-02-15 | cell: new/tighter code for computing fragment program inputs | Brian Paul |
2009-02-15 | cell: combine eval_z(), eval_w() functions | Brian Paul |
2009-02-07 | cell: compile fix: alpha.ref is now alpha.ref_value | Brian Paul |
2009-01-14 | cell: Specify constant as float for CEILF(). | Jonathan Adamczewski |
2009-01-13 | cell: Add missing suffix to SHUFFLE macro | Jonathan Adamczewski |
2009-01-12 | cell: allocate batch buffers w/ 16-byte alignment | Jonathan Adamczewski |
2009-01-05 | cell: SIMDize sorting in setup_sort_vertices() | Jonathan Adamczewski |
2009-01-05 | cell: SIMDize some subtractions | Jonathan Adamczewski |
2009-01-04 | cell: improvements to spu_tri.c | Jonathan Adamczewski |
2009-01-04 | cell: new spu_shuffle.h header | Jonathan Adamczewski |
2008-11-21 | CELL: use variant-length fragment ops programs | Robert Ellison |
2008-11-11 | CELL: two-sided stencil fixes | Robert Ellison |
2008-10-30 | CELL: stencil bug fixes | Robert Ellison |
2008-10-29 | cell: use simd utilities for pow, exp2, log2 | Brian Paul |
2008-10-28 | cell: fix a number of fence issues | Brian Paul |
2008-10-22 | cell: implement fencing for texture buffers | Brian Paul |
2008-10-17 | cell: use an approximation in compute_lambda_2d() to avoid sqrt | Brian Paul |
2008-10-17 | cell: add new debug flag (cache) to report texture cache stats on exit | Brian Paul |
2008-10-17 | cell: use 7-bit weights in sample_texture_2d_bilinear_int() | Brian Paul |
2008-10-16 | cell: pass spu_texture_level ptr to get_four_texels() | Brian Paul |