aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-271-1/+5
* mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.Mathias Fröhlich2018-05-101-19/+19
* mesa: Remove Array._DrawArrays.Mathias Fröhlich2018-05-101-2/+2
* mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri2018-04-271-1/+1
* mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri2018-04-171-2/+2
* vbo: Move vbo_split into the tnl module.Mathias Fröhlich2018-03-311-2/+2
* vbo: Readd the arrays argument to the legacy draw methods.Mathias Fröhlich2018-03-311-4/+7
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-312-1/+21
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-101-33/+48
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-136-15/+19
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-045-17/+20
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-014-20/+20
* mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2018-01-292-4/+4
* nouveau: Remove no-op nvgl_logicop_func functionIan Romanick2018-01-263-43/+2
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-261-1/+1
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-241-1/+1
* nouveau: remove vbo_context() callBrian Paul2018-01-241-2/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+2
* 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