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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
8
-8
/
+0
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
8
-8
/
+0
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
6
-6
/
+0
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
6
-6
/
+0
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
6
-6
/
+0
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
8
-8
/
+0
*
i965/vs: Add support for bit-shift operations.
Eric Anholt
2011-09-28
1
-1
/
+7
*
i965/fs: Add support for bit-shift operations.
Eric Anholt
2011-09-28
1
-1
/
+7
*
i965: don't intepolate clip distances on pre-GEN6.
Paul Berry
2011-09-28
1
-2
/
+8
*
i965 new VS: Fix bugs in pre-GEN6 psiz/flags computation
Paul Berry
2011-09-28
1
-5
/
+5
*
i965 new VS: Fix src_reg(uint32_t) constructor.
Paul Berry
2011-09-28
1
-1
/
+1
*
i965 new VS: don't share clip plane constants in pre-GEN6
Paul Berry
2011-09-28
6
-43
/
+55
*
i965: Fix a hardcoded user clip plane count.
Paul Berry
2011-09-28
1
-1
/
+1
*
i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled.
Paul Berry
2011-09-28
3
-4
/
+38
*
i965: Use 4 bits to store nr_userclip in brw_clip.h.
Paul Berry
2011-09-28
1
-2
/
+1
*
intel: Remove unused function get_glsl_version()
Chad Versace
2011-09-28
1
-16
/
+0
*
mesa: Allow overriding GLSL version with environment variable
Chad Versace
2011-09-28
2
-1
/
+3
*
i965: Allow SIMD16 color writes on Ivybridge.
Kenneth Graunke
2011-09-28
1
-1
/
+1
*
i965/fs: Allow SIMD16 with control flow on Ivybridge.
Kenneth Graunke
2011-09-28
1
-1
/
+1
*
intel: Fix compiler warnings from the depth stall flush commit.
Eric Anholt
2011-09-27
1
-0
/
+1
*
radeon: Drop mapping we were doing around glGetTexImage().
Eric Anholt
2011-09-27
7
-86
/
+0
*
nouveau: Drop mapping we were doing around glGetTexImage().
Eric Anholt
2011-09-27
1
-14
/
+0
*
intel: Drop our custom glGetTexImage() code.
Eric Anholt
2011-09-27
2
-63
/
+7
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
4
-83
/
+15
*
i965/vs: Fix access beyond array bounds for non-GRF operands.
Eric Anholt
2011-09-26
1
-3
/
+3
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
19
-96
/
+73
*
intel: Drop stale comment about CopyTexSubImage.
Eric Anholt
2011-09-26
1
-4
/
+0
*
intel: Rely on AllocTextureImageBuffer for our teximage fallbacks.
Eric Anholt
2011-09-26
1
-19
/
+5
*
intel: Rely on mesa core for compressed texture image uploading.
Eric Anholt
2011-09-26
1
-58
/
+20
*
intel: Allow src == NULL and *dst != NULL in intel_miptree_reference().
Eric Anholt
2011-09-26
3
-10
/
+11
*
intel: Drop the "intel" argument to intel_miptree_release().
Eric Anholt
2011-09-26
6
-16
/
+10
*
intel: Drop the immediate validation of the texture object in TFP.
Eric Anholt
2011-09-26
1
-10
/
+0
*
intel: Fix improper freeing of texture data in TFP.
Eric Anholt
2011-09-26
1
-4
/
+1
*
intel: Refactor texture_from_pixmap and EGL_image region binding.
Eric Anholt
2011-09-26
1
-55
/
+49
*
intel: Drop some extra equality checks on reference/release functions.
Eric Anholt
2011-09-26
2
-22
/
+8
*
i965: Set the pre/post-blend color clamp flags.
Eric Anholt
2011-09-26
1
-0
/
+20
*
i965/fs: Split generate_math into gen4/gen6 and 1/2 operand variants.
Kenneth Graunke
2011-09-26
2
-54
/
+89
*
mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flags
Ian Romanick
2011-09-26
1
-1
/
+0
*
mesa: Remove many extension enable flags
Ian Romanick
2011-09-26
2
-14
/
+0
*
intel: Remove redundant GL_ARB_window_pos enable
Ian Romanick
2011-09-26
1
-1
/
+0
*
dri: Remove redundant GL_SGIS_texture_edge_clamp enables
Ian Romanick
2011-09-26
5
-5
/
+0
*
i965: Emit depth stalls and flushes before changing depth state on Gen6+.
Kenneth Graunke
2011-09-26
3
-1
/
+44
*
intel: Introduce a new intel_context::gt field to go along with gen.
Kenneth Graunke
2011-09-26
3
-3
/
+11
*
intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb.
Kenneth Graunke
2011-09-26
2
-28
/
+13
*
i965: Fix incorrect maximum PS thread count shift on Ivybridge.
Kenneth Graunke
2011-09-26
1
-1
/
+1
*
intel: fix potential segfault error at intel_(un)map_texture_image
Yuanhan Liu
2011-09-26
1
-2
/
+3
*
intel: Remove pointless boolean return value from *_miptree_layout.
Kenneth Graunke
2011-09-23
4
-24
/
+11
*
i965: Increase MaxClipPlanes to 8 for gen6+.
Paul Berry
2011-09-23
1
-0
/
+3
*
i965: Allow clip distances to be read back in fragment shaders.
Paul Berry
2011-09-23
2
-6
/
+2
*
i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.
Paul Berry
2011-09-23
4
-27
/
+32
[next]