| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: EXT_timer_query support. | Mathias Fröhlich | 2010-05-17 | 1 | -0/+2 |
* | nouveau/nvfx: Define some capabilities for shaders | Patrice Mandin | 2010-05-14 | 1 | -0/+38 |
* | gallium: Make PIPE_CAP_xxx enums. | José Fonseca | 2010-05-12 | 1 | -2/+2 |
* | nouveau: only advertise PIPE_FORMAT_DXT* if s3tc available | Xavier Chantry | 2010-05-05 | 1 | -4/+12 |
* | nvfx: Move src/gallium/drivers to beginning of SCons include path. | Vinson Lee | 2010-04-27 | 1 | -1/+1 |
* | nvfx: Add include path to SCons build. | Vinson Lee | 2010-04-25 | 1 | -0/+4 |
* | nvfx: Add missing header. | Vinson Lee | 2010-04-25 | 1 | -0/+1 |
* | nvfx: Add to SCons build. | Vinson Lee | 2010-04-24 | 1 | -0/+36 |
* | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul | 2010-04-20 | 4 | -7/+7 |
* | nvfx: Fix typo. | José Fonseca | 2010-04-20 | 1 | -1/+1 |
* | Merge branch 'gallium-index-bias' | José Fonseca | 2010-04-20 | 3 | -16/+24 |
|\ |
|
| * | nvfx: Adapt for index bias interface change. | José Fonseca | 2010-04-19 | 3 | -16/+24 |
* | | Merge branch '7.8' | Brian Paul | 2010-04-19 | 2 | -2/+3 |
* | | nvfx: Fix include recursion. | Vinson Lee | 2010-04-18 | 1 | -1/+2 |
* | | nvfx: Add missing header and forward declaration. | Vinson Lee | 2010-04-18 | 1 | -0/+4 |
* | | nvfx: move declarations before code | Brian Paul | 2010-04-18 | 1 | -11/+12 |
* | | nvfx: fix void * arithmetic warning | Brian Paul | 2010-04-18 | 1 | -1/+1 |
* | | nvfx: move declarations before code | Brian Paul | 2010-04-18 | 1 | -4/+9 |
* | | nvfx: move declarations before code to silence warnings | Brian Paul | 2010-04-18 | 3 | -6/+11 |
* | | nvfx: fix fragment program constant updates | Luca Barbieri | 2010-04-18 | 1 | -1/+4 |
|/ |
|
* | nvfx: Initialize variables. | Vinson Lee | 2010-04-17 | 2 | -4/+4 |
* | nvfx: Remove unused variables. | Vinson Lee | 2010-04-17 | 2 | -3/+0 |
* | nvfx: Remove unnecessary headers. | Vinson Lee | 2010-04-17 | 4 | -6/+0 |
* | nvfx: dont swizzle stuff into GART | Xavier Chantry | 2010-04-15 | 1 | -2/+2 |
* | nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ... | Luca Barbieri | 2010-04-15 | 3 | -17/+28 |
* | nvfx: use dynamically sized rotating BO pool for fragment programs | Luca Barbieri | 2010-04-13 | 2 | -110/+137 |
* | nvfx: fix for 64-bit systems | Luca Barbieri | 2010-04-13 | 1 | -1/+1 |
* | nvfx: add LRP in vertprog | Luca Barbieri | 2010-04-12 | 1 | -0/+5 |
* | nvfx: add SIN and COS in vertprog | Luca Barbieri | 2010-04-12 | 1 | -0/+6 |
* | nvfx: add missing vertprog setcond instructions | Luca Barbieri | 2010-04-12 | 1 | -0/+18 |
* | nvfx: allocate a bigger block for queries | Luca Barbieri | 2010-04-12 | 2 | -4/+11 |
* | nvfx: support an unlimited number of occlusion queries | Luca Barbieri | 2010-04-12 | 3 | -8/+22 |
* | nvfx: fix TXL opcode value | Luca Barbieri | 2010-04-12 | 1 | -1/+1 |
* | nvfx: Add support for two sided color | Luca Barbieri | 2010-04-12 | 2 | -2/+4 |
* | nvfx: fix compile error | Luca Barbieri | 2010-04-12 | 1 | -1/+1 |
* | nvfx: don't use hw index buffers on nv3x and nv44 | Luca Barbieri | 2010-04-12 | 2 | -2/+3 |
* | nvfx: expose PIPE_FORMAT_B8G8R8X8_UNORM support | Luca Barbieri | 2010-04-12 | 1 | -0/+2 |
* | nvfx: add support for ARB_half_float_vertex | Luca Barbieri | 2010-04-12 | 1 | -0/+10 |
* | nvfx: allocate buffers in GART if !NOUVEAU_SWTNL | Luca Barbieri | 2010-04-12 | 1 | -2/+1 |
* | nvfx: move check for NOUVEAU_SWTNL | Luca Barbieri | 2010-04-12 | 3 | -11/+5 |
* | nvfx: remove #include "nouveau_stateobj.h" | Luca Barbieri | 2010-04-12 | 1 | -1/+0 |
* | nvfx: rework validation logic to use code and avoid stateobjs | Luca Barbieri | 2010-04-12 | 18 | -285/+127 |
* | nvfx: add NVFX_NEW_{FRAG,VERT}CONST | Luca Barbieri | 2010-04-12 | 4 | -4/+6 |
* | nvfx: so->RING_3D: vertprog | Luca Barbieri | 2010-04-12 | 2 | -27/+19 |
* | nvfx: so->RING_3D: sr | Luca Barbieri | 2010-04-12 | 1 | -9/+6 |
* | nvfx: so->sb: blend | Luca Barbieri | 2010-04-12 | 3 | -27/+25 |
* | nvfx: so->sb: zsa | Luca Barbieri | 2010-04-12 | 3 | -40/+36 |
* | nvfx: so->sb: rasterizer | Luca Barbieri | 2010-04-12 | 3 | -52/+48 |
* | nvfx: so->RING_3D: screen | Luca Barbieri | 2010-04-12 | 1 | -93/+89 |
* | nvfx: so->RING_3D: viewport | Luca Barbieri | 2010-04-12 | 1 | -29/+25 |