summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
Commit message (Expand)AuthorAgeFilesLines
* WIP nouveau: add lockingIlia Mirkin2016-11-011-0/+2
* nvc0: do not break 3D state by pushing MS coordinates on FermiSamuel Pitoiset2016-10-241-43/+44
* nvc0: enable ARB_enhanced_layoutsSamuel Pitoiset2016-10-131-1/+1
* gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle2016-10-121-0/+1
* nvc0: expose ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-2/+6
* gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCKSamuel Pitoiset2016-10-071-0/+2
* 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
* nvc0: reduce the initial code segment size to 512KBSamuel Pitoiset2016-09-011-1/+1
* nvc0: add nvc0_screen_resize_text_area() helperSamuel Pitoiset2016-09-011-10/+37
* 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-301-8/+8
* nvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create()Samuel Pitoiset2016-08-301-9/+7
* gallium: add cap to export device pointer sizeJan Vesely2016-08-291-0/+2
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-231-0/+1
* nvc0: enable ARB_tessellation_shader on GM107+Samuel Pitoiset2016-07-271-3/+0
* 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: initial support for GP100 GPUsBen Skeggs2016-07-121-5/+11
* nvc0: use a define for the driver constant buffer sizeSamuel Pitoiset2016-07-111-1/+1
* nvc0: fix up image support for allowing multiple samplesIlia Mirkin2016-07-011-0/+20
* nvc0: provide support for unscaled poly offset unitsIlia Mirkin2016-06-261-1/+1
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* nvc0: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-181-1/+2
* 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
* nouveau: enable GL 4.3 on kepler/fermiDave Airlie2016-05-281-1/+1
* nvc0: enable 32 textures on kepler+Ilia Mirkin2016-05-261-2/+2
* nvc0: expose robust buffer accessIlia Mirkin2016-05-231-1/+1
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* nvc0: expose GLSL version 420 on GF100Samuel Pitoiset2016-05-211-1/+1
* nvc0: enable ARB_shader_image_load_store on GF100Samuel Pitoiset2016-05-211-0/+3
* nv50,nvc0: add support for cull distancesTobias Klausmann2016-05-151-1/+1
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* nvc0: enable compute support by default on GK110+Samuel Pitoiset2016-05-101-15/+3
* nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset2016-04-291-1/+0
* nvc0: expose GLSL version 420 on GK110Samuel Pitoiset2016-04-261-1/+1
* nvc0: enable ARB_shader_image_load_store on GK110Samuel Pitoiset2016-04-261-1/+1
* nvc0: expose GLSL version 420 on GK104Samuel Pitoiset2016-04-261-0/+2
* nvc0: enable ARB_shader_image_load_store on GK104Ilia Mirkin2016-04-261-0/+2
* nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+Samuel Pitoiset2016-04-261-1/+1
* nvc0: reserve an area for surfaces info in the driver constbufSamuel Pitoiset2016-04-261-1/+1
* nvc0: bump the amount of shared memory per MP on MaxwellSamuel Pitoiset2016-04-261-1/+11
* nvc0: do not break the universe on GK110+Samuel Pitoiset2016-04-141-0/+1
* nvc0: allow to use compute support on GM200Samuel Pitoiset2016-04-141-2/+1
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* nvc0: handle the case where there are no framebuffer attachmentsIlia Mirkin2016-04-091-1/+7
* nv50,nvc0: support sending string markers down into the command streamIlia Mirkin2016-04-091-1/+1
* nv50,nvc0: add invalidate_resource support for buffer resourcesIlia Mirkin2016-04-091-1/+1