summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
AgeCommit message (Expand)AuthorFilesLines
8 daysmesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt1-2/+2
8 daysmesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt1-2/+1
11 daysnouveau: Use accessor for stencil reference valuesChris Forbes2-2/+5
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák3-3/+3
2013-05-06mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt1-18/+0
2013-05-06mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt1-10/+0
2013-05-01build: remove unused API_DEFINESAndreas Boll1-1/+0
2013-04-30nouveau: Replace swrast_texture_image->Map usage with ->Buffer.Eric Anholt1-3/+1
2013-04-30nouveau: Just use MapTextureImage instead of duplicating the logic.Eric Anholt1-81/+18
2013-04-24mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-24mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-21mesa: Introduce a globally-available minify() macro.Eric Anholt1-2/+2
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2-2/+0
2013-03-07dri/nouveau: fix crash in nouveau_flushJan de Groot1-1/+2
2013-03-05dri/nouveau: NV17_3D class is not available for NV1a chipsetMarcin Slusarz1-1/+1
2013-01-24mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2-2/+2
2013-01-22mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt1-1/+1
2013-01-12Remove hacks for static MakefilesMatt Turner1-3/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-02mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.Paul Berry1-2/+2
2012-12-16drivers: compute version and then initialize exec tableJordan Justen1-0/+6
2012-12-01glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák1-1/+1
2012-12-01nouveau: Fix build.Brian Paul1-1/+1
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-2/+2
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-2/+2
2012-11-12mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák1-1/+1
2012-10-29dri: Convert driCreateConfigs to use a gl_format enumIan Romanick1-10/+6
2012-10-05mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul1-1/+1
2012-10-03dri drivers: Link dricommon before dynamic librariesMatt Turner1-2/+2
2012-10-01build: Set visibility CFLAGS in dri/nouveauMatt Turner1-0/+1
2012-09-15mesa: remove FEATURE_EXT_framebuffer_blit define.Oliver McFadden1-2/+0
2012-09-15mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden1-2/+0
2012-09-01mesa: s/FREE/free/Brian Paul5-7/+7
2012-09-01mesa: s/MALLOC/malloc/Brian Paul1-1/+1
2012-08-31mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul1-1/+1
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-1/+2
2012-08-14dri: Pass API_OPENGL_CORE through to the driversIan Romanick1-1/+23
2012-08-12mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen1-2/+0
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-13/+8
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-3/+1
2012-08-07dri: Simplify use of driConcatConfigsChad Versace1-2/+1
2012-08-01nouveau: Add support for ARB_sampler_objectsPauli Nieminen4-31/+46
2012-07-24nouveau: include glformats.h to get missing prototypeBrian Paul1-0/+1
2012-06-27mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2-4/+4
2012-06-21make: Fold ASM_CFLAGS into DEFINES.Eric Anholt1-1/+0
2012-06-06mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul1-6/+6
2012-06-06mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul1-3/+3
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-35/+8
2012-06-06mesa: consolidate internal glTexImage1/2/3D codeBrian Paul1-35/+8
2012-05-12nouveau/vieux: finish != flush, how about we do that..Ben Skeggs3-0/+23