summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-26mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke1-0/+24
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt1-9/+0
2013-06-17mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt1-1/+7
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-17mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt1-1/+1
2013-05-03mesa: change ctx->Driver.NeedFlush to GLbitfield and update commentBrian Paul1-3/+3
2013-05-03mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul1-1/+2
2013-05-02mesa: update GLvertexformat commentsBrian Paul1-20/+7
2013-05-02mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul1-16/+0
2013-05-02mesa: remove GLvertexformat::Rectf()Brian Paul1-2/+0
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul1-58/+0
2013-05-02mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul1-4/+3
2013-04-30mesa: Add a clarifying comment about rowStride of compressed textures.Eric Anholt1-1/+3
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-24mesa: allow internalformat_query with multisample texture targetsChris Forbes1-1/+3
2013-03-01mesa: Add a new QueryCounter() hook for TIMESTAMP queries.Kenneth Graunke1-0/+1
2013-03-02mesa: implement GetMultisamplefvChris Forbes1-0/+8
2013-02-20gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli1-1/+3
2013-01-29mesa: remove ctx->Driver.Error() hookBrian Paul1-6/+0
2013-01-21mesa: Remove the dead PrepareExecBegin() driver hook.Eric Anholt1-8/+0
2013-01-15mesa: Add driver method to determine the possible sample countsIan Romanick1-0/+16
2012-10-15mesa: Fix comments for NV_vp code that's now only used by other extensions.Eric Anholt1-1/+1
2012-09-17mesa: rework texture size error checkingBrian Paul1-6/+6
2012-08-25mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke1-0/+7
2012-08-24mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul1-4/+7
2012-08-12mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen1-3/+0
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen1-3/+1
2012-08-12mesa: Remove unnecessary parameters from TexImagePauli Nieminen1-2/+0
2012-07-12mesa: implement display list support for new DrawTransformFeedback functionsMarek Olšák1-0/+8
2012-07-10mesa: implement glGet(GL_TIMESTAMP) v2Marek Olšák1-0/+6
2012-06-27mesa: more const qualifiers to match the latest glext.hBrian Paul1-1/+1
2012-06-19mesa: Add support for GL_ARB_base_instanceFredrik Höglund1-0/+10
2012-06-06mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul1-26/+7
2012-06-06mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul1-31/+8
2012-06-06mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul1-27/+8
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-36/+9
2012-06-06mesa: consolidate internal glTexImage1/2/3D codeBrian Paul1-33/+11
2012-03-12mesa: remove ctx->Driver.ClearColor() hookBrian Paul1-3/+0
2012-03-12mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul1-4/+0
2012-01-24mesa: update comments, fix whitespace in dd.hBrian Paul1-21/+14
2012-01-24mesa: remove ctx->Driver.Map/UnmapTexture() hooksBrian Paul1-5/+0
2012-01-18mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage pathsBrian Paul1-1/+7
2012-01-07mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul1-20/+22
2011-12-30mesa: simplify Driver.GetCompressedTexImage() parametersBrian Paul1-4/+3
2011-12-30mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul1-63/+32
2011-12-30mesa: simplify Driver.TexImage() parametersBrian Paul1-23/+19
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-23/+21
2011-12-24mesa: update comment for MapTextureImage()Brian Paul1-0/+2