| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50: move onto shared fence code | Ben Skeggs | 2011-03-01 | 10 | -347/+45 |
* | nv50-nvc0: set cur_ctx during init if none currently bound | Ben Skeggs | 2011-03-01 | 1 | -0/+2 |
* | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller | 2011-02-28 | 41 | -6621/+8825 |
* | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák | 2011-02-14 | 1 | -0/+2 |
* | nv50: fix query assertion | Marcin Slusarz | 2011-02-13 | 1 | -1/+1 |
* | nv50,nvc0: do not forget to apply sign mode to saved TGSI inputs | Christoph Bumiller | 2011-02-09 | 1 | -1/+1 |
* | nv50,nvc0: fix condition code change when commuting SET sources | Christoph Bumiller | 2011-02-09 | 1 | -1/+1 |
* | nouveau: fix build against out of tree libdrm | Dave Airlie | 2011-01-17 | 1 | -0/+3 |
* | nvfx,nv50: pipe_reference the constant buffers | Christoph Bumiller | 2011-01-08 | 1 | -5/+4 |
* | gallium: drivers should reference vertex buffers | Marek Olšák | 2011-01-06 | 2 | -2/+7 |
* | nouveau: fix includes for latest libdrm | Ben Skeggs | 2010-12-21 | 1 | -1/+1 |
* | gallium: remove unused 'buf' parameter in pipe_buffer_unmap | Marek Olšák | 2010-12-20 | 2 | -2/+2 |
* | nv50: silence some unknown get_param warnings | Ben Skeggs | 2010-12-03 | 1 | -0/+4 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 10 | -79/+101 |
* | gallium: add PIPE_SHADER_CAP_SUBROUTINES | Marek Olšák | 2010-11-22 | 1 | -0/+2 |
* | nv50: fill out CAPs for indirect addressing | Marek Olšák | 2010-11-12 | 1 | -0/+5 |
* | st/mesa: unbind constant buffer when not in use | Keith Whitwell | 2010-11-02 | 1 | -0/+3 |
* | nv50: apply layout_mask to tile_flags | Xavier Chantry | 2010-10-15 | 3 | -6/+9 |
* | nv50: fix always true conditional in shader optimization | Nicolas Kaiser | 2010-10-05 | 1 | -1/+1 |
* | nv50: fix GP state bind and validate | Christoph Bumiller | 2010-09-28 | 2 | -1/+5 |
* | nv50: fix/handle a few more PIPE_CAPs | Christoph Bumiller | 2010-09-25 | 1 | -1/+6 |
* | nv50: use CLEAR_BUFFERS for surface fills | Christoph Bumiller | 2010-09-25 | 3 | -22/+94 |
* | nv50: use formats table in nv50_surface.c | Christoph Bumiller | 2010-09-25 | 2 | -52/+31 |
* | nv50: Remove dead initialization. | Vinson Lee | 2010-09-18 | 1 | -1/+1 |
* | nv50: Remove dead initialization. | Vinson Lee | 2010-09-18 | 1 | -1/+1 |
* | nv50: Silence missing initializer warning. | Vinson Lee | 2010-09-18 | 1 | -1/+1 |
* | nv50: fix typo in fifo packet length limit | Christoph Bumiller | 2010-09-18 | 1 | -2/+2 |
* | nv50: emit constbuf relocs before uploading constants | Christoph Bumiller | 2010-09-18 | 3 | -21/+56 |
* | nv50: add relocs for stack and local mem buffers | Christoph Bumiller | 2010-09-18 | 5 | -3/+31 |
* | nv50: get shader fixups/relocations into working state | Christoph Bumiller | 2010-09-16 | 4 | -54/+79 |
* | nv50: don't segfault on shaders with 0 instructions | Christoph Bumiller | 2010-09-16 | 1 | -1/+3 |
* | nv50: Fix 'control reaches end of non-void function' warning. | Vinson Lee | 2010-09-15 | 1 | -0/+1 |
* | nv50: Silence uninitialized variable warnings. | Vinson Lee | 2010-09-15 | 1 | -1/+2 |
* | nv50: Silence uninitialized variable warning. | Vinson Lee | 2010-09-15 | 1 | -1/+2 |
* | nv50: Silence uninitialized variable warning. | Vinson Lee | 2010-09-15 | 1 | -1/+1 |
* | nv50: Silence uninitialized variable warning. | Vinson Lee | 2010-09-15 | 1 | -0/+1 |
* | nv50: Remove unnecessary headers. | Vinson Lee | 2010-09-15 | 2 | -2/+0 |
* | nv50: Update files in SConscript to match Makefile. | Vinson Lee | 2010-09-15 | 1 | -1/+8 |
* | nv50: use unsigned int for bitfields to silence warnings | Brian Paul | 2010-09-15 | 2 | -16/+16 |
* | Merge remote branch 'origin/nv50-compiler' | Christoph Bumiller | 2010-09-15 | 23 | -5020/+9082 |
|\ |
|
| * | nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT | Christoph Bumiller | 2010-09-15 | 2 | -2/+5 |
| * | nv50: improve and fix modifier folding optimization | Christoph Bumiller | 2010-09-15 | 4 | -26/+46 |
| * | nv50: consider address register in reload elimination | Christoph Bumiller | 2010-09-15 | 1 | -7/+11 |
| * | nv50: fix TXP depth comparison value | Christoph Bumiller | 2010-09-13 | 1 | -16/+22 |
| * | nv50: fix indirect CONST access with large or negative offsets | Christoph Bumiller | 2010-09-13 | 2 | -3/+12 |
| * | nv50: MOV TEMP[0], -CONST[0] must be float32 negation | Christoph Bumiller | 2010-09-13 | 1 | -2/+7 |
| * | nv50: interp cannot write flags reg | Christoph Bumiller | 2010-09-13 | 3 | -7/+25 |
| * | nv50: check for immediates when turning MUL ADD into MAD | Christoph Bumiller | 2010-09-13 | 1 | -0/+9 |
| * | nv50: handle TGSI EXP and LOG again | Christoph Bumiller | 2010-09-13 | 2 | -3/+47 |
| * | nv50: match TEMP limit with nv50 ir builder | Christoph Bumiller | 2010-09-12 | 1 | -1/+1 |