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
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
11
-18
/
+4
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
13
-29
/
+7
*
st/mesa: remove some old GetTexImage() code
Brian Paul
2011-09-29
1
-31
/
+5
*
st/mesa: don't compute index buffer bounds for per-instance data
Marek Olšák
2011-09-29
1
-3
/
+5
*
mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version()
Brian Paul
2011-09-28
1
-1
/
+1
*
st/mesa: include version.h and fix _mesa_override_glsl_version() call
Brian Paul
2011-09-28
1
-1
/
+2
*
i965/vs: Add support for bit-shift operations.
Eric Anholt
2011-09-28
1
-1
/
+7
*
mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT.
Eric Anholt
2011-09-28
1
-0
/
+1
*
i965/fs: Add support for bit-shift operations.
Eric Anholt
2011-09-28
1
-1
/
+7
*
ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops.
Eric Anholt
2011-09-28
1
-2
/
+10
*
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
6
-1
/
+31
*
st/mesa: substitute argument to guess_base_level_size() call
Brian Paul
2011-09-28
1
-1
/
+1
*
mesa: fix signed/unsigned warning in sscanf()
Brian Paul
2011-09-28
1
-1
/
+1
*
scons: insert 'git-' into MESA_GIT_SHA1 string
Brian Paul
2011-09-28
1
-1
/
+1
*
scons: fix write_git_sha1_h_file() issue on Windows
Brian Paul
2011-09-28
1
-0
/
+2
*
scons: generate git_sha1.h file as with Makefile build
Brian Paul
2011-09-28
1
-6
/
+35
*
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: Finally, convert RGBA glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
2
-44
/
+38
*
mesa: Convert depth glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
2
-8
/
+14
*
mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
2
-8
/
+21
*
mesa: Switch ycbcr glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-5
/
+12
*
mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-9
/
+15
*
mesa: Update comments/assertions about buffer mapping for glGetTexImage().
Brian Paul
2011-09-27
1
-4
/
+3
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
6
-129
/
+37
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-1
/
+1
*
mesa: Allow override of GL version with environment variable
Chad Versace
2011-09-27
1
-0
/
+25
*
mesa: Make enable.c and get.c properly range check clip flags.
Paul Berry
2011-09-27
2
-14
/
+56
*
mesa: fix indentation in mipmap.c (3 spaces)
Brian Paul
2011-09-26
1
-2
/
+2
*
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
[next]