aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nv10_state_frag.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-131-2/+2
* mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2018-01-291-2/+2
* nouveau: Enable EXT_texture_env_dot3 on NV10 and NV20Ian Romanick2016-08-261-1/+15
* nouveau: Fix non-1x post-scale factor with DOT3 combinerIan Romanick2016-08-261-10/+8
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-301-2/+2
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-2/+2
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-17/+15
* dri/nouveau: nv10: Use rules-ng-ng headersViktor Novotný2010-11-151-18/+18
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* dri/nv10-nv20: Add support for NV_texture_env_combine4.Francisco Jerez2010-09-091-13/+18
* dri/nouveau: Use the XRGB8888 hardware texture format.Francisco Jerez2010-02-251-0/+7
* dri/nouveau: Restructure the nv[12]0 regcombiner code, and fake A8/L8 support.Francisco Jerez2010-02-251-124/+109
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+416