18515 Commits (41ccdde767e7aba6e8e6a9a035eacd6338c03a95)
 

Autor SHA1 Mensagem Data
  Brian Paul 41ccdde767 cell: initial bits for 3D texture support 17 anos atrás
  Brian Paul 6c017c2c3c cell: replace FREE() with align_free() 17 anos atrás
  Brian Paul e42a394ed5 cell: fix incorrect parameter type 17 anos atrás
  Brian Paul 8f7c6b55ae cell: support for cubemaps 17 anos atrás
  Brian Paul e0931e520a cell: fall-through case for TGSI_OPCODE_TXB 17 anos atrás
  Brian Paul 85dc1aec9c cell: support NPOT textures, clamp/repeat mode, normalized/unorm texcoords 17 anos atrás
  Brian Paul 38d396e15a cell: fix npot texture tiling bugs 17 anos atrás
  Brian Paul 4f56d5bbf2 cell: fix broken negative texcoord conversion 17 anos atrás
  Brian Paul 6d2d5ceca2 cell: use minify vs magnify filters 17 anos atrás
  Brian Paul 58ea98dc68 cell: fix assertions 17 anos atrás
  Brian Paul f8bddf698d cell: basic mipmap filtering works now 17 anos atrás
  Brian Paul 3baf83db3c cell: fix tex image stride bugs 17 anos atrás
  Brian Paul 0bee156d85 cell: now do texture twiddling in the right way, at the right time. 17 anos atrás
  Brian Paul b7609be0f1 cell: remove old code, clean-ups, etc. 17 anos atrás
  Alan Hourihane 5d4f3b8417 dri: don't check the number of cliprects before swap, let 17 anos atrás
  Brian Paul fc562a7acd cell: more clean-up in spu_tri.c 17 anos atrás
  Brian Paul 5d7cc6176d cell: remove dead code, clean-up, reformatting 17 anos atrás
  Brian Paul dee18a147d cell: finish-up perspective-corrected interpolation 17 anos atrás
  Brian Paul 978799beb2 cell: initial work for mipmap texture filtering 17 anos atrás
  Brian Paul b0c136cfb1 cell: remove old texture-related fields 17 anos atrás
  Brian Paul c05cabd646 cell: use fewer memory references in sample_texture4_bilinear_2() 17 anos atrás
  Brian Paul 420e8cdf25 cell: remove more old texture code 17 anos atrás
  Brian Paul 67425aaa09 cell: bilinear texture filtering using integer arithmetic 17 anos atrás
  Brian Paul c8fb368261 cell: remove old texture code 17 anos atrás
  Brian Paul 3b07c28dee cell: do texture sampling/filtering for four pixels at a time. 17 anos atrás
  Brian Paul 734685549c cell: added spu_unpack_A8R8G8B8_transpose4() 17 anos atrás
  Alan Hourihane 5bc8ebb12b mesa: when emitting an address load instruction, for 17 anos atrás
  Brian Paul ecac7996d4 cell: more instruction scheduling optimizations (MIN/MAX/LERP/etc) 17 anos atrás
  Brian Paul 2a6c6fe01e Merge commit 'origin/master' into gallium-0.2 17 anos atrás
  Brian Paul 01e312a73b cell: pass texture unit (sampler number) to txp() function 17 anos atrás
  Ian Romanick 33ff407874 intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver 17 anos atrás
  Eric Anholt c011a9ca8c i965: Add missing intel_pixel_draw.c symlink to fix build. 17 anos atrás
  Brian Paul 24748268a3 mesa: fix asst. issues in _mesa_texstore_argb8888() 17 anos atrás
  Brian Paul bf9d9a9d01 mesa: include needed header 17 anos atrás
  Brian Paul f863ae1a04 mesa: remove unneeded includes 17 anos atrás
  Brian Paul 85a3bf6dab mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 17 anos atrás
  Brian Paul 3210a6d6c7 mesa: rename macro params to emphasize that there's no particular color ordering 17 anos atrás
  Brian Paul f63594bfef mesa: remove unneeded includes 17 anos atrás
  Brian Paul d3403b5482 cell: add emit_RI10s() which does range checking on the 10-bit signed immediate field 17 anos atrás
  Brian Paul f42ef6f39d cell: additional 'offset' checking in spe_lqd(), spe_stqd() 17 anos atrás
  Brian Paul 78c67a726f cell: fix assertions in spe_lqd(), spe_stqd() 17 anos atrás
  Brian Paul 53ae243869 cell: fix function prologue/epilogue code for large stack frames 17 anos atrás
  Robert Ellison adeed0f90f CELL: fixing stencil bugs 17 anos atrás
  Ian Romanick e700269441 intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver 17 anos atrás
  Brian Paul 02931db311 cell: call cell_flush_int() at end of cell_create_context() 17 anos atrás
  Brian Paul a13f61d34d cell: fix LERP when dst reg is a src reg 17 anos atrás
  Brian Paul b3a68b24bd replace 1.0/sqrt() with inversesqrt() 17 anos atrás
  Brian Paul a45d293fd9 cell: fix fm/fs copy & paste bug from a few commits ago 17 anos atrás
  Brian Paul e43af05311 cell: fix bug in emit_FLR() when src reg == dst reg 17 anos atrás
  Brian Paul dc7d213c54 cell: fix bug in emit_FRC() when src register == dst register. 17 anos atrás