nv50,nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()
[mesa.git] / src / gallium / drivers / nouveau / nv50 / nv50_state.c
2016-02-14 Edward O'Callaghannv50,nvc0: Remove duplicate logic from nvc0_set_framebu...
2016-01-03 Samuel Pitoisetnv50,nvc0: optimize coherent buffer checking at draw...
2015-12-09 Patrick Rudolphnv50,nvc0: fix use-after-free when vertex buffers are...
2015-12-06 Edward O'Callaghangallium/drivers/nouveau: Make use of ARRAY_SIZE macro
2015-11-14 Samuel Pitoisetnv50: implement a basic compute support
2015-11-05 Ilia Mirkinnv50,nvc0: provide debug messages with shader compilati...
2015-10-30 Samuel Pitoisetnv50: move HW queries to nv50_query_hw.c/h files
2015-10-30 Samuel Pitoisetnv50: move nva0_so_target_save_offset() to its correct...
2015-10-30 Ilia Mirkinnv50: mark contexts shareable, compile at creation...
2015-08-23 Ilia Mirkinnv50: account for the int RT0 rule for alpha-to-one/cov
2015-08-14 Ilia Mirkinnv50: add depth bounds test support
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-06-15 Ilia Mirkinnv50,nvc0: clamp uniform size to 64k
2015-01-05 Ilia Mirkinnv50: regenerate rnndb headers
2014-12-31 Tiziano Bacocconv50,nvc0: implement half_pixel_center
2014-11-15 Ilia Mirkinnv50,nvc0: use clip_halfz setting when creating rasteri...
2014-09-01 Ilia Mirkinnv50: zero out unbound samplers
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-04-26 Ilia Mirkinnv50: add support for PIPE_CAP_SAMPLE_SHADING
2014-03-14 Emil Velikovnv50: add missing brackets when handling the samplers...
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-03-09 Ilia Mirkinnouveau: add valid range tracking to nouveau_buffer
2014-02-13 Ilia Mirkinnv50: implement multiple viewports/scissors, enable...
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-16 Ilia Mirkinnv50, nvc0: initialize ctx->sample_mask to ~0
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-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.