summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* 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
* nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin2014-09-131-10/+10
* nouveau: only enable stencil func if the visual has stencil bitsIlia Mirkin2014-09-122-2/+2
* nouveau: only enable the depth test if there actually is a depth bufferIlia Mirkin2014-09-125-4/+9
* nouveau: don't keep stale pointer to free'd dataIlia Mirkin2014-08-161-0/+1
* nouveau: make sure to invalidate any vbo state as wellIlia Mirkin2014-08-161-0/+1
* dri/nouveau: add GLX_MESA_query_renderer supportEmil Velikov2014-08-153-19/+92
* nouveau: force luminance clear colors to have the same g/b values as rIlia Mirkin2014-08-142-4/+21
* nouveau: only try to get new storage if there are any levelsIlia Mirkin2014-08-131-10/+13
* nouveau: add emacs dir-locals file for tabs/8-space indentsIlia Mirkin2014-08-131-0/+8
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-1/+1
* mesa: Add a texUnit parameter to dd_function_table::BindTextureFredrik Höglund2014-05-021-4/+4
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-306-8/+8
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-302-3/+3
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-282-4/+6
* tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().Iago Toral Quiroga2014-04-081-3/+3
* nouveau: don't assume libdrm include prefixJonathan Gray2014-03-201-1/+1
* nouveau: there may not have been a texture if the fbo was incompleteIlia Mirkin2014-03-191-1/+2
* nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format listIlia Mirkin2014-03-191-0/+1