5464 Commits (9f6e8e1d6b8696a3ee96cba01b2466ba7a1a8ef6)

Author SHA1 Message Date
  Luca Barbieri 2e6c65722a nvfx: fix some subrectangle copies 15 years ago
  Luca Barbieri 90d3291595 nvfx: fix inlinining in nv04_2d.c 15 years ago
  Luca Barbieri 11d29739e1 nvfx: fix the temporary copying logic and add asserts 15 years ago
  Luca Barbieri f7392eb23a nvfx: prevent swizzled rendering into formats where it's not supported 15 years ago
  Marek Olšák cbf7e82786 Revert "r300g: refuse to create a texture with size 0" 15 years ago
  Marek Olšák 6e64096190 r300g: remove unnecessary assignments 15 years ago
  Marek Olšák d3ca8a4edd r300g: skip draw calls with no vertex elements, fixing hardlocks 15 years ago
  Marek Olšák cfc461fca6 r300g: add a new debug option which disables compiler optimizations 15 years ago
  Marek Olšák f46fd04136 r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders 15 years ago
  Marek Olšák 3ba562e62a r300/compiler: add new compiler parameter max_constants 15 years ago
  Marek Olšák 56de72c78a r300g: only check for an empty shader if there are no compile errors 15 years ago
  Marek Olšák 313e95f0c7 r300/compiler: add new compiler parameter max_alu_insts 15 years ago
  Luca Barbieri 7a830ac49f nvfx: consolidate tiny files 15 years ago
  Luca Barbieri f1d50606ba nvfx: fix vp DP2 15 years ago
  Luca Barbieri 72648ca51f nvfx: implement fp SSG properly 15 years ago
  Luca Barbieri 527a4f11a7 nvfx: don't claim we support preds since the driver doesn't 15 years ago
  Luca Barbieri f1507806ca nv40: support all 10 texcoords 15 years ago
  Luca Barbieri c98b29ec92 nvfx: add missing context init 15 years ago
  Luca Barbieri e887a9fcad nvfx: tidy up state_emit 15 years ago
  Luca Barbieri 71a8544f89 nvfx: support all coord conventions in hardware 15 years ago
  Luca Barbieri 5dd296bcb1 nvfx: add missing pushbuffer space check 15 years ago
  Luca Barbieri 351a669465 nvfx: support all possible vs consts 15 years ago
  Luca Barbieri fa82ad84fb nvfx: set magic bit to round NPOT mipmap sizes down and not up 15 years ago
  Luca Barbieri 60fe5757ae nvfx: allow nested blitter usage, fixing bug in clear 15 years ago
  Brian Paul 3b8182793b galahad: do map/unmap counting for resources 15 years ago
  Luca Barbieri befc66788b nvfx: implement LIT in fp 15 years ago
  Luca Barbieri 67a9a90794 nvfx: fix division by zero in vp-ignore-input 15 years ago
  Luca Barbieri f1980af71d nvfx: report correct max lodbias 15 years ago
  Luca Barbieri 657b88fc4c nvfx: remove message 15 years ago
  Luca Barbieri b946984e3b nvfx: support indirect addressing in vps 15 years ago
  Luca Barbieri 6ddfdaead8 nvfx: fix support for more than 8 texture units (fixes etqw crash) 15 years ago
  Dave Airlie 50c1b6f2e8 r600g: fix segfault in state after rework 15 years ago
  Dave Airlie 191bfc5c3b r600g: refactor sample states into a reusable struct. 15 years ago
  Dave Airlie 9ef228ee2d r600g: reduce size of r600 context structure to !insane 15 years ago
  Dave Airlie b5fcf82749 r600g: add texture border state. 15 years ago
  Dave Airlie ce7077423f r600g: deref old driver states for set entry points. 15 years ago
  Dave Airlie 4ca207b174 r600g: drop r600_bind_state. 15 years ago
  Dave Airlie 49b4f5259b r600g: kill r600_context_state function 15 years ago
  Dave Airlie 1bd8493a0b r600g: move lots of state inline helpers to separate header. 15 years ago
  Dave Airlie 883cbbd99c r600g: drop magic numbers in depth state. 15 years ago
  Jerome Glisse f8d11b2e8e r600g: force unbind of previously bind sampler/sampler_view 15 years ago
  Jerome Glisse e73c5501b2 r600g: fix memory/bo leak 15 years ago
  Dave Airlie 5d5f693cef r600g: fix thinko in shadow code. 15 years ago
  Dave Airlie 76d0541e79 r600g: fix logicop, the 3d ROP is the 2D rop shifted twice. 15 years ago
  Dave Airlie e8ff0f63b6 r600g: fix depth texture tests 15 years ago
  Dave Airlie 7299023c2a r600g: add missing vertex fetch formats to the translation table. 15 years ago
  Jerome Glisse 31b84acbd2 r600g: fix binding of same texture to several target slot 15 years ago
  Dave Airlie 36192b772e r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_view 15 years ago
  Jerome Glisse ffcb443cd7 r600g: silence compiler warning 15 years ago
  Jerome Glisse 67234b4b42 r600g: refix db/cb state 15 years ago