summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr65-35082/+0
2013-09-06gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy1-0/+3
2013-08-25nouveau/video: avoid overwriting base codec init with templateIlia Mirkin1-1/+1
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König2-3/+5
2013-08-19vl: add entrypoint to get_video_paramChristian König2-0/+2
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König5-21/+21
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König5-22/+22
2013-08-19vl: use a template for create_video_decoderChristian König3-66/+33
2013-08-17nv50: allow non-nv12 buffers to be created, just pass them through to vlIlia Mirkin1-5/+1
2013-08-16nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin11-9/+891
2013-08-16nv50: separate video logic from noallocIlia Mirkin3-3/+6
2013-08-15nv50: allow forcing PMPEG use, for ease of testingIlia Mirkin2-2/+4
2013-08-15nv50: implement new float comparison instructionsRoland Scheidegger1-0/+17
2013-08-14vl: Add support for max level query v2Rico Schüller1-0/+15
2013-08-06nv50: handle pure integer vertex attributesEmil Velikov1-1/+11
2013-08-03nv50: fix some h264 interlaced decoding on vp2Ilia Mirkin2-7/+8
2013-07-24nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller1-1/+1
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-18nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0Ilia Mirkin11-3/+1815
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-5/+5
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-06-28draw/translate: fix instancingZack Rusin1-4/+4
2013-06-19gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger1-4/+4
2013-06-19nv50: avoid crash on updating RASTERIZE_ENABLE stateEmil Velikov1-0/+10
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger3-2/+5
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-6/+10
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+2
2013-05-07nv50: initialize kick_notify callback in nv50_createBryan Cain1-0/+1
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-05-03scons: remove nouveau buildAndreas Boll1-11/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke35-140/+140
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke35-35/+35
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+1
2013-04-18nv50: add remaining RGBX formatsChristoph Bumiller1-4/+12
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+2
2013-04-18nv50: set BORDER_COLOR_SRGB in sampler objectsChristoph Bumiller2-19/+35
2013-04-18nv50: fix 4th component of Lx_SINT/UINT formatsChristoph Bumiller1-6/+6
2013-04-17gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2-2/+5
2013-04-12nv50/codegen: do not emitATOM() if the subOp is unknownEmil Velikov1-1/+1
2013-04-12nvc0: implement multisample texturesChristoph Bumiller4-6/+24
2013-04-12nv50,nvc0: add RGBX16/32_FLOAT formatsChristoph Bumiller1-0/+4
2013-04-03nv50,nvc0: remove MS resolve formats hackChristoph Bumiller1-5/+0
2013-04-03nvc0: place staging textures in GART and map them directlyChristoph Bumiller2-4/+4
2013-04-03nv50: account for pesky prefetch in size calculation of linear texturesChristoph Bumiller1-1/+6
2013-04-03nvc0: fix for 2d engine R source formats writing RRR1 and not R001Christoph Bumiller2-24/+87
2013-04-03nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blitChristoph Bumiller1-0/+2
2013-04-03nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller1-3/+3
2013-04-03nvc0: add some driver statistics queriesChristoph Bumiller1-0/+4
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+2
2013-03-29nv50,nvc0: fix 3d blits, restore viewport after blitChristoph Bumiller1-2/+6