summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.Kenneth Graunke2013-04-051-1/+2
* osmesa: fix out-of-tree buildAndreas Boll2013-04-051-0/+1
* mesa: use ieee fp on s390 and m68kAndreas Boll2013-04-051-1/+2
* i965: Apply depthstencil alignment workaround when doing fast clears.Paul Berry2013-04-051-1/+5
* i965: Make INTEL_DEBUG=shader_time use the RAW surface format.Kenneth Graunke2013-04-052-3/+3
* i965: Specialize SURFACE_STATE creation for shader time.Kenneth Graunke2013-04-054-8/+45
* i965: Fix INTEL_DEBUG=shader_time for Haswell.Kenneth Graunke2013-04-052-4/+12
* i965: Add definitions for gen7+ data cache messages.Eric Anholt2013-04-051-0/+37
* mesa: Fix FB blitting in case of zero size src or dst rectAnuj Phogat2013-04-051-1/+3
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-04-052-51/+6
* i965/fs: Also do the gen4 SEND dependency workaround against other SENDs.Eric Anholt2013-03-251-9/+15
* i965/fs: Fix broken rendering in large shaders with UBO loads.Eric Anholt2013-03-251-0/+2
* i965/fs: Fix register allocation for uniform pull constants in 16-wide.Eric Anholt2013-03-251-23/+31
* mesa: don't allocate a texture if width or height is 0 in CopyTexImageMarek Olšák2013-03-251-10/+12
* dri/nouveau: fix crash in nouveau_flushJan de Groot2013-03-251-1/+2
* mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane2013-03-253-2/+14
* Unreference sampler object when it's currently bound to texture unit.Alan Hourihane2013-03-251-0/+10
* dri/nouveau: NV17_3D class is not available for NV1a chipsetMarcin Slusarz2013-03-251-1/+1
* Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensionsAlan Hourihane2013-03-251-0/+1
* intel: Fix regression in intel_create_image_from_name stride handlingTapani Pälli2013-03-251-1/+1
* vbo: fix crash found with shared display listsBrian Paul2013-03-201-1/+1
* mesa: flush current state when querying GL_EDGE_FLAGBrian Paul2013-03-201-1/+1
* mesa: Bump version to 9.1.1mesa-9.1.1Ian Romanick2013-03-191-2/+2
* i965: Link i965_dri.so with C++ linker.Frank Henigman2013-03-081-0/+1
* mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2013-03-082-2/+2
* i965: Fix Crystal Well PCI IDs.Kenneth Graunke2013-03-051-9/+9
* attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen2013-03-051-0/+12
* i965: Fix the W value of deprecated pointcoords on pre-gen6.Eric Anholt2013-03-051-1/+18
* mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli2013-03-051-0/+6
* mesa: add missing case in _mesa_GetTexParameterfv()Tapani Pälli2013-03-051-0/+6
* st/mesa: fix polygon offset state translation logicBrian Paul2013-03-051-7/+3
* st/mesa: check for dummy programs in destroy_program_variants()Brian Paul2013-03-051-1/+1
* st/mesa: fix trimming of GL_QUAD_STRIPBrian Paul2013-03-051-1/+1
* meta: Allocate texture before initializing texture coordinatesAnuj Phogat2013-03-051-9/+8
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-03-052-2/+2
* i965/fs: Fix broken math on values loaded from uniform buffers on gen6.Eric Anholt2013-03-051-0/+1
* i965/fs: Only do CSE when the dst types match.Eric Anholt2013-03-051-1/+2
* i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt2013-03-053-27/+66
* i965/fs: Fix copy propagation with smearing.Eric Anholt2013-03-051-1/+2
* st/mesa: implement glBitmap unpacking from a PBO, for the cache pathBrian Paul2013-03-051-2/+11
* i965/fs: Do a general SEND dependency workaround for the original 965.Eric Anholt2013-03-053-42/+229
* mesa: Bump version to 9.1 (final)Ian Romanick2013-02-221-1/+1
* i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick2013-02-221-1/+1
* st/mesa: don't do sRGB conversion in CopyTexSubImageMarek Olšák2013-02-221-2/+2
* mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick2013-02-203-9/+16
* mesa: Bump version to 9.1-rc2mesa-9.1-rc2Ian Romanick2013-02-171-1/+1
* i965/fs: Use a helper function for checking for flow control instructions.Eric Anholt2013-02-173-23/+22
* shaderapi: Fix AttachShader errorbma2013-02-171-0/+14
* i965: Re-enable the -RHW workaround for original gen4 chips.Eric Anholt2013-02-171-12/+8
* i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt2013-02-173-4/+20