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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Initialize samplers to 0, propagate sampler values to the gl_program
Ian Romanick
2012-05-23
2
-3
/
+11
*
glsl: Set initial values for uniforms in the linker
Ian Romanick
2012-05-23
4
-0
/
+178
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
14
-9
/
+113
*
mesa: Keep a computed value for dual source blend func with each buffer.
Eric Anholt
2012-05-23
3
-17
/
+32
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
8
-12
/
+150
*
i965/gen6: Add CC viewport state setup to blorp code.
Eric Anholt
2012-05-23
1
-0
/
+26
*
i965/gen7: Add CC viewport setup to blorp code.
Eric Anholt
2012-05-23
1
-0
/
+21
*
i965: Drop a layer of indirection in doing HiZ resolves.
Eric Anholt
2012-05-23
7
-120
/
+9
*
i965: Replace intel_need_resolve with the hiz ops it maps to.
Eric Anholt
2012-05-23
3
-17
/
+21
*
i965: Add an interface for doing hiz ops from C code.
Eric Anholt
2012-05-23
4
-15
/
+44
*
i965: Rename the clear function for this driver.
Eric Anholt
2012-05-23
1
-2
/
+2
*
i965: Simplify the remaining clear logic by relying on the meta clear.
Eric Anholt
2012-05-23
1
-47
/
+11
*
i965: Switch blit color clears to tri clears on gen4/5.
Eric Anholt
2012-05-23
1
-28
/
+2
*
i965: Remove dead logic for non-tri depth/stencil clears.
Eric Anholt
2012-05-23
1
-26
/
+2
*
i965: We always have GLSL, so always use it for tri clears.
Eric Anholt
2012-05-23
1
-4
/
+1
*
i915: Drop gen4+ code from the forked clear code.
Eric Anholt
2012-05-23
1
-10
/
+1
*
intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
2012-05-23
4
-8
/
+209
*
st/mesa: set stObj->lastLevel in guess_and_alloc_texture
Vadim Girlin
2012-05-23
1
-0
/
+2
*
i965: Completely annotate the batch bo when aub dumping.
Paul Berry
2012-05-22
7
-28
/
+118
*
intel: When AUB dumping, flush before emitting final bitmap command.
Paul Berry
2012-05-22
1
-1
/
+3
*
llvmpipe: Fix alpha testing precision on rgba8 formats.
José Fonseca
2012-05-22
3
-1
/
+34
*
scons: Do not build glx and egl on Cygwin.
Vinson Lee
2012-05-22
2
-3
/
+3
*
nv30: check for NULL vertex buffers in prevalidate_vbufs
Christoph Bumiller
2012-05-22
1
-1
/
+1
*
nv50: make unaligned index buffer offsets work again
Christoph Bumiller
2012-05-22
1
-1
/
+3
*
nvc0: don't set NEW_IDXBUF in nvc0_switch_pipe_context if none is bound
Christoph Bumiller
2012-05-22
1
-0
/
+2
*
llvmpipe: Added a error counter to lp_test_conv.
James Benton
2012-05-21
1
-3
/
+7
*
llvmpipe: Changed known failures in lp_test_conv.
James Benton
2012-05-21
1
-3
/
+9
*
llvmpipe: Added fixed point types tests to lp_test_conv.
James Benton
2012-05-21
1
-6
/
+7
*
gallivm: Fixed erroneous optimisation in lp_build_min/max.
James Benton
2012-05-21
1
-7
/
+14
*
gallivm: Compensate for lp_const_offset in lp_build_conv.
James Benton
2012-05-21
1
-4
/
+31
*
gallivm: Fixed overflow in lp_build_clamped_float_to_unsigned_norm.
James Benton
2012-05-21
1
-1
/
+1
*
docs: add link to 8.0.3 release notes
Brian Paul
2012-05-21
1
-0
/
+1
*
tests: include mesa headers
Paul Seidler
2012-05-21
1
-0
/
+1
*
glu: fix two Clang warnings
Lukas Rössler
2012-05-21
2
-2
/
+2
*
docs: fix a typo
Homer Hsing
2012-05-21
1
-1
/
+1
*
Filter out -Wcovered-switch-default from LLVM_CFLAGS
ojab
2012-05-21
1
-1
/
+1
*
radeon/llvm: Handle selectcc DAG node
Tom Stellard
2012-05-20
7
-54
/
+350
*
st/mesa: use pipe_sampler_view_release() in st_destroy_context_priv()
Brian Paul
2012-05-19
1
-1
/
+1
*
mesa: use F_TO_I() instead of IROUND()
Brian Paul
2012-05-19
4
-130
/
+130
*
mesa: reimplement IROUND(), add F_TO_I()
Brian Paul
2012-05-19
1
-21
/
+36
*
mesa: fix Z32_FLOAT -> uint conversion functions
Brian Paul
2012-05-19
1
-2
/
+2
*
st/mesa: remove unused pipe variable
Brian Paul
2012-05-19
1
-1
/
+0
*
svga: whitespace, comments, formatting clean-ups
Brian Paul
2012-05-19
1
-38
/
+31
*
st/mesa: added st_print_current_vertex_program(), for debugging
Brian Paul
2012-05-19
2
-0
/
+27
*
svga: return PIPE_OK instead of 0
Brian Paul
2012-05-19
5
-11
/
+11
*
svga: fix zero-stride vertex array bug
Brian Paul
2012-05-19
1
-2
/
+6
*
mesa: add GLSL_REPORT_ERRORS debug flag
Brian Paul
2012-05-19
2
-0
/
+15
*
mesa: add some comments on shaderapi.c functions
Brian Paul
2012-05-19
1
-1
/
+14
*
mesa: Remove undefinition of _P symbol.
Vinson Lee
2012-05-18
1
-6
/
+0
*
Import release notes for 8.0.3, add news item
Ian Romanick
2012-05-18
2
-0
/
+327
[next]