| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'gallium-dynamicstencilref' | Roland Scheidegger | 2010-02-12 | 3 | -10/+37 |
|\ |
|
| * | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger | 2010-02-12 | 1 | -5/+5 |
| * | nouveau: fix compile errors... | Roland Scheidegger | 2010-02-11 | 1 | -2/+2 |
| * | nv50: adapt to stencil ref changes | Roland Scheidegger | 2010-02-11 | 3 | -5/+32 |
* | | nouveau: use AVAIL_RING() | Ben Skeggs | 2010-02-12 | 1 | -2/+2 |
* | | nouveau: remove u_simple_screen.h includes | Ben Skeggs | 2010-02-11 | 2 | -2/+0 |
|/ |
|
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 2 | -10/+8 |
|\ |
|
| * | gallium: add point_quad_rasterization bit to rasterizer state | Roland Scheidegger | 2010-02-04 | 1 | -1/+1 |
| * | gallium: clean up point sprite rasterizer state | Roland Scheidegger | 2010-02-03 | 2 | -9/+7 |
* | | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 5 | -9/+12 |
* | | nouveau: include stdio.h and u_inlines.h in all context files since embedded ... | Dave Airlie | 2010-02-04 | 1 | -0/+2 |
* | | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple... | José Fonseca | 2010-02-02 | 2 | -2/+2 |
* | | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 7 | -7/+7 |
* | | nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy | Marcin Slusarz | 2010-02-01 | 1 | -0/+3 |
* | | tgsi: add caps for fragment coord conventions (v3) | Luca Barbieri | 2010-01-29 | 1 | -0/+6 |
* | | Merge commit 'origin/perrtblend' | Roland Scheidegger | 2010-01-28 | 2 | -22/+50 |
|\ \ |
|
| * | | nv50: supports independent blend enables | Christoph Bumiller | 2010-01-26 | 2 | -17/+41 |
| * | | gallium: add the new PIPE_CAP blend bits to more drivers | Roland Scheidegger | 2010-01-26 | 1 | -0/+4 |
| * | | nouveau: adapt drviers to blend changes | Roland Scheidegger | 2010-01-25 | 1 | -11/+11 |
* | | | nv50: fix uninitialized variable in nv50_revdep_reorder | Marcin Slusarz | 2010-01-25 | 1 | -1/+1 |
* | | | nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx) | Marcin Slusarz | 2010-01-25 | 1 | -0/+4 |
* | | | nv50: fix handling of FragCoord input | Christoph Bumiller | 2010-01-24 | 1 | -12/+11 |
* | | | nv50: only flush texture caches on st request | Christoph Bumiller | 2010-01-24 | 2 | -3/+5 |
* | | | nv50: implement render_condition | Christoph Bumiller | 2010-01-24 | 1 | -4/+36 |
|/ / |
|
* | | nv50: fix constant vtxattr methods | Christoph Bumiller | 2010-01-18 | 1 | -13/+13 |
* | | nv50: make instanced drawing work with edge flags | Christoph Bumiller | 2010-01-18 | 1 | -45/+162 |
* | | nv50: cannot exit shaders on a control flow instruction | Christoph Bumiller | 2010-01-18 | 1 | -1/+9 |
* | | nv50: fix nv50_program->immd memory leak | Marcin Slusarz | 2010-01-18 | 1 | -0/+1 |
* | | nv50: implement instanced drawing | Christoph Bumiller | 2010-01-17 | 7 | -39/+314 |
* | | nv50: fix tile flags for scanout tex usage | Christoph Bumiller | 2010-01-16 | 1 | -1/+12 |
* | | nv50: handle all and more system values | Christoph Bumiller | 2010-01-16 | 2 | -12/+110 |
* | | nv50: hook up geometry programs | Christoph Bumiller | 2010-01-16 | 7 | -27/+103 |
* | | nv50: support for geometry programs in nv50_program | Christoph Bumiller | 2010-01-16 | 5 | -119/+341 |
* | | nv50: get access to primitive input space | Christoph Bumiller | 2010-01-16 | 1 | -88/+197 |
* | | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | 2010-01-15 | 1 | -3/+3 |
|\ \ |
|
| * | | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger | 2010-01-11 | 1 | -1/+1 |
| * | | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger | 2009-12-24 | 1 | -3/+3 |
* | | | nv50: fix 2 off by one memory leaks (nv50_miptree_level->image_offset) | Marcin Slusarz | 2010-01-12 | 1 | -2/+2 |
* | | | nv50: fix memory leak on nv50_pc free | Marcin Slusarz | 2010-01-12 | 1 | -0/+2 |
| |/
|/| |
|
* | | nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SAD | Christoph Bumiller | 2010-01-08 | 1 | -3/+149 |
* | | nv50: free src temp_temps on emit | Christoph Bumiller | 2010-01-08 | 1 | -32/+42 |
* | | nv50: try to honor sprite coord mode | Christoph Bumiller | 2010-01-08 | 1 | -4/+10 |
* | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-08 | 1 | -1/+1 |
|\ \ |
|
| * | | nv50: add missing parentheses in nv50_query_result() | Roel Kluin | 2010-01-06 | 1 | -1/+1 |
* | | | nv50: preallocate TEMPs written first time in a subroutine | Christoph Bumiller | 2010-01-07 | 1 | -2/+10 |
* | | | nv50: handle TGSI_OPCODE_SAD,UADD | Christoph Bumiller | 2010-01-07 | 1 | -0/+96 |
* | | | nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMIN | Christoph Bumiller | 2010-01-07 | 1 | -10/+49 |
* | | | nv50: handle integer SET operations | Christoph Bumiller | 2010-01-07 | 1 | -21/+34 |
* | | | nv50: handle TGSI_OPCODE_SHL,ISHR,USHR | Christoph Bumiller | 2010-01-07 | 1 | -0/+42 |
* | | | nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src mods | Christoph Bumiller | 2010-01-07 | 1 | -87/+131 |