| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: don't forget to update scratch relocations for LS, HS, ES shaders | Marek Olšák | 2015-10-07 | 1 | -2/+6 |
* | radeonsi: skip drawing if updating the scratch buffer fails | Marek Olšák | 2015-10-07 | 1 | -14/+49 |
* | radeonsi: skip drawing if PS fails to compile or upload | Marek Olšák | 2015-10-07 | 1 | -12/+3 |
* | radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or upload | Marek Olšák | 2015-10-07 | 1 | -7/+23 |
* | radeonsi: handle fixed-func TCS shader create failure | Marek Olšák | 2015-10-07 | 1 | -2/+5 |
* | radeonsi: handle shader precompile failures | Marek Olšák | 2015-10-07 | 1 | -1/+6 |
* | radeonsi: skip drawing if GS ring allocations fail | Marek Olšák | 2015-10-07 | 1 | -1/+16 |
* | radeonsi: skip drawing if the tess factor ring allocation fails | Marek Olšák | 2015-10-07 | 3 | -5/+18 |
* | radeonsi: add malloc fail paths to si_create_shader_state | Marek Olšák | 2015-10-07 | 1 | -0/+8 |
* | radeonsi: report alloc failure from si_shader_binary_read | Marek Olšák | 2015-10-07 | 1 | -1/+4 |
* | gallium/radeon: add a fail path for depth MSAA texture readback | Marek Olšák | 2015-10-07 | 1 | -0/+5 |
* | gallium/radeon: handle buffer alloc failures in r600_draw_rectangle | Marek Olšák | 2015-10-07 | 1 | -0/+3 |
* | gallium/radeon: handle buffer_map staging buffer failures better | Marek Olšák | 2015-10-07 | 1 | -4/+3 |
* | radeonsi: handle constant buffer alloc failures | Marek Olšák | 2015-10-07 | 1 | -1/+7 |
* | radeonsi: handle index buffer alloc failures | Marek Olšák | 2015-10-07 | 1 | -0/+6 |
* | radeonsi: load fmask ptr relative to the resources array | Ilia Mirkin | 2015-09-23 | 1 | -1/+1 |
* | nv50,nvc0: flush texture cache in presence of coherent bufs | Ilia Mirkin | 2015-09-23 | 2 | -0/+39 |
* | nv50,nvc0: detect underlying resource changes and update tic | Ilia Mirkin | 2015-09-23 | 2 | -0/+43 |
* | freedreno/a3xx: fix blending of L8 format | Ilia Mirkin | 2015-09-23 | 1 | -0/+2 |
* | nv50, nvc0: fix max texture buffer size to 128M elements | Ilia Mirkin | 2015-09-23 | 2 | -2/+2 |
* | r600g: use pipe_resource::width0 instead pb_buffer::size | Marek Olšák | 2015-09-11 | 2 | -6/+6 |
* | radeonsi: enable VGPR spilling on VI | Marek Olšák | 2015-09-11 | 1 | -3/+1 |
* | nv50/ir: don't fold immediate into mad if registers are too high | Ilia Mirkin | 2015-09-11 | 1 | -0/+4 |
* | nv50/ir: fix emission of 8-byte wide interp instruction | Ilia Mirkin | 2015-09-11 | 1 | -5/+6 |
* | nv50/ir: r63 is only 0 if we are using less than 63 registers | Ilia Mirkin | 2015-09-11 | 1 | -1/+4 |
* | nv50/ir: make edge splitting fix up phi node sources | Ilia Mirkin | 2015-09-11 | 1 | -13/+77 |
* | nvc0: remove BGRA4 format support | Ilia Mirkin | 2015-09-11 | 1 | -0/+2 |
* | nvc0: keep track of cb bindings per buffer, use for upload settings | Ilia Mirkin | 2015-09-11 | 7 | -12/+58 |
* | nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA | Hans de Goede | 2015-09-11 | 2 | -1/+21 |
* | nv30: Fix color resolving for nv3x cards | Hans de Goede | 2015-09-11 | 1 | -1/+37 |
* | nouveau: android: add space before PRIx64 macro | Mauro Rossi | 2015-09-11 | 1 | -1/+1 |
* | r600: don't use shader key without verifying shader type (v2) | Dave Airlie | 2015-09-11 | 1 | -7/+12 |
* | nvc0: always emit a full shader colormask | Ilia Mirkin | 2015-09-11 | 1 | -1/+1 |
* | nv30: Fix max width / height checks in nv30 sifm code | Hans de Goede | 2015-09-11 | 1 | -2/+2 |
* | nouveau: don't mark full range as used on unmap with explicit flush | Ilia Mirkin | 2015-09-06 | 1 | -5/+7 |
* | nv50: avoid using inline vertex data submit when gl_VertexID is used | Ilia Mirkin | 2015-09-06 | 4 | -2/+14 |
* | nv50: don't flush vertex arrays when index buffer changes | Ilia Mirkin | 2015-09-06 | 1 | -4/+0 |
* | nv50: rebind bo to bufctx when invalidating idxbuf storage | Ilia Mirkin | 2015-09-06 | 1 | -1/+5 |
* | nv50: clear buffer status on all vertex bufs, not just the first one | Ilia Mirkin | 2015-09-06 | 1 | -1/+0 |
* | nv50: fix drawing from tfb, direct-to-pushbuf submits | Ilia Mirkin | 2015-09-06 | 4 | -14/+15 |
* | nv30: Implement color resolve for msaa | Hans de Goede | 2015-09-06 | 2 | -14/+8 |
* | nv30: Fix creation of scanout buffers | Hans de Goede | 2015-09-06 | 1 | -0/+10 |
* | vc4: Initialize pack field of qreg to 0 in qir_get_temp | Boyan Ding | 2015-09-06 | 1 | -0/+1 |
* | radeonsi: fix memory usage checking for big IBs | Marek Olšák | 2015-09-06 | 1 | -8/+9 |
* | radeonsi: set all 16 viewport Z bounds for GL 4.1 | Marek Olšák | 2015-09-06 | 1 | -2/+6 |
* | radeonsi: fix a Unigine Heaven hang when drirc is missing | Marek Olšák | 2015-09-06 | 4 | -1/+28 |
* | r600g: fix calculation for gpr allocation | Dave Airlie | 2015-09-06 | 1 | -1/+1 |
* | r600/sb: update last_cf for finalize if. | Dave Airlie | 2015-09-06 | 1 | -0/+3 |
* | freedreno/a4xx: formats update | Rob Clark | 2015-09-01 | 1 | -5/+5 |
* | freedreno: update generated headers | Rob Clark | 2015-09-01 | 5 | -5/+8 |