summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
...
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-2169-678/+678
* nvc0: add a missing parameter to nvc0_set_shader_images()Samuel Pitoiset2015-07-201-3/+3
* nouveau: always align buffers to 0x100Samuel Pitoiset2015-07-201-7/+1
* nv50: limit the maximum number of samplers to 16Samuel Pitoiset2015-07-201-1/+1
* nv50: turn samples counts off during blitSamuel Pitoiset2015-07-201-0/+11
* nv50: add nesting support for occlusion queriesSamuel Pitoiset2015-07-202-11/+20
* nv50: fix max level clamping on G80Ilia Mirkin2015-07-201-2/+9
* gm107/ir: fix indirect txq emissionIlia Mirkin2015-07-181-2/+8
* nvc0/ir: don't worry about sampler in txq handlingIlia Mirkin2015-07-181-22/+8
* nvc0/ir: fix txq on indirect samplersIlia Mirkin2015-07-182-2/+56
* gallium: add interface for writable shader imagesMarek Olšák2015-07-161-4/+6
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-163-3/+5
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-163-0/+3
* nv50, nvc0: enable at least one color RT if alphatest is enabledIlia Mirkin2015-07-102-0/+36
* nv50: avoid segfault with enabled but unbound vertex attribSamuel Pitoiset2015-07-081-0/+5
* nvc0: fix wrong use of BLIT_SRC_Y_INT for 2D texture copySamuel Pitoiset2015-07-081-1/+1
* nvc0: turn sample counts off during blitIlia Mirkin2015-07-071-0/+7
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-8/+0
* gallium: handle fence_finish timeout in various driversMarek Olšák2015-07-051-0/+3
* nv50/ir: UCMP arguments are float, so make sure modifiers are appliedIlia Mirkin2015-07-031-1/+2
* nv50/ir: don't emit src2 in immediate formIlia Mirkin2015-07-021-2/+2
* nvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capabilityAlexandre Courbot2015-07-011-1/+2
* nvc0: create screen fence objects with coherent attributeAlexandre Courbot2015-07-021-2/+6
* nv50/ir: copy joinAt when splitting both before and afterIlia Mirkin2015-07-013-0/+5
* nv50/ir: fix emission of address reg in 3rd sourceIlia Mirkin2015-06-301-2/+6
* nv30: align transfer stride to 64, required by blit, sifm transfer implsIlia Mirkin2015-06-291-2/+2
* nv30: allow vertex state creation with 0 elementsIlia Mirkin2015-06-291-2/+3
* nv30: reset fragprog bufctx at bind timeIlia Mirkin2015-06-291-1/+8
* nv30: modernize fp upload logicIlia Mirkin2015-06-291-10/+14
* nv30: provide a minimum map buffer alignmentIlia Mirkin2015-06-291-1/+2
* gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy2015-06-291-0/+4
* nv30: avoid leaking blit fp/vpIlia Mirkin2015-06-291-0/+6
* nv40: enable base vertexIlia Mirkin2015-06-293-4/+5
* nv50/ir: propagate modifier to right arg when const-folding madIlia Mirkin2015-06-261-1/+4
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin2015-06-234-0/+4
* nvc0: always put all tfb bufs into bufctxIlia Mirkin2015-06-231-3/+4
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-06-2211-22/+27
* nouveau: support for custom VRAM domainsAlexandre Courbot2015-06-222-0/+14
* nvc0/ir: can't have a join on a load with an indirect sourceIlia Mirkin2015-06-171-1/+1
* nv50,nvc0: clamp uniform size to 64kIlia Mirkin2015-06-152-4/+4
* nvc0/ir: fix collection of first uses for texture barrier insertionIlia Mirkin2015-06-151-5/+11
* nv50/ir: OP_JOIN is a flow instructionJürgen Rühle2015-06-151-1/+1
* gallium: use $(top_builddir) when referencing static archivesEmil Velikov2015-06-121-1/+1
* nouveau: set imported buffers to what the kernel gives usDave Airlie2015-06-101-1/+1
* android: build with libcxx on android lollipopChih-Wei Huang2015-06-091-0/+4
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-053-0/+4
* nv30: falling back to draw path for edgeflag does no goodIlia Mirkin2015-05-251-3/+2
* nv30/draw: switch varying hookup logic to know about texcoordsIlia Mirkin2015-05-251-9/+16
* nv30/draw: allocate vertex buffers in gartIlia Mirkin2015-05-251-6/+10