nv50: properly set the PRIMITIVE_ID enable flag when it is a gp input.
[mesa.git] / src / gallium / drivers / nouveau /
2014-01-27 Ilia Mirkinnv50: properly set the PRIMITIVE_ID enable flag when...
2014-01-27 Ilia Mirkinnv50/ir: add support for gl_PrimitiveIDIn
2014-01-27 Ilia Mirkinnv50/ir: fix support for shader input + immediate in gp
2014-01-27 Ilia Mirkinnv50/ir: disallow shader input + cbuf in same instructi...
2014-01-27 Ilia Mirkinnv50/ir: disallow predicates on emit/restart ops
2014-01-27 Ilia Mirkinnv50: allow vert_count to be >255
2014-01-27 Bryan Cainnv50: add support for geometry shaders
2014-01-27 Bryan Cainnv50/ir: delay calculation of indirect addresses
2014-01-27 Christoph Bumillernv50/ir: fix PFETCH and add RDSV to get VSTRIDE for GPs
2014-01-27 Ilia Mirkinnv50/ir: txg not available on nvaa/nvac
2014-01-27 Ilia Mirkinnv50, nvc0: only clear out the buffers that we were...
2014-01-27 Ilia Mirkinnv50, nvc0: clear out RT on a null cbuf
2014-01-27 Ilia Mirkinnv50: don't leak heap on tls alloc failure
2014-01-27 Ilia Mirkinnouveau/codegen: set dType to S32 for OP_NEG U32
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-18 Emil Velikovnv50: drop obsolete check from error path
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: pass vtxbuf index as unsigned
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: typecast the result of ffs() to unsigned
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2014-01-18 Emil Velikovnv50: access only the available amount of constbuf
2014-01-18 Emil Velikovnv50: access only the available amount of textures
2014-01-16 Ilia Mirkinnv50, nvc0: initialize ctx->sample_mask to ~0
2013-12-10 Maarten Lankhorstnouveau: Support DRI Image 7 extension
2013-12-10 Christopher James... gallium/winsys/drm: Prepare for passing prime fds in...
2013-12-10 Ilia Mirkinnv50: report 15 max inputs for fragment programs
2013-12-10 Maarten Lankhorstnouveau: Fix compiler warning regression
2013-12-09 Ilia Mirkinnouveau/video: update a few more h264 picparm field...
2013-12-09 Ilia Mirkinnouveau/video: update h264 picparm field names based...
2013-12-09 Ilia Mirkinnv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
2013-12-09 Ilia Mirkinnvc0: make sure nvd7 gets NVC8_3D_CLASS as well
2013-12-09 Ilia Mirkinnv50: TXF already has integer arguments, don't try...
2013-12-06 Ben Skeggsnvc0: fixup gk110 and up not being listed in various...
2013-12-04 Ilia Mirkinnouveau: Add lots of comments to the buffer transfer...
2013-12-04 Ilia Mirkinnv50: wait on the buf's fence before sticking it into...
2013-12-04 Ilia Mirkinnouveau: avoid leaking fences while waiting
2013-12-04 Ilia Mirkinnv50: fix a small leak on context destroy
2013-12-04 Ilia Mirkinnv50: Fix GPU_READING/WRITING bit removal
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-22 Ben Skeggsnvc0: inform kernel about buffers that screen_create...
2013-11-16 Emil Velikovgallium/drivers: compact compiler flags into Automake.inc
2013-11-16 Emil Velikovgallium/drivers: enable automake subdir-objects
2013-11-12 Ben Skeggsnvc0: release 3d bufctx after drawing
2013-11-12 Ilia Mirkinnouveau/video: mark bitstream-level acceleration as...
2013-11-12 Ilia Mirkinnouveau/video: don't try on nv3x
2013-10-28 Christian Königvl/h264: split fields into SPS/PPS
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-10-23 Brian Paulnv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to...
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-03 Brian Paulnouveau: remove old bind_*_sampler_states() functions
2013-10-03 Brian Paulnouveau: implement pipe_context::bind_sampler_states()
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-09-15 Dave Airlienouveau: fix regression since float comparison instruct...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.
2013-09-01 Emil Velikovnouveau: initialise the nouveau_transfer maps
2013-08-29 Vinson Leenouveau: Copy m4x4 and m8x8 separately.
2013-08-19 Christian Königvl: add entrypoint to is_video_format_supported
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: rename enum pipe_video_codec to pipe_video_format
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-08-16 Ilia Mirkinnv50: add vp3/vp4 support for mpeg2/vc1
2013-08-15 Ilia Mirkinnvc0: move video param and format support functions...
2013-08-15 Ilia Mirkinnvc0: move firmware loading functions to nouveau
2013-08-15 Ilia Mirkinnvc0: move some of the simpler decoder functions into...
2013-08-15 Ilia Mirkinnvc0: move vp param filling logic into nouveau
2013-08-15 Ilia Mirkinnvc0: move bsp param-filling logic into nouveau
2013-08-15 Ilia Mirkinnvc0: move nvc0_decoder into nouveau, rename to nouveau...
2013-08-15 Ilia Mirkinnvc0: refactor video buffer management logic into nouve...
2013-08-15 Ilia Mirkinnv30: hook up PMPEG support via nouveau_video, enables...
2013-08-15 Ilia Mirkinnouveau: set buffer format of video buffer
2013-08-15 Ilia Mirkinnouveau: fix number of surfaces in video buffer, use...
2013-08-15 Vinson Leenouveau: Fix variable name.
2013-08-14 Rico Schüllervl: Add support for max level query v2
2013-07-05 Ben Skeggsnvc0: enable very initial support for nvf0 (GK110)
2013-05-03 Andreas Bollscons: remove nouveau build
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-03 Christoph Bumillernouveau: accelerate buffer copies in resource_copy_region
2013-04-03 Christoph Bumillernvc0: add some driver statistics queries
2013-03-12 Christoph Bumillernvc0: implement compute support for nve4
2013-03-12 Christoph Bumillernouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to...
2013-03-12 Francisco Jereznouveau: Bail out from nouveau_fence_wait if flushing...
2013-01-27 Christoph Bumillernouveau: don't try to use push_data if it's not implemented
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt Turnernouveau: Convert to automake
2013-01-08 Christoph Bumillernouveau: increase max order of suballocated buffers...
2013-01-08 Christoph Bumillernouveau: improve buffer transfers
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-11-04 Lucas Stachnv50,nvc0: expose ARB_map_buffer_alignment
2012-10-14 Christoph Bumillernouveau: fix offset in nouveau_buffer_transfer_map
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-07-13 Christoph Bumillernouveau: implement missing timer query functionality
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-06-05 Marcin Slusarznouveau: fix scratch buffer leak
next