gallium: add interface and state tracker support for GL_AMD_pinned_memory
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_screen.c
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2015-01-05 Ilia Mirkinnvc0: add name to magic number
2015-01-05 Ilia Mirkinnvc0: regenerate rnndb headers
2014-12-31 Tiziano Bacocconv50,nvc0: implement half_pixel_center
2014-12-16 Ilia Mirkinnvc0: add missed PIPE_CAP_VERTEXID_NOBASE
2014-11-15 Ilia Mirkinnv50,nvc0: use clip_halfz setting when creating rasteri...
2014-11-12 Ilia Mirkinnvc0: remove unused mm_VRAM_fe0
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-09-12 Ilia Mirkinnv50,nvc0: enable ARB_texture_view
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-19 Tobias Klausmannnvc0: Handle ARB_conditional_render_inverted and enable it
2014-08-19 Tobias Klausmanngallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INV...
2014-08-15 Emil Velikovgallium/nouveau: handle query_renderer caps
2014-08-15 Ilia Mirkinnv50,nvc0: add support for fine derivatives
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-13 Ilia Mirkinnvc0: increase GLSL level to 400 to enable ARB_gpu_shader5
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-15 Christoph Bumillernvc0: add support for indirect drawing
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-02 Ilia Mirkinnvc0: add missed PIPE_CAP_DRAW_INDIRECT
2014-07-01 Ilia Mirkinnvc0: expose 4 vertex streams, use stream ids in xfb
2014-07-01 Ilia Mirkingallium: add a cap for max vertex streams
2014-06-19 Ilia Mirkinnvc0: organize screen caps
2014-06-17 Tobias Klausmannnvc0: implement multiple viewports/scissors, enable...
2014-06-06 Ilia Mirkinnvc0: don't bother trying to set up compute for gk110+
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-28 Alexandre Courbotnvc0: add GK20A 3D class
2014-05-23 Christoph Bumillernv50,nvc0: handle guard band defines
2014-05-14 Ben Skeggsnvc0: enable support for maxwell boards
2014-05-14 Ben Skeggsnvc0: add maxwell class
2014-05-14 Ben Skeggsnvc0: properly distribute macros in source form
2014-05-11 Ilia Mirkinnv50,nvc0: leave queries on during blit, turn them...
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-05-02 Ilia Mirkinnouveau: add ARB_buffer_storage support
2014-04-26 Ilia Mirkinnvc0: add support for PIPE_CAP_SAMPLE_SHADING
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-07 Ilia Mirkinnvc0: add support for texture gather
2014-04-07 Ilia Mirkinnvc0: enable texture query lod
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-03-09 Ilia Mirkinnouveau: fix fence waiting logic in screen destroy
2014-02-25 Marek Olšákgallium: the other drivers don't support ARB_buffer_storage
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-12 Maarten Lankhorstnouveau: create only 1 shared screen between vdpau...
2014-02-11 Ilia Mirkinnv30,nvc0: only claim a single viewport
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-07 Christoph Bumillernvc0: create the SW object
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-01-27 Ilia Mirkinnv50, nvc0: update reported glsl version to 330
2013-12-09 Ilia Mirkinnvc0: make sure nvd7 gets NVC8_3D_CLASS as well
2013-12-06 Ben Skeggsnvc0: fixup gk110 and up not being listed in various...
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-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.