summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv30
AgeCommit message (Expand)AuthorFilesLines
2014-05-02nouveau: add ARB_buffer_storage supportIlia Mirkin3-1/+34
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+1
2014-03-09nouveau: fix fence waiting logic in screen destroyIlia Mirkin1-4/+10
2014-02-26nv30: remove nv30_context use from nvfx_*progIlia Mirkin8-79/+82
2014-02-26nv30: remove unused sprite flipping parameterIlia Mirkin3-5/+3
2014-02-26nv30: remove unused render_mode and hw_pointsprite_controlIlia Mirkin2-8/+3
2014-02-26nv30: remove use_nv4x, it is identical to is_nv4xIlia Mirkin4-16/+14
2014-02-25gallium: the other drivers don't support ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-12nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst1-0/+3
2014-02-11nv30,nvc0: only claim a single viewportIlia Mirkin1-0/+2
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+2
2014-02-08nv30: report 8 maximum inputsIlia Mirkin1-1/+1
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+1
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-0/+2
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul3-4/+32
2013-10-03nouveau: remove old bind_*_sampler_states() functionsBrian Paul2-2/+0
2013-10-03nouveau: implement pipe_context::bind_sampler_states()Brian Paul4-2/+27
2013-09-20gallium: add flush_resource context functionMarek Olšák3-0/+11
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr32-0/+13872