summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* darwin: do not create double-buffered offscreen pixel formats7.11Jonas Maebe2012-09-241-1/+1
* darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston2012-05-161-4/+4
* darwin: Unlock our mutex before destroying itJeremy Huddleston2012-05-161-0/+3
* darwin: Eliminate a pthread mutex leakJeremy Huddleston2012-04-241-0/+7
* apple: Fix a use after freeJonas Maebe2012-04-231-2/+4
* glapi: Correct size of allocated _glapi_table structJonas Maebe2012-04-221-1/+1
* configure.ac: Don't use $CLANG since it will collide with the static analyzer.Jeremy Huddleston2012-01-271-3/+3
* mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat2012-01-192-0/+14
* intel: Fix segfault in glXSwapBuffers with no bound contextAnuj Phogat2012-01-191-5/+7
* i965: Fix Coverity wrong sizeof argument defect.Vinson Lee2012-01-191-1/+1
* i965 gen4-6: Fix off-by-one errors brw_create_constant_surface()Paul Berry2012-01-191-3/+3
* glw: s/lighgrey/lightgrey/Brian Paul2012-01-161-1/+1
* glsl: Don't use base type for bit-not when there's an errorIan Romanick2012-01-041-1/+1
* glsl: Clamp vector indices when lowering to swizzlesIan Romanick2012-01-031-2/+20
* glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expres...Ian Romanick2011-12-221-1/+1
* nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2011-12-112-2/+4
* nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-12-118-30/+26
* gallivm: fix build with llvm 3.0svnBrian Paul2011-12-051-2/+8
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-12-051-1/+10
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-12-051-4/+10
* llvmpipe: fix build with LLVM 3.0svnTobias Droste2011-12-052-17/+50
* gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee2011-12-051-0/+4
* gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.Vinson Lee2011-12-051-2/+2
* gallivm: Remove LLVMOpaqueKindType case with llvm-3.0.Vinson Lee2011-12-051-0/+2
* gallivm: Rename TargetInstrDesc to MCInstrDesc when using llvm-3.0.Vinson Lee2011-12-051-0/+4
* docs: update news, relnotes list for 7.11.2 releaseBrian Paul2011-11-282-0/+11
* docs: Add 7.11.2 release md5sumsIan Romanick2011-11-271-2/+7
* docs: Add 7.11.2 release notesmesa-7.11.2Ian Romanick2011-11-271-0/+80
* mesa: Bump version to 7.11.2 (final)Ian Romanick2011-11-271-1/+1
* intel: Fix separate stencil in builtin DRI2 backendChad Versace2011-11-211-9/+80
* intel: Fix region dimensions for stencil buffers received from DDXChad Versace2011-11-211-15/+16
* intel: Simplify stencil detiling arithmeticChad Versace2011-11-211-2/+1
* mesa: use format string in _mesa_error() call to silence warningBrian Paul2011-11-211-1/+1
* docs: update news.html and relnotes.html for 7.11.1 releaseBrian Paul2011-11-212-0/+8
* mesa: fix format selection for meta CopyTexSubImage()Brian Paul2011-11-181-0/+10
* mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooksBrian Paul2011-11-181-17/+32
* mesa: set version string to 7.11.2-develIan Romanick2011-11-182-3/+3
* docs: Add 7.11.1 release md5sumsIan Romanick2011-11-171-2/+6
* docs: Add 7.11.1 release notesmesa-7.11.1Ian Romanick2011-11-171-0/+387
* mesa: set version string to 7.11.1Ian Romanick2011-11-172-3/+3
* glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.Eric Anholt2011-11-101-3/+3
* mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.Kenneth Graunke2011-11-101-2/+1
* docs: Update llvmpipe docs.José Fonseca2011-11-051-25/+23
* intel: don't call unmap pbo if pbo is not mappedYuanhan Liu2011-11-031-2/+2
* r300g: Fix queries on big endian hosts.Michel Dänzer2011-11-021-1/+2
* gallium/util: Add macros for converting from little endian to CPU byte order.Michel Dänzer2011-11-021-0/+13
* r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vboMarek Olšák2011-11-021-5/+0
* Only use gcc visibility support with gcc4+.Tom Fogal2011-11-022-2/+2
* glx: Don't enable INTEL_swap_event unconditionallyAdam Jackson2011-10-281-1/+1
* i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke2011-10-271-0/+2