index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.
Kenneth Graunke
2013-04-05
1
-1
/
+2
*
osmesa: fix out-of-tree build
Andreas Boll
2013-04-05
1
-0
/
+1
*
mesa: use ieee fp on s390 and m68k
Andreas Boll
2013-04-05
1
-1
/
+2
*
i965: Apply depthstencil alignment workaround when doing fast clears.
Paul Berry
2013-04-05
1
-1
/
+5
*
i965: Make INTEL_DEBUG=shader_time use the RAW surface format.
Kenneth Graunke
2013-04-05
2
-3
/
+3
*
i965: Specialize SURFACE_STATE creation for shader time.
Kenneth Graunke
2013-04-05
4
-8
/
+45
*
i965: Fix INTEL_DEBUG=shader_time for Haswell.
Kenneth Graunke
2013-04-05
2
-4
/
+12
*
i965: Add definitions for gen7+ data cache messages.
Eric Anholt
2013-04-05
1
-0
/
+37
*
mesa: Fix FB blitting in case of zero size src or dst rect
Anuj Phogat
2013-04-05
1
-1
/
+3
*
mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.
José Fonseca
2013-04-05
2
-51
/
+6
*
i965/fs: Also do the gen4 SEND dependency workaround against other SENDs.
Eric Anholt
2013-03-25
1
-9
/
+15
*
i965/fs: Fix broken rendering in large shaders with UBO loads.
Eric Anholt
2013-03-25
1
-0
/
+2
*
i965/fs: Fix register allocation for uniform pull constants in 16-wide.
Eric Anholt
2013-03-25
1
-23
/
+31
*
mesa: don't allocate a texture if width or height is 0 in CopyTexImage
Marek Olšák
2013-03-25
1
-10
/
+12
*
dri/nouveau: fix crash in nouveau_flush
Jan de Groot
2013-03-25
1
-1
/
+2
*
mesa: fix glGetInteger*(GL_SAMPLER_BINDING).
Alan Hourihane
2013-03-25
3
-2
/
+14
*
Unreference sampler object when it's currently bound to texture unit.
Alan Hourihane
2013-03-25
1
-0
/
+10
*
dri/nouveau: NV17_3D class is not available for NV1a chipset
Marcin Slusarz
2013-03-25
1
-1
/
+1
*
Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensions
Alan Hourihane
2013-03-25
1
-0
/
+1
*
intel: Fix regression in intel_create_image_from_name stride handling
Tapani Pälli
2013-03-25
1
-1
/
+1
*
vbo: fix crash found with shared display lists
Brian Paul
2013-03-20
1
-1
/
+1
*
mesa: flush current state when querying GL_EDGE_FLAG
Brian Paul
2013-03-20
1
-1
/
+1
*
mesa: Bump version to 9.1.1
mesa-9.1.1
Ian Romanick
2013-03-19
1
-2
/
+2
*
i965: Link i965_dri.so with C++ linker.
Frank Henigman
2013-03-08
1
-0
/
+1
*
mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
Matt Turner
2013-03-08
2
-2
/
+2
*
i965: Fix Crystal Well PCI IDs.
Kenneth Graunke
2013-03-05
1
-9
/
+9
*
attrib: push/pop FRAGMENT_PROGRAM_ARB state
Jordan Justen
2013-03-05
1
-0
/
+12
*
i965: Fix the W value of deprecated pointcoords on pre-gen6.
Eric Anholt
2013-03-05
1
-1
/
+18
*
mesa/es: NULL check in EGLImageTargetTexture2DOES
Tapani Pälli
2013-03-05
1
-0
/
+6
*
mesa: add missing case in _mesa_GetTexParameterfv()
Tapani Pälli
2013-03-05
1
-0
/
+6
*
st/mesa: fix polygon offset state translation logic
Brian Paul
2013-03-05
1
-7
/
+3
*
st/mesa: check for dummy programs in destroy_program_variants()
Brian Paul
2013-03-05
1
-1
/
+1
*
st/mesa: fix trimming of GL_QUAD_STRIP
Brian Paul
2013-03-05
1
-1
/
+1
*
meta: Allocate texture before initializing texture coordinates
Anuj Phogat
2013-03-05
1
-9
/
+8
*
mesa: Fix setup of ctx->Point.PointSprite for GLES2.
Eric Anholt
2013-03-05
2
-2
/
+2
*
i965/fs: Fix broken math on values loaded from uniform buffers on gen6.
Eric Anholt
2013-03-05
1
-0
/
+1
*
i965/fs: Only do CSE when the dst types match.
Eric Anholt
2013-03-05
1
-1
/
+2
*
i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.
Eric Anholt
2013-03-05
3
-27
/
+66
*
i965/fs: Fix copy propagation with smearing.
Eric Anholt
2013-03-05
1
-1
/
+2
*
st/mesa: implement glBitmap unpacking from a PBO, for the cache path
Brian Paul
2013-03-05
1
-2
/
+11
*
i965/fs: Do a general SEND dependency workaround for the original 965.
Eric Anholt
2013-03-05
3
-42
/
+229
*
mesa: Bump version to 9.1 (final)
Ian Romanick
2013-02-22
1
-1
/
+1
*
i965: Enable OpenGL ES 3.0 on Sandy Bridge
Ian Romanick
2013-02-22
1
-1
/
+1
*
st/mesa: don't do sRGB conversion in CopyTexSubImage
Marek Olšák
2013-02-22
1
-2
/
+2
*
mesa: Don't install glEvalMesh in the beginend dispatch table
Ian Romanick
2013-02-20
3
-9
/
+16
*
mesa: Bump version to 9.1-rc2
mesa-9.1-rc2
Ian Romanick
2013-02-17
1
-1
/
+1
*
i965/fs: Use a helper function for checking for flow control instructions.
Eric Anholt
2013-02-17
3
-23
/
+22
*
shaderapi: Fix AttachShader error
bma
2013-02-17
1
-0
/
+14
*
i965: Re-enable the -RHW workaround for original gen4 chips.
Eric Anholt
2013-02-17
1
-12
/
+8
*
i965/gen4: Work around missing sRGB RGB DXT1 support.
Eric Anholt
2013-02-17
3
-4
/
+20
[next]