nvc0: move nvc0_so_target_save_offset() to its correct location
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_state.c
2015-10-09 Samuel Pitoisetnvc0: move nvc0_so_target_save_offset() to its correct...
2015-09-09 Ilia Mirkinnvc0: keep track of cb bindings per buffer, use for...
2015-08-17 Ilia Mirkinnvc0: implement the color buffer 0 is integer rule...
2015-08-17 Ilia Mirkinnvc0: program smooth line width when multisampling...
2015-08-14 Ilia Mirkinnvc0: add depth bounds test support
2015-07-23 Ilia Mirkinnvc0: add handling for set_tess_state callback
2015-07-23 Ilia Mirkinnvc0: preliminary tess support
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-07-20 Samuel Pitoisetnvc0: add a missing parameter to nvc0_set_shader_images()
2015-07-16 Marek Olšákgallium: add interface for writable shader images
2015-06-15 Ilia Mirkinnv50,nvc0: clamp uniform size to 64k
2015-05-14 Samuel Pitoisetnvc0: remove unused nv50_tsc_wrap_mode() function
2015-02-14 Ilia Mirkinnvc0: allow holes in xfb target lists
2015-01-05 Ilia Mirkinnvc0: 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-07-04 Ilia Mirkinnvc0: add a memory barrier when there are persistent...
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-06-17 Tobias Klausmannnvc0: implement multiple viewports/scissors, enable...
2014-05-14 Ben Skeggsnvc0: restrict "constant vbo" logic to fermi/kepler...
2014-04-26 Ilia Mirkinnvc0: add support for PIPE_CAP_SAMPLE_SHADING
2014-03-14 Emil Velikovnvc0: minor cleanups in stream output handling
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-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.