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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add basic-block aware backend_instruction::insert_* methods.
Matt Turner
2014-08-22
2
-0
/
+52
*
i965: Add a basic-block aware backend_instruction::remove method.
Matt Turner
2014-08-22
2
-0
/
+50
*
i965/cfg: Add a function to remove a block from the cfg.
Matt Turner
2014-08-22
2
-4
/
+59
*
i965/cfg: Add functions to test if a block is a successor/predecessor.
Matt Turner
2014-08-22
2
-0
/
+26
*
vc4: Add support for fragment discards.
Eric Anholt
2014-08-22
4
-0
/
+43
*
vc4: Make some helpers for setting condition codes in instructions.
Eric Anholt
2014-08-22
3
-15
/
+27
*
vc4: Avoid using undefined values when there's no color write.
Eric Anholt
2014-08-22
1
-8
/
+27
*
vc4: Emit the scoreboard wait just when it's needed.
Eric Anholt
2014-08-22
1
-2
/
+25
*
vc4: Fix FLR for integer values less than 0.
Eric Anholt
2014-08-22
1
-1
/
+7
*
vc4: Fix totally broken assertions about inter-instruction reg conflicts.
Eric Anholt
2014-08-22
1
-3
/
+18
*
vc4: Add support for all the texture and FBO formats we can.
Eric Anholt
2014-08-22
7
-72
/
+203
*
vc4: Add support for texture tiling.
Eric Anholt
2014-08-22
10
-53
/
+626
*
vc4: Fix a typo in the validation for miplevels.
Eric Anholt
2014-08-22
1
-1
/
+1
*
vc4: Convert to using an enum for texture data types
Eric Anholt
2014-08-22
2
-20
/
+43
*
vc4: Stop complaining about unknown texture channel types.
Eric Anholt
2014-08-22
1
-10
/
+0
*
vc4: Include stdio/stdlib in headers so I don't have to include it per file.
Eric Anholt
2014-08-22
15
-21
/
+4
*
i965: Fix JIP/UIP calculations.
Matt Turner
2014-08-22
1
-8
/
+6
*
st/clover: Change platform name from Default to Clover
Aaron Watry
2014-08-22
1
-1
/
+1
*
dri/radeon: nuke the remaining references to sarea
Emil Velikov
2014-08-21
3
-11
/
+0
*
dri/radeon: cleanup the radeon_context vtbl
Emil Velikov
2014-08-21
8
-163
/
+0
*
include: move sarea.h next to it's only user
Emil Velikov
2014-08-21
2
-1
/
+93
*
dri/radeon: drop obsolete radeon_{dri,macros}.h headers
Emil Velikov
2014-08-21
7
-248
/
+2
*
SCons: Rename dri2_query_renderer.c to dri_common_query_renderer.c.
Vinson Lee
2014-08-21
1
-1
/
+1
*
glsl/linker: pass through the is_intrinsic flag
Connor Abbott
2014-08-21
1
-0
/
+2
*
llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS definition
Roland Scheidegger
2014-08-21
1
-1
/
+1
*
glx: Fix build since 679c2ef "glx/drisw: add support for DRI2rendererQueryExt...
Jon TURNEY
2014-08-21
5
-20
/
+20
*
r600g: Fix flat/smooth shade state toggle
10.3-branchpoint
Glenn Kennard
2014-08-21
1
-1
/
+3
*
r600g/compute: Don't initialize vertex_buffer_state masks to 0x2
Tom Stellard
2014-08-21
1
-3
/
+0
*
r600g/compute: Use the first parameter in evergreen_set_global_binding()
Tom Stellard
2014-08-21
1
-2
/
+3
*
pipe-loader: Fix memory leak v2
Tom Stellard
2014-08-21
2
-2
/
+2
*
radeon: Add work-around for missing Hainan support in clang < 3.6 v2
Tom Stellard
2014-08-21
1
-1
/
+14
*
st/clover: Fix build against LLVM SVN >= r215967 v2
Michel Dänzer
2014-08-21
1
-2
/
+14
*
i965,meta: Stop unlocking the texture to try and prevent deadlocks.
Kenneth Graunke
2014-08-20
2
-22
/
+0
*
mesa: Use a recursive mutex for the texture lock.
Kenneth Graunke
2014-08-20
1
-1
/
+1
*
glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS X
Carl Worth
2014-08-20
1
-2
/
+2
*
glcpp: Use printf instead of "echo -n" in glcpp-test
Carl Worth
2014-08-20
1
-2
/
+2
*
i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.
Matt Turner
2014-08-20
1
-27
/
+33
*
Teach os_get_total_physical_memory about Cygwin
Jon TURNEY
2014-08-20
1
-2
/
+2
*
r300g: Fix path to test programs for out-of-tree builds
Michel Dänzer
2014-08-20
2
-1
/
+2
*
gallivm: Fix build with LLVM >= 3.6 r215967.
Vinson Lee
2014-08-20
1
-0
/
+4
*
glsl: Use the without_array predicate in some more places
Timothy Arceri
2014-08-19
2
-4
/
+2
*
i965: Flush the RC and TC before doing a fast clear resolve
Kristian Høgsberg
2014-08-19
1
-2
/
+2
*
i965: Enable ARB_conditional_render_inverted on Gen6+.
Chris Forbes
2014-08-20
1
-0
/
+1
*
mesa: Add support for inverted s/w conditional rendering
Chris Forbes
2014-08-20
1
-0
/
+13
*
i965/vec4: Add a pass to reduce swizzles.
Matt Turner
2014-08-19
2
-0
/
+99
*
vc4: Plumb the texture index from TGSI through to the sampler uniforms.
Eric Anholt
2014-08-19
1
-15
/
+11
*
vc4: Avoid a null-deref if a sampler index isn't used.
Eric Anholt
2014-08-19
1
-2
/
+5
*
mesa: fix NULL pointer deref bug in _mesa_drawbuffers()
Brian Paul
2014-08-19
1
-1
/
+1
*
r600g: Fix missing SET_TEXTURE_OFFSETS
Glenn Kennard
2014-08-19
4
-57
/
+87
*
gallium/target: Add needed mesautil lib to haiku-softpipe
Alexander von Gluck IV
2014-08-19
1
-0
/
+1
[next]