index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gbm: Validate usage flags in gbm_bo_create_from_egl_image()
Kristian Høgsberg
2012-01-18
5
-5
/
+35
*
i965: Add support for Z16 depth formats.
Eric Anholt
2012-01-18
1
-0
/
+1
*
i965/gen7: Set up surface horizontal alignment field.
Eric Anholt
2012-01-18
1
-1
/
+4
*
i965/gen7: Remove stale comment.
Eric Anholt
2012-01-18
1
-1
/
+0
*
glsl: Fix leak of linked uniform names at relink/free of the shader_program.
Eric Anholt
2012-01-18
1
-1
/
+1
*
glsl: Fix leak of LinkedTransformFeedback.Varyings.
Eric Anholt
2012-01-18
1
-1
/
+1
*
mesa: Fix leak of uniform storage records on shader program link/free.
Eric Anholt
2012-01-18
1
-0
/
+2
*
i965: Fix leak of the program cache BO on context destroy.
Eric Anholt
2012-01-18
1
-0
/
+2
*
i965/vs: Fix leak of an empty hash_table structure per compile.
Eric Anholt
2012-01-18
1
-4
/
+0
*
i965: Fix refcount leak of the gl_program structure.
Eric Anholt
2012-01-18
1
-0
/
+2
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-18
5
-6
/
+12
*
svga: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16.0 to 15.0
Brian Paul
2012-01-18
1
-1
/
+1
*
svga: fix min/max lod clamping
Brian Paul
2012-01-18
1
-4
/
+6
*
svga: add 0.5 in float->int conversion of sample min/max lod
Brian Paul
2012-01-18
1
-2
/
+2
*
st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium drivers
Brian Paul
2012-01-18
2
-0
/
+4
*
mesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage paths
Brian Paul
2012-01-18
2
-3
/
+9
*
mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formats
Brian Paul
2012-01-18
1
-0
/
+4
*
mesa: fix tex format selection for GL_R32F and other R/G float formats
Brian Paul
2012-01-18
1
-0
/
+10
*
docs: add more potential dependencies for vmware guest driver
Brian Paul
2012-01-18
1
-1
/
+4
*
scons: Add more machine architectures to the machine map
Alexander von Gluck IV
2012-01-18
1
-0
/
+6
*
r600g: fix ISLT on r600/700
Dave Airlie
2012-01-18
1
-1
/
+1
*
r600g: make r600/700 use correct ineg.
Dave Airlie
2012-01-18
1
-1
/
+1
*
r600g: fix some of the interpolation tests.
Dave Airlie
2012-01-18
1
-5
/
+10
*
i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.
Kenneth Graunke
2012-01-18
1
-1
/
+9
*
i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
2012-01-18
3
-10
/
+3
*
mesa: Support GL_VERTEX_ATTRIB_ARRAY_INTEGER in GL 3.0 contexts.
Kenneth Graunke
2012-01-18
1
-1
/
+1
*
r600g: fix UINT_TO_FLT on evergreen
Vadim Girlin
2012-01-18
1
-1
/
+1
*
i965/gen5: Fix rendering of depth buffers without stencil [v2]
Chad Versace
2012-01-17
1
-2
/
+15
*
intel: Return if pointer to intel_context is null
Anuj Phogat
2012-01-17
1
-7
/
+7
*
r600g: add workaround for original R600 PS setup
Alex Deucher
2012-01-17
1
-2
/
+7
*
i965: Add .gitignore file to exclude automake build artifacts from git.
Paul Berry
2012-01-17
1
-0
/
+6
*
mesa: Add condition in glGetTexImage for zero size textures
Anuj Phogat
2012-01-17
2
-1
/
+14
*
radeon: share common fog code between radeon and r200
Alex Deucher
2012-01-17
17
-259
/
+227
*
radeon: fix fog coordinate emit
Alex Deucher
2012-01-17
1
-1
/
+1
*
r200: fix fog coordinate emit
Alex Deucher
2012-01-17
1
-1
/
+1
*
r600g: fix recip_uint on r600.
Dave Airlie
2012-01-18
1
-0
/
+1
*
r600g: fix USLT for r600-eg
Vadim Girlin
2012-01-17
1
-2
/
+2
*
scons: Don't set visibility to hidden on Haiku
Alexander von Gluck IV
2012-01-17
1
-1
/
+1
*
scons: Add Haiku build support
Alexander von Gluck IV
2012-01-17
5
-12
/
+27
*
r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)
Vadim Girlin
2012-01-17
2
-133
/
+593
*
mesa: Enable silent automake rules when available.
Eric Anholt
2012-01-17
1
-0
/
+5
*
i965: Convert the build to using automake.
Eric Anholt
2012-01-17
7
-35
/
+106
*
intel: Drop the version override code now that we don't have any left.
Eric Anholt
2012-01-17
1
-8
/
+0
*
intel: Fix warnings of undefined ffs().
Eric Anholt
2012-01-17
1
-0
/
+1
*
Complete ARGB8888 naming convention format renames missed
Scott Moreau
2012-01-17
1
-4
/
+3
*
i965: Fix gen6,gen7 when used with a non-HiZ capable DDX
Chad Versace
2012-01-16
1
-4
/
+13
*
softpipe: Silence unused variable warning on non-LLVM builds.
Vinson Lee
2012-01-16
1
-0
/
+2
*
intel: Fix segfault in glXSwapBuffers with no bound context
Anuj Phogat
2012-01-16
1
-5
/
+7
*
llvmpipe: Remove unused variable 'packed' from lp_test_round.
Vinson Lee
2012-01-16
1
-2
/
+0
*
util: Silence GCC unused-but-set-variable warning.
Vinson Lee
2012-01-16
1
-0
/
+2
[next]