319 コミット (4f134f91a427b053d1bc069cb6cac48a0982abc3)

作成者 SHA1 メッセージ 日付
  Brian Paul 83a525af95 cell: use tgsi_dump_instruction() instead of spe_comment() 17年前
  Brian Paul fba6dac380 cell: added rule to produce .s assembly files 17年前
  Brian Paul a129c7268a cell: fix breakage from xlib re-org 17年前
  Keith Whitwell 002dfb12fc gallium: split driver-independent code out of xlib winsys 17年前
  Jonathan Adamczewski 52d5d25537 cell: replace 0 with -1 in SPE_COUNT_USABLE_SPES query 17年前
  Brian Paul b7257890dc cell: fix code emit for RSQ/RCP when src arg == dst arg 17年前
  Jonathan Adamczewski 785e90a7dc cell: SIMDize sorting in setup_sort_vertices() 17年前
  Jonathan Adamczewski 90167d0ee9 cell: SIMDize some subtractions 17年前
  Jonathan Adamczewski bd2e8888ed cell: improvements to spu_tri.c 17年前
  Jonathan Adamczewski 921ec940f0 cell: new spu_shuffle.h header 17年前
  Brian Paul 8f6e2f8620 cell: initial codegen support for fragment shader loops 17年前
  Brian Paul 38b526999c cell: add support for PIPE_CAP_TEXTURE_MIRROR_REPEAT query 17年前
  Brian Paul 7ba6869308 cell: clean-up, improve SPU code generation 17年前
  Brian 9832f92850 cell: fix typo (s/10/0) 17年前
  Robert Ellison 11fc390f64 CELL: use variant-length fragment ops programs 17年前
  Robert Ellison 85063fe943 CELL: improve twiddling/untwiddling error text 17年前
  Robert Ellison 2c29a6896a CELL: fix stencil twiddling, stencil invert 17年前
  Robert Ellison 44257a8e75 CELL: fix stencil test bugs 17年前
  Brian Paul 058ccf0cb5 cell: include cell_surface.h 17年前
  Brian Paul 2d8d82000e cell: include cell_pipe_state.h 17年前
  Brian Paul 7f3d45758c cell: implement NRM3 opcode 17年前
  Robert Ellison 90027f8578 CELL: two-sided stencil fixes 17年前
  Robert Ellison b493fdd7e3 CELL: fix several stencil problems 17年前
  Brian Paul 88360913a7 cell: minor reformatting, var renaming 17年前
  Robert Ellison 14e1505cce CELL: fix use of stencil value mask 17年前
  Jonathan White 443e102fdc cell: Protected use of non-initialized untile buffers 17年前
  Robert Ellison 711f8a1dd9 CELL: stencil bug fixes 17年前
  Jonathan White 157ddc1418 cell: Added check for PIPE_FLUSH_RENDER_CACHE to cell_flush to fix black blocks during st_readpixels due to a flush wait not happening in order to allow any previous rendering to complete. 17年前
  Brian Paul 1f7a323a13 cell: add scalar param to emit_function_call() to indicate scalar function calls 17年前
  Brian Paul 8b3af5c5d6 cell: use simd utilities for pow, exp2, log2 17年前
  Brian Paul db680ac0e3 cell: fix a number of fence issues 17年前
  Brian Paul 5748759087 cell: don't include libmisc.h 17年前
  Brian Paul d01324eb78 cell: fix some problems when displaying to a PIPE_FORMAT_B8G8R8A8_UNORM screen 17年前
  Jonathan White 582ca6e418 cell: Added support for untwiddling textures during glReadPixels. This allows glReadPixels to work correctly on cell now and makes conformance tests that use pixel compares useable. 17年前
  Brian Paul 3aea9c463b cell: include pthread.h 17年前
  Brian Paul 70dd4379d2 cell: implement fencing for texture buffers 17年前
  Brian Paul 0ae4728eb4 cell: set cell->num_textures 17年前
  Brian Paul 0c1e98d959 cell: note that dst reg writing needs clamping 17年前
  Brian Paul abfc32a68c cell: minor improvements to batch buffer functions 17年前
  Brian Paul 6cec79dc4f cell: temporarily disable freeing of tiled texture memory 17年前
  Brian Paul 81724da4f6 cell: use an approximation in compute_lambda_2d() to avoid sqrt 17年前
  Brian Paul 9fa8671c73 cell: add new debug flag (cache) to report texture cache stats on exit 17年前
  Brian Paul cb8ebc9124 cell: more efficient state emit for textures/samplers 17年前
  Brian Paul fa7b838806 cell: use 7-bit weights in sample_texture_2d_bilinear_int() 17年前
  Brian Paul 51ffab362b cell: pass spu_texture_level ptr to get_four_texels() 17年前
  Brian Paul 033c90f4c1 cell: implement KIL instruction 17年前
  Brian Paul 8bff2fccc9 cell: CELL_NUM_SPUS env var 17年前
  Brian Paul 5191429b15 cell: trilinear mipmap interpolation 17年前
  Brian Paul f0c70f9aab cell: update comments 17年前
  Brian Paul 1da8f9b005 cell: call proper sampler function in sample_texture_cube() 17年前