summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-24darwin: do not create double-buffered offscreen pixel formats7.11Jonas Maebe1-1/+1
2012-05-16darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston1-4/+4
2012-05-16darwin: Unlock our mutex before destroying itJeremy Huddleston1-0/+3
2012-04-24darwin: Eliminate a pthread mutex leakJeremy Huddleston1-0/+7
2012-04-23apple: Fix a use after freeJonas Maebe1-2/+4
2012-04-22glapi: Correct size of allocated _glapi_table structJonas Maebe1-1/+1
2012-01-27configure.ac: Don't use $CLANG since it will collide with the static analyzer.Jeremy Huddleston1-3/+3
2012-01-19mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat2-0/+14
2012-01-19intel: Fix segfault in glXSwapBuffers with no bound contextAnuj Phogat1-5/+7
2012-01-19i965: Fix Coverity wrong sizeof argument defect.Vinson Lee1-1/+1
2012-01-19i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()Paul Berry1-3/+3
2012-01-16glw: s/lighgrey/lightgrey/Brian Paul1-1/+1
2012-01-04glsl: Don't use base type for bit-not when there's an errorIan Romanick1-1/+1
2012-01-03glsl: Clamp vector indices when lowering to swizzlesIan Romanick1-2/+20
2011-12-22glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expres...Ian Romanick1-1/+1
2011-12-11nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2-2/+4
2011-12-11nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller8-30/+26
2011-12-05gallivm: fix build with llvm 3.0svnBrian Paul1-2/+8
2011-12-05gallivm: fix build with LLVM 3.0svnTobias Droste1-1/+10
2011-12-05gallivm: fix build with LLVM 3.0svnTobias Droste1-4/+10
2011-12-05llvmpipe: fix build with LLVM 3.0svnTobias Droste2-17/+50
2011-12-05gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee1-0/+4
2011-12-05gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.Vinson Lee1-2/+2
2011-12-05gallivm: Remove LLVMOpaqueKindType case with llvm-3.0.Vinson Lee1-0/+2
2011-12-05gallivm: Rename TargetInstrDesc to MCInstrDesc when using llvm-3.0.Vinson Lee1-0/+4
2011-11-28docs: update news, relnotes list for 7.11.2 releaseBrian Paul2-0/+11
2011-11-27docs: Add 7.11.2 release md5sumsIan Romanick1-2/+7
2011-11-27docs: Add 7.11.2 release notesmesa-7.11.2Ian Romanick1-0/+80
2011-11-27mesa: Bump version to 7.11.2 (final)Ian Romanick1-1/+1
2011-11-21intel: Fix separate stencil in builtin DRI2 backendChad Versace1-9/+80
2011-11-21intel: Fix region dimensions for stencil buffers received from DDXChad Versace1-15/+16
2011-11-21intel: Simplify stencil detiling arithmeticChad Versace1-2/+1
2011-11-21mesa: use format string in _mesa_error() call to silence warningBrian Paul1-1/+1
2011-11-21docs: update news.html and relnotes.html for 7.11.1 releaseBrian Paul2-0/+8
2011-11-18mesa: fix format selection for meta CopyTexSubImage()Brian Paul1-0/+10
2011-11-18mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooksBrian Paul1-17/+32
2011-11-18mesa: set version string to 7.11.2-develIan Romanick2-3/+3
2011-11-17docs: Add 7.11.1 release md5sumsIan Romanick1-2/+6
2011-11-17docs: Add 7.11.1 release notesmesa-7.11.1Ian Romanick1-0/+387
2011-11-17mesa: set version string to 7.11.1Ian Romanick2-3/+3
2011-11-10glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.Eric Anholt1-3/+3
2011-11-10mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.Kenneth Graunke1-2/+1
2011-11-05docs: Update llvmpipe docs.José Fonseca1-25/+23
2011-11-03intel: don't call unmap pbo if pbo is not mappedYuanhan Liu1-2/+2
2011-11-02r300g: Fix queries on big endian hosts.Michel Dänzer1-1/+2
2011-11-02gallium/util: Add macros for converting from little endian to CPU byte order.Michel Dänzer1-0/+13
2011-11-02r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vboMarek Olšák1-5/+0
2011-11-02Only use gcc visibility support with gcc4+.Tom Fogal2-2/+2
2011-10-28glx: Don't enable INTEL_swap_event unconditionallyAdam Jackson1-1/+1
2011-10-27i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke1-0/+2