summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
Commit message (Expand)AuthorAgeFilesLines
* gm107/ir: allow indirect inputs to be loaded by frag shaderIlia Mirkin2016-09-101-1/+0
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-4/+2
* nv50,nvc0: respect render condition enable flag when clearing rt/zsIlia Mirkin2016-09-031-4/+8
* nvc0: reduce the initial code segment size to 512KBSamuel Pitoiset2016-09-011-1/+1
* nvc0: allow to resize the code segment dynamicallySamuel Pitoiset2016-09-011-1/+24
* nvc0: add a new bin for the code segmentSamuel Pitoiset2016-09-012-4/+6
* nvc0: add nvc0_screen_resize_text_area() helperSamuel Pitoiset2016-09-013-10/+40
* nvc0: re-upload currently bound shaders after code evictionSamuel Pitoiset2016-09-011-0/+27
* nvc0: refactor the program upload processSamuel Pitoiset2016-09-013-32/+59
* nvc0: remove an attempt at uploading all IMMD into a CBSamuel Pitoiset2016-08-313-40/+0
* nvc0: fix indentation in nvc0_screen_init()Samuel Pitoiset2016-08-301-1/+1
* nvc0: check return value of nvc0_screen_resize_tls_area()Samuel Pitoiset2016-08-302-11/+8
* nvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create()Samuel Pitoiset2016-08-301-9/+7
* nvc0: undo overzealous enum usageIlia Mirkin2016-08-301-2/+2
* gallium: add cap to export device pointer sizeJan Vesely2016-08-291-0/+2
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-3/+8
* nvc0: invalidate textures/samplers on GK104+Samuel Pitoiset2016-08-242-12/+22
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-231-0/+1
* 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