summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-172-19/+9
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-8/+10
* nv50,nvc0: fix depth range when halfz is enabledIlia Mirkin2016-08-141-2/+7
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+4
* nvc0: enable ARB_tessellation_shader on GM107+Samuel Pitoiset2016-07-271-3/+0
* nvc0: fix up TCP header on GM107+Samuel Pitoiset2016-07-271-0/+9
* nvc0: use nvc0_m2mf_push_linear() to reduce code duplicationSamuel Pitoiset2016-07-261-13/+3
* nvc0: use nve4_p2mf_push_linear() to reduce code duplicationSamuel Pitoiset2016-07-261-36/+9
* nvc0: upload sample locations on GM20xSamuel Pitoiset2016-07-243-5/+31
* nvc0: fix wrong indentation in nvc0_validate_fb()Samuel Pitoiset2016-07-231-141/+141
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-232-2/+2
* nvc0/mme: fix offsets used for indirect drawsSamuel Pitoiset2016-07-222-8/+8
* nvc0: fix offsets of MP perf counters input parametersSamuel Pitoiset2016-07-221-15/+15
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-201-0/+1
* nvc0: disable MS images on GM107+Samuel Pitoiset2016-07-201-0/+7
* nvc0: bind images for 3d/cp shaders on GM107+Samuel Pitoiset2016-07-205-18/+207
* nvc0: increase the tex handles area size in the driver cbSamuel Pitoiset2016-07-201-11/+11
* nvc0: add support for BGRA8 imagesIlia Mirkin2016-07-181-0/+2
* nv50: fix alphatest for non-blendable formatsIlia Mirkin2016-07-161-1/+2
* nvc0: initial support for GP100 GPUsBen Skeggs2016-07-121-5/+11
* nvc0: use a define for the driver constant buffer sizeSamuel Pitoiset2016-07-117-17/+17
* nvc0: fix the driver cb size when draw parameters are usedSamuel Pitoiset2016-07-111-2/+2
* nouveau: Add support for SV_WORK_DIMHans de Goede2016-07-024-12/+24
* nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argumentHans de Goede2016-07-023-4/+4
* nvc0: fix up image support for allowing multiple samplesIlia Mirkin2016-07-015-17/+57
* nvc0: update "derived" state function namesIlia Mirkin2016-06-261-8/+8
* nvc0: provide support for unscaled poly offset unitsIlia Mirkin2016-06-263-3/+26
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* nvc0: when mapping directly, provide accurate xfer info + startIlia Mirkin2016-06-241-5/+12
* nv50,nvc0: fix start_instance in manual push pathIlia Mirkin2016-06-211-5/+11
* gallium: make image_view constRob Clark2016-06-201-2/+2
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium: make shader_buffers constRob Clark2016-06-201-3/+3
* nvc0: don't make use of push hint if there are no non-const user vbosIlia Mirkin2016-06-191-1/+3
* nvc0: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-187-5/+72
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* nvc0: add support for VOTE tgsi opcodesIlia Mirkin2016-06-061-3/+2
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* nvc0: do not clear surfaces bins in the validate functionSamuel Pitoiset2016-06-052-5/+2
* nvc0: re-validate images after launching a grid on FermiSamuel Pitoiset2016-06-051-0/+3
* nvc0: reduce overhead from always marking images dirtyIlia Mirkin2016-06-041-9/+36
* nvc0: reduce overhead from always marking buffers dirtyIlia Mirkin2016-06-041-6/+20
* nvc0: fix memory barrier flag handlingIlia Mirkin2016-06-041-9/+16
* nvc0: mark bound buffer range validIlia Mirkin2016-06-043-0/+9
* nvc0: mark buffer texture range valid for shader imagesSamuel Pitoiset2016-06-033-0/+31
* nvc0: fix some compute texture validation bits on keplerIlia Mirkin2016-05-303-2/+7
* nv50,nvc0: fix the max_vertices=0 caseIlia Mirkin2016-05-291-1/+1
* nvc0: remove outdated surfaces validation code for GK104Samuel Pitoiset2016-05-281-70/+0
* nvc0: do not always invalidate 3D CBs when using computeSamuel Pitoiset2016-05-281-8/+17
* nouveau: enable GL 4.3 on kepler/fermiDave Airlie2016-05-281-1/+1