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