summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
AgeCommit message (Expand)AuthorFilesLines
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+2
2017-11-06dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2-11/+7
2017-10-26meson: build nouveau vieux driverDylan Baker1-0/+92
2017-10-20egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2-2/+3
2017-10-02mesa: Drop Mesa_DXTn from gl_contextMatt Turner2-8/+4
2017-09-21nv20: Enable ARB_texture_border_clampIlia Mirkin1-1/+28
2017-09-21nv20: Fix GL_CLAMPIan Romanick2-3/+32
2017-08-10dri: Introduce SWAP_METHOD tokensThomas Hellstrom1-1/+1
2017-07-17dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke1-1/+1
2017-07-14dri: Add KHR_no_error DRI extensionGrigori Goronzy1-0/+1
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák1-0/+4
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2-2/+2
2017-06-09mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri1-1/+0
2017-06-09mesa: stop passing state bitfield to UpdateState()Timothy Arceri1-1/+2
2017-04-22mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2-6/+16
2017-04-18mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri1-6/+6
2017-04-10nouveau: take ownership rather than adding reference for new renderbuffersTimothy Arceri1-5/+5
2017-01-13nouveau: Unify the style of function pointer calls in structsBoyan Ding1-3/+3
2016-10-28mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul1-16/+16
2016-10-13mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul1-2/+1
2016-08-31Introduce .editorconfigEric Engestrom1-0/+2
2016-08-30nouveau: make color/depth bpp match for pre-nv10 chipsIlia Mirkin1-3/+3
2016-08-30nouveau: always enable at least one RCIlia Mirkin1-1/+1
2016-08-30nouveau: allow NV3x's to be used with nouveau_vieuxIlia Mirkin2-1/+4
2016-08-26nouveau: Enable EXT_texture_env_dot3 on NV10 and NV20Ian Romanick3-1/+17
2016-08-26nouveau: Fix non-1x post-scale factor with DOT3 combinerIan Romanick1-10/+8
2016-08-23dri: add a way to request that modes have matching color/zs depthsIlia Mirkin1-1/+1
2016-06-16nouveau: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich3-26/+38
2016-01-03nouveau: fix double-const qualifierIlia Mirkin2-2/+2
2015-12-22nouveau: enable use of new kernel interfacesBen Skeggs1-2/+0
2015-12-22nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2-1/+18
2015-11-01nouveau: set MaxDrawBuffers to the same value as MaxColorAttachmentsIlia Mirkin1-1/+1
2015-08-10nouveau: no need to do tnl wakeup, state updates are always hooked upIlia Mirkin2-2/+0
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák1-2/+5
2015-07-01nouveau: rename var name for nouveau_vieux to avoid conflict with nouveauIlia Mirkin1-2/+2
2015-06-09dri/nouveau: Include simple_list.h explicitly in nv*_state_tnl.c.Francisco Jerez2-0/+4
2015-05-14main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand1-1/+1
2015-03-05nouveau: include stdio.h where neededBrian Paul3-0/+3
2015-03-02nouveau: replace Elements() with ARRAY_SIZE()Brian Paul1-4/+4
2015-02-20util: Move Mesa's bitset.h to util/.Eric Anholt1-1/+1
2015-02-20mesa: Use u_math.h from macros.hEric Anholt1-6/+0
2015-02-20mesa: Add gallium include dirs to more parts of the tree.Eric Anholt1-0/+2
2015-02-02mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin1-1/+1
2015-02-02dir-locals.el: Don't set variables for non-programming modesNeil Roberts1-1/+1
2014-12-12nouveau: Add headers to distribution.Matt Turner2-1/+30
2014-12-12nouveau: Alphabetize source list.Matt Turner1-10/+10
2014-10-16mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke1-2/+2
2014-10-14nouveau: 3d textures are unsupported, limit 3d levels to 1Ilia Mirkin1-0/+3
2014-09-25nouveau: fix glCompressedTexImageIlia Mirkin1-13/+52
2014-09-13nouveau: check for mesa context init failureIlia Mirkin1-2/+2