summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2014-01-162-0/+4
* nouveau: Support DRI Image 7 extensionMaarten Lankhorst2013-12-101-2/+9
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-0/+6
* nv50: report 15 max inputs for fragment programsIlia Mirkin2013-12-101-1/+1
* nouveau: Fix compiler warning regressionMaarten Lankhorst2013-12-101-4/+0
* nouveau/video: update a few more h264 picparm field namesIlia Mirkin2013-12-091-16/+17
* nouveau/video: update h264 picparm field names based on usageIlia Mirkin2013-12-091-15/+13
* nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2013-12-092-7/+2
* nvc0: make sure nvd7 gets NVC8_3D_CLASS as wellIlia Mirkin2013-12-091-1/+2
* nv50: TXF already has integer arguments, don't try to convert from f32Ilia Mirkin2013-12-091-7/+9
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-066-12/+25
* nouveau: Add lots of comments to the buffer transfer logicIlia Mirkin2013-12-042-4/+71
* nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2013-12-042-0/+12
* nouveau: avoid leaking fences while waitingIlia Mirkin2013-12-041-6/+5
* nv50: fix a small leak on context destroyIlia Mirkin2013-12-041-0/+2
* nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2013-12-042-3/+3
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-033-0/+5
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-283-4/+6
* nvc0: inform kernel about buffers that screen_create touchesBen Skeggs2013-11-221-0/+2
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-6/+4
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-161-0/+2
* nvc0: release 3d bufctx after drawingBen Skeggs2013-11-131-0/+3
* nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin2013-11-121-2/+2
* nouveau/video: don't try on nv3xIlia Mirkin2013-11-121-2/+2
* vl/h264: split fields into SPS/PPSChristian König2013-10-284-50/+50
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-263-0/+3
* nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERSBrian Paul2013-10-231-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-235-59/+73
* nouveau: remove old bind_*_sampler_states() functionsBrian Paul2013-10-034-36/+0
* nouveau: implement pipe_context::bind_sampler_states()Brian Paul2013-10-036-2/+76
* gallium: add flush_resource context functionMarek Olšák2013-09-205-0/+25
* nouveau: fix regression since float comparison instructions (v2)Dave Airlie2013-09-166-14/+14
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-11150-9/+74368
* nouveau: initialise the nouveau_transfer mapsEmil Velikov2013-09-011-0/+2
* nouveau: Copy m4x4 and m8x8 separately.Vinson Lee2013-08-281-1/+2
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-192-3/+5
* vl: add entrypoint to get_video_paramChristian König2013-08-193-1/+4
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-194-18/+18
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-195-28/+28
* vl: use a template for create_video_decoderChristian König2013-08-191-25/+11
* nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin2013-08-161-3/+36
* nvc0: move video param and format support functions to nouveauIlia Mirkin2013-08-152-0/+72
* nvc0: move firmware loading functions to nouveauIlia Mirkin2013-08-152-0/+106
* nvc0: move some of the simpler decoder functions into nouveauIlia Mirkin2013-08-152-0/+66
* nvc0: move vp param filling logic into nouveauIlia Mirkin2013-08-153-1/+493
* nvc0: move bsp param-filling logic into nouveauIlia Mirkin2013-08-153-3/+320
* nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoderIlia Mirkin2013-08-151-0/+160
* nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin2013-08-153-1/+205
* nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin2013-08-151-15/+12
* nouveau: set buffer format of video bufferIlia Mirkin2013-08-151-0/+1