summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-02nvc0: Add support for ARB_post_depth_coverageLyude1-0/+1
2017-05-07nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*Pierre Moreau1-6/+1
2017-02-09nv50/ir: always return 0 when trying to read thread id along unit dimIlia Mirkin1-1/+1
2017-01-23nvc0: add support for MUL_ZERO_WINS propertyIlia Mirkin1-0/+1
2017-01-16nvc0: enable FBFETCH with a special slot for color buffer 0Ilia Mirkin1-0/+2
2016-09-26nv50/ir: drop unused NVISA_XXX_CHIPSET constantsSamuel Pitoiset1-2/+0
2016-07-16nv50: fix alphatest for non-blendable formatsIlia Mirkin1-1/+3
2016-05-30nv50/ir: record number of threads in a compute shaderIlia Mirkin1-0/+1
2016-05-11nvc0: fix gl_SampleMaskIn computationIlia Mirkin1-0/+2
2016-05-11nv50/ir: generalize interp fixups to be able to fixup anythingIlia Mirkin1-3/+3
2016-04-01nvc0: store ubo info to the driver constbuf on KeplerSamuel Pitoiset1-0/+1
2016-03-29nvc0: use a different offset for buffers and surfacesSamuel Pitoiset1-0/+1
2016-03-19nv50,nvc0: replace resInfoCBSlot by auxCBSlotSamuel Pitoiset1-2/+1
2016-03-05nv50/ir: using sampleid/pos shouldn't force per-sample interpolationIlia Mirkin1-1/+0
2015-12-30nvc0: add ARB_shader_draw_parameters supportIlia Mirkin1-1/+3
2015-11-05nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin1-0/+1
2015-10-29nv50: allow per-sample interpolation to be forced via rastIlia Mirkin1-1/+1
2015-10-29nv50/ir: adapt to new method for passing in cull/clip distance masksIlia Mirkin1-3/+2
2015-10-29nvc0: do upload-time fixups for interpolation parametersIlia Mirkin1-0/+5
2015-07-23nvc0/ir: cleanup private enums that have graduated to galliumIlia Mirkin1-5/+0
2015-07-23nvc0: TESSCOORD comes in as a sysval, not an inputIlia Mirkin1-2/+0
2015-07-23nvc0: preliminary tess supportIlia Mirkin1-5/+0
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-7/+7
2014-07-24nv50/ir: keep track of whether the program uses fp64Ilia Mirkin1-0/+1
2014-06-23nv50/ir: allow gl_ViewportIndex to work on non-provoking verticesTobias Klausmann1-0/+1
2014-06-16nv50/ir: Remove NV50_SEMANTIC_VIEWPORTINDEXTobias Klausmann1-1/+0
2014-05-27nvc0/ir: use SM35 ISA with GK20AAlexandre Courbot1-1/+1
2014-05-15nvc0: add maxwell (sm50) compiler backendBen Skeggs1-0/+1
2014-04-26nvc0/ir: add support for INVOCATIONID system valueIlia Mirkin1-1/+0
2014-04-26nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin1-1/+2
2014-02-07nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller1-1/+0
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+220