aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-243-19/+20
* dri: Move API version validation into dri/common.Eric Anholt2013-10-102-23/+12
* dri/nouveau: add AllocTextureImageBuffer implementationIlia Mirkin2013-10-061-0/+9
* mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-011-3/+0
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-231-1/+1
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-301-1/+1
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-281-1/+0
* mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2013-05-171-2/+2
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-2/+1
* nouveau: Use accessor for stencil reference valuesChris Forbes2013-05-152-2/+5
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-113-3/+3
* mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt2013-05-061-18/+0
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-061-10/+0
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* nouveau: Replace swrast_texture_image->Map usage with ->Buffer.Eric Anholt2013-04-301-3/+1
* nouveau: Just use MapTextureImage instead of duplicating the logic.Eric Anholt2013-04-301-81/+18
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* 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