summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* mesa: Introduce a globally-available minify() macro.Eric Anholt2013-04-211-2/+2
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-172-2/+0
* dri/nouveau: fix crash in nouveau_flushJan de Groot2013-03-071-1/+2
* dri/nouveau: NV17_3D class is not available for NV1a chipsetMarcin Slusarz2013-03-051-1/+1
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-232-2/+2
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry2013-01-021-2/+2
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+6
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-1/+1
* nouveau: Fix build.Brian Paul2012-11-301-1/+1
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-121-1/+1
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-10/+6
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-031-2/+2
* build: Set visibility CFLAGS in dri/nouveauMatt Turner2012-10-011-0/+1
* mesa: remove FEATURE_EXT_framebuffer_blit define.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden2012-09-151-2/+0
* mesa: s/FREE/free/Brian Paul2012-09-015-7/+7
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-1/+1
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-311-1/+1
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-1/+2
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-131-1/+23
* mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen2012-08-121-2/+0
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-13/+8
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-3/+1
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-2/+1
* nouveau: Add support for ARB_sampler_objectsPauli Nieminen2012-08-014-31/+46
* nouveau: include glformats.h to get missing prototypeBrian Paul2012-07-241-0/+1
* mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2012-06-272-4/+4
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul2012-06-061-6/+6
* mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul2012-06-061-3/+3
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-061-35/+8
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-35/+8
* nouveau/vieux: finish != flush, how about we do that..Ben Skeggs2012-05-123-0/+23
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-5/+4
* dri/nv10-nv20: Add support for S3TCViktor Novotný2012-05-024-0/+28
* dri/nouveau: Add general support for compressed formats.Viktor Novotný2012-05-024-33/+138
* nouveau: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-013-3/+7
* nouveau: rework and simplify nv04/nv05 driver a bitBen Skeggs2012-04-148-300/+215
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-1446-1890/+1844
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-201-1/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-201-3/+0
* dri/nouveau: don't use nested functionsnobled2012-03-062-64/+78
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-281-1/+0
* nouveau: Fix missing dri common symbols after automake conversion.Eric Anholt2012-01-261-1/+2