summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0
AgeCommit message (Expand)AuthorFilesLines
2017-06-26nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clearIlia Mirkin1-5/+5
2017-06-20nvc0: fix transfer of larger rectangles with DmaCopy on gk104 and upBen Skeggs1-9/+32
2017-06-20nvc0: copy engine surface params are only relevant for tiled surfacesBen Skeggs1-18/+19
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-07util: Port nir_array functionality to u_dynarrayThomas Helland1-1/+1
2017-06-02nvc0: Add support for ARB_post_depth_coverageLyude6-1/+11
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-06-02nvc0: disable BGRA8 images on FermiLyude1-5/+14
2017-06-01nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/Rhys Kidd1-3/+0
2017-05-30nvc0: support for GP10BAlexandre Courbot1-0/+1
2017-05-20nv50,nvc0: clear index buffer bufctx bin unconditionallyIlia Mirkin1-2/+1
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák6-93/+53
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák1-8/+8
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák4-22/+22
2017-05-07nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*Pierre Moreau1-1/+1
2017-04-27nvc0: Enable compute support for PascalBoyan Ding2-4/+5
2017-04-27nvc0: Add new launch descriptor format for GP100Boyan Ding2-34/+197
2017-04-27nvc0: Fix index of unk fields in nve4_cp_launch_descBoyan Ding1-2/+2
2017-04-26nv50,nvc0: disable the TGSI merge registers passSamuel Pitoiset1-1/+2
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+1
2017-04-20nvc0: Add support for setting viewport index/layer from VS/TESIlia Mirkin4-7/+27
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-13nvc0: Enable ARB_shader_ballot on Kepler+Boyan Ding1-1/+2
2017-04-11nvc0: increase texture buffer object alignment to 256 for pre-GM107Ilia Mirkin1-1/+1
2017-04-09nouveau: enable ARB_shader_clock on nv50 and nvc0Boyan Ding1-1/+1
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-04-02nvc0: fragprog may not be set when e.g. clearingIlia Mirkin1-2/+3
2017-03-31nvc0: Add support for NV_fill_rectangle for the GM200+Lyude4-2/+13
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-2/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-18nv50,nvc0: enable TEX_LZ and TXF_LZIlia Mirkin1-1/+1
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+2
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-1/+2
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2017-03-04nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin1-2/+2
2017-03-04nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin1-1/+3
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-21nvc0: use PascalB for most Pascal boardsBen Skeggs1-1/+8
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+10
2017-02-13nvc0: disable linked tsc mode in compute launch descriptorIlia Mirkin2-2/+6