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
*
st/xa: Don't call fence_reference with an unitialized fence handle as dst
Thomas Hellstrom
2011-09-29
1
-1
/
+1
*
st/xa: surfaces and sampler views are per context
Thomas Hellstrom
2011-09-29
5
-63
/
+65
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
14
-24
/
+5
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
13
-19
/
+4
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
13
-23
/
+5
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
14
-45
/
+9
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
11
-145
/
+54
*
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
*
llvmpipe: Convert some of the null checks back to asserts.
José Fonseca
2011-09-29
1
-26
/
+12
*
llvmpipe: Also reset the state in lp_scene_bin_reset
José Fonseca
2011-09-29
1
-0
/
+1
*
llvmpipe: Prevent segfault during fs variant cache shrinking.
José Fonseca
2011-09-29
1
-4
/
+15
*
tools/trace: Dump NULL literally.
José Fonseca
2011-09-29
1
-0
/
+4
*
st/mesa: remove some old GetTexImage() code
Brian Paul
2011-09-29
1
-31
/
+5
*
winsys/radeon: remove redundant member radeon_bo::size
Marek Olšák
2011-09-29
3
-8
/
+5
*
winsys/radeon: simplify updating GEM domains for relocations
Marek Olšák
2011-09-29
1
-10
/
+2
*
winsys/radeon: simplify passing GEM domains through to GEM_CREATE
Marek Olšák
2011-09-29
2
-25
/
+13
*
r300g: remove useless variables in some structures
Marek Olšák
2011-09-29
4
-29
/
+12
*
r300g: simplify the immd_is_good_idea function
Marek Olšák
2011-09-29
1
-26
/
+2
*
configure.ac: unduplicate gallium directories
Marek Olšák
2011-09-29
1
-4
/
+4
*
r600g: convert if (query->type) into switch statements
Marek Olšák
2011-09-29
1
-26
/
+54
*
gallium/docs: update d3d11ddi.txt
Marek Olšák
2011-09-29
1
-22
/
+11
*
st/mesa: don't compute index buffer bounds for per-instance data
Marek Olšák
2011-09-29
1
-3
/
+5
*
glsl 1.30: Fix numerical instabilities in asinh
Paul Berry
2011-09-28
1
-4
/
+36
*
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
*
glsl: Add support for constant expression evaluation on trunc().
Eric Anholt
2011-09-28
1
-0
/
+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
*
glsl: Fix assertion checking types of constant bitshift expressions.
Eric Anholt
2011-09-28
1
-1
/
+3
*
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
7
-1
/
+35
*
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
*
d3d1x: propagate DepthBiasClamp to rasterizer cso
Christoph Bumiller
2011-09-28
1
-2
/
+1
*
d3d1x: fix uninitialized const color union black
Christoph Bumiller
2011-09-28
1
-1
/
+1
*
nv50,nvc0: support polygon offset clamp state
Christoph Bumiller
2011-09-28
6
-3
/
+9
*
r600: support polygon offset clamp state
Christoph Bumiller
2011-09-28
2
-2
/
+2
*
gallium: add polygon offset clamp state
Christoph Bumiller
2011-09-28
5
-0
/
+11
[next]