aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-062-11/+7
* meson: build nouveau vieux driverDylan Baker2017-10-261-0/+92
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-202-2/+3
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-022-8/+4
* nv20: Enable ARB_texture_border_clampIlia Mirkin2017-09-211-1/+28
* nv20: Fix GL_CLAMPIan Romanick2017-09-212-3/+32
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+1
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-171-1/+1
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-141-0/+1
* mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák2017-06-221-0/+4
* mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2017-06-222-2/+2
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-091-1/+0
* mesa: stop passing state bitfield to UpdateState()Timothy Arceri2017-06-091-1/+2
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-222-6/+16
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-6/+6
* nouveau: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+5
* nouveau: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-3/+3
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-281-16/+16
* mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul2016-10-131-2/+1
* Introduce .editorconfigEric Engestrom2016-08-311-0/+2
* nouveau: make color/depth bpp match for pre-nv10 chipsIlia Mirkin2016-08-301-3/+3
* nouveau: always enable at least one RCIlia Mirkin2016-08-301-1/+1
* nouveau: allow NV3x's to be used with nouveau_vieuxIlia Mirkin2016-08-302-1/+4
* nouveau: Enable EXT_texture_env_dot3 on NV10 and NV20Ian Romanick2016-08-263-1/+17
* nouveau: Fix non-1x post-scale factor with DOT3 combinerIan Romanick2016-08-261-10/+8
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-231-1/+1
* nouveau: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich2016-06-163-26/+38
* nouveau: fix double-const qualifierIlia Mirkin2016-01-032-2/+2
* nouveau: enable use of new kernel interfacesBen Skeggs2015-12-221-2/+0
* nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2015-12-222-1/+18
* nouveau: set MaxDrawBuffers to the same value as MaxColorAttachmentsIlia Mirkin2015-11-011-1/+1
* nouveau: no need to do tnl wakeup, state updates are always hooked upIlia Mirkin2015-08-102-2/+0
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-2/+5
* nouveau: rename var name for nouveau_vieux to avoid conflict with nouveauIlia Mirkin2015-07-011-2/+2
* dri/nouveau: Include simple_list.h explicitly in nv*_state_tnl.c.Francisco Jerez2015-06-092-0/+4
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* nouveau: include stdio.h where neededBrian Paul2015-03-053-0/+3
* nouveau: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-4/+4
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-201-1/+1
* mesa: Use u_math.h from macros.hEric Anholt2015-02-201-6/+0
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin2015-02-021-1/+1
* dir-locals.el: Don't set variables for non-programming modesNeil Roberts2015-02-021-1/+1
* nouveau: Add headers to distribution.Matt Turner2014-12-122-1/+30
* nouveau: Alphabetize source list.Matt Turner2014-12-121-10/+10
* mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke2014-10-161-2/+2
* nouveau: 3d textures are unsupported, limit 3d levels to 1Ilia Mirkin2014-10-141-0/+3
* nouveau: fix glCompressedTexImageIlia Mirkin2014-09-251-13/+52
* nouveau: check for mesa context init failureIlia Mirkin2014-09-131-2/+2
* nouveau: avoid leaking screen on initialization failIlia Mirkin2014-09-131-2/+5