summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-17Revert "mesa: Don't leak gl_context::BeginEnd at context destruction"9.0-stagingAndreas Boll1-1/+0
2013-04-17mesa: Fix FB blitting in case of zero size src or dst rectAnuj Phogat1-1/+3
2013-04-17i965: Re-enable the -RHW workaround for original gen4 chips.Eric Anholt1-12/+8
2013-04-17i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke1-2/+2
2013-04-17util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.José Fonseca1-12/+6
2013-04-17softpipe,util: Fix blending of R and RG formats.José Fonseca1-25/+1
2013-04-17softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.José Fonseca1-3/+3
2013-04-17intel: Fix size of temporary etc1 bufferChad Versace1-3/+4
2013-04-17mesa: Don't leak gl_context::BeginEnd at context destructionIan Romanick1-0/+1
2013-04-17r300g: Fix bug in OMOD optimizationTom Stellard1-1/+3
2013-04-17mesa: don't memcmp() off the end of a cache key.Chris Forbes1-2/+9
2013-04-17Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov1-1/+3
2013-04-17mesa: Add new ctx->Stencil._WriteEnabled derived state flag.Kenneth Graunke2-0/+6
2013-04-17glsl: Fix array indexing when constant folding built-in functions.Paul Berry1-1/+1
2013-04-17GLSL: fix lower_jumps to report progress properlyAras Pranckevicius1-1/+3
2013-04-17mesa: remove platform checks around __builtin_ffs, __builtin_ffsllBrian Paul1-6/+0
2013-04-17glsl: Add missing bool case in glsl_type::get_scalar_typeIan Romanick1-0/+2
2013-04-17mesa: Disable validate_ir_tree() on release builds.Eric Anholt2-2/+6
2013-04-17mesa: handle HALF_FLOAT like FLOAT in get_tex_rgbaMarek Olšák1-0/+1
2013-04-17glx: Build with VISIBILITY_CFLAGS in automakeAdam Jackson1-0/+1
2013-04-17osmesa: fix out-of-tree buildAndreas Boll1-0/+1
2013-04-17mesa: use ieee fp on s390 and m68kAndreas Boll1-1/+2
2013-04-17gallivm: fix return opcode handling in main function of a shaderRoland Scheidegger2-3/+18
2013-04-17i965: Apply depthstencil alignment workaround when doing fast clears.Paul Berry1-1/+5
2013-04-17dri/nouveau: fix crash in nouveau_flushJan de Groot1-1/+2
2013-04-17vbo: fix crash found with shared display listsBrian Paul1-1/+1
2013-04-17mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane3-2/+14
2013-04-17Unreference sampler object when it's currently bound to texture unit.Alan Hourihane1-0/+10
2013-04-17llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZEBrian Paul1-2/+8
2013-04-17llvmpipe: add some scene limit sanity check assertionsBrian Paul1-0/+22
2013-04-17dri/nouveau: NV17_3D class is not available for NV1a chipsetMarcin Slusarz1-1/+1
2013-04-17i965: Fix Crystal Well PCI IDs.Kenneth Graunke1-9/+9
2013-04-17winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson1-0/+4
2013-04-17attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen1-0/+12
2013-04-17i965: Fix the W value of deprecated pointcoords on pre-gen6.Eric Anholt1-1/+18
2013-04-17mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli1-0/+6
2013-04-17mesa: add missing case in _mesa_GetTexParameterfv()Tapani Pälli1-0/+6
2013-04-17llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker1-1/+3
2013-04-17st/mesa: fix trimming of GL_QUAD_STRIPBrian Paul1-1/+1
2013-04-17st/mesa: check for dummy programs in destroy_program_variants()Brian Paul1-1/+1
2013-04-17st/mesa: fix polygon offset state translation logicBrian Paul1-7/+3
2013-04-17draw: fix broken polygon offset stageBrian Paul1-3/+37
2013-04-17llvmpipe: add missing checks for polygon offset point/line modesBrian Paul1-0/+6
2013-04-17mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2-2/+2
2013-04-17r300g/compiler: Fix bug in OMOD foldingTom Stellard3-1/+77
2013-04-17r300g/tests: Add helper functions for creating a full programTom Stellard2-8/+75
2013-04-17r300g/tests: Exit test runner with a valid status codeTom Stellard5-6/+22
2013-04-17r300g/complier: Make r300_vertprog_swizzle_caps visible in other filesTom Stellard2-1/+3
2013-04-17r300g/compiler: Add missing license headersTom Stellard13-1/+339
2013-04-17r600g/Cayman: Fix blending using destination alpha factor but non-alpha destMichel Dänzer1-4/+9