| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ddebug: add resource_commit pass-through | Nicolai Hähnle | 2017-04-05 | 1 | -0/+11 |
* | gallium: add sparse buffer interface and capability | Nicolai Hähnle | 2017-04-05 | 15 | -0/+15 |
* | r600g: check rasterizer primitive states like in radeonsi | Constantine Kharlamov | 2017-04-04 | 1 | -8/+13 |
* | r600g: extract a code into a r600_emit_rasterizer_prim_state() | Constantine Kharlamov | 2017-04-04 | 3 | -14/+33 |
* | r600g/radeonsi: use the correct types (taken from pipe_draw_info) | Constantine Kharlamov | 2017-04-04 | 3 | -7/+8 |
* | r600g: remove duplicate memset by using a pointer, and constify args | Constantine Kharlamov | 2017-04-04 | 1 | -22/+19 |
* | radeonsi: access gallivm through ctx in most places | Marek Olšák | 2017-04-04 | 3 | -87/+79 |
* | radeonsi: use ctx->types instead of bld->types etc. | Marek Olšák | 2017-04-04 | 2 | -23/+21 |
* | radeonsi: use i32_0/1 instead of *int_bld.zero/one in most places | Marek Olšák | 2017-04-04 | 2 | -55/+47 |
* | gallium: decrease the size of pipe_resource - 64 -> 48 bytes | Marek Olšák | 2017-04-04 | 1 | -1/+1 |
* | gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytes | Marek Olšák | 2017-04-04 | 2 | -2/+2 |
* | radeonsi: use i32_0 and i32_1 more | Marek Olšák | 2017-04-04 | 1 | -16/+16 |
* | radeonsi: remove most uses of lp_build_const* | Marek Olšák | 2017-04-04 | 3 | -151/+145 |
* | radeonsi: clean up 'radeon_bld' references | Marek Olšák | 2017-04-04 | 1 | -60/+48 |
* | radeonsi: fix broken texture filtering on SI-CIK since GFX9 changes | Marek Olšák | 2017-04-04 | 1 | -15/+17 |
* | svga: add comment on svga_buffer_hw_storage_map() | Brian Paul | 2017-04-03 | 1 | -0/+1 |
* | radeonsi: use unreachable to fix a warning | Grazvydas Ignotas | 2017-04-03 | 1 | -2/+2 |
* | r600g: Add more (un)likely functions | Constantine Kharlamov | 2017-04-03 | 1 | -6/+4 |
* | r600g: Remove intermediate assignment of pipe_draw_info | Constantine Kharlamov | 2017-04-03 | 1 | -51/+50 |
* | r600g: Use separate index_bias variable | Constantine Kharlamov | 2017-04-03 | 1 | -3/+5 |
* | nv30: fp/rast may be null when validating fb/scissor due to clear | Ilia Mirkin | 2017-04-02 | 1 | -5/+6 |
* | nvc0: fragprog may not be set when e.g. clearing | Ilia Mirkin | 2017-04-02 | 1 | -2/+3 |
* | nv50: don't assume a rast is set when validating for clears | Ilia Mirkin | 2017-04-02 | 2 | -3/+7 |
* | radeonsi: add load_image_desc() | Samuel Pitoiset | 2017-04-01 | 1 | -21/+24 |
* | radeonsi: rework the load_sampler_desc() helpers | Samuel Pitoiset | 2017-04-01 | 1 | -16/+10 |
* | nv50/ir: also do PostRaLoadPropagation for FMA | Karol Herbst | 2017-03-31 | 2 | -1/+2 |
* | gm107/ir: add LIMM form of mad | Karol Herbst | 2017-03-31 | 2 | -11/+26 |
* | gk110/ir: add LIMM form of mad | Karol Herbst | 2017-03-31 | 2 | -18/+34 |
* | nv50/ir: implement mad post ra folding for nvc0+ | Karol Herbst | 2017-03-31 | 1 | -4/+47 |
* | nv50/ir: restructure and rename postraconstantfolding pass | Karol Herbst | 2017-03-31 | 1 | -58/+63 |
* | nvc0/ir: also do ConstantFolding for FMA | Karol Herbst | 2017-03-31 | 1 | -0/+1 |
* | nvc0/ir: disable support for LIMMs on MAD/FMA | Karol Herbst | 2017-03-31 | 1 | -8/+2 |
* | nvc0: Add support for NV_fill_rectangle for the GM200+ | Lyude | 2017-03-31 | 4 | -2/+13 |
* | gallium: Add a cap to check if the driver supports fill_rectangle | Lyude | 2017-03-31 | 15 | -0/+15 |
* | gallium: remove support for predicates from TGSI (v2) | Marek Olšák | 2017-04-01 | 15 | -43/+1 |
* | radeonsi/gfx9: allow CMASK fast clear with RB+ | Marek Olšák | 2017-03-31 | 1 | -5/+5 |
* | radeonsi/gfx9: don't compare src_va w/ dst_va for CP_DMA_CLEAR | Marek Olšák | 2017-03-31 | 1 | -1/+2 |
* | radeonsi/gfx9: fix 1D array fetches with derivs, bias, or Z compare value | Marek Olšák | 2017-03-31 | 1 | -1/+1 |
* | radeonsi/gfx9: fix and enable single-sample CMASK fast clear | Marek Olšák | 2017-03-31 | 1 | -4/+4 |
* | radeonsi/gfx9: fix and enable MSAA compression | Marek Olšák | 2017-03-31 | 2 | -5/+3 |
* | radeonsi/gfx9: disable CE | Marek Olšák | 2017-03-31 | 1 | -1/+4 |
* | radeonsi/gfx9: fix linear mipmap CPU access | Marek Olšák | 2017-03-31 | 2 | -7/+5 |
* | radeonsi: add tests verifying that VM faults don't hang | Marek Olšák | 2017-03-31 | 3 | -0/+43 |
* | radeonsi: unify HS max_offchip_buffers workarounds | Marek Olšák | 2017-03-31 | 1 | -3/+3 |
* | radeonsi: adjust checking for SC bug workarounds | Marek Olšák | 2017-03-31 | 3 | -4/+13 |
* | radeonsi: decompress DCC in set_sampler_view instead of create_sampler_view (v2) | Marek Olšák | 2017-03-31 | 3 | -6/+16 |
* | radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2) | Marek Olšák | 2017-03-31 | 3 | -6/+49 |
* | radeonsi: implement ARB_shader_group_vote | Nicolai Hähnle | 2017-03-31 | 2 | -1/+85 |
* | radeonsi: enable ARB_shader_clock | Nicolai Hähnle | 2017-03-31 | 1 | -1/+1 |
* | radeonsi: emit TGSI_OPCODE_CLOCK | Nicolai Hähnle | 2017-03-31 | 1 | -0/+21 |