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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Hook up VC4_DEBUG=perf to some useful printfs.
Eric Anholt
2015-04-15
3
-1
/
+16
*
st/mesa: log shaders, GLSL info log with _mesa_log()
Brian Paul
2015-04-15
1
-6
/
+4
*
mesa: log shaders, GLSL info log with _mesa_log()
Brian Paul
2015-04-15
1
-14
/
+11
*
mesa: add _mesa_log(), _mesa_get_log_file() functions
Brian Paul
2015-04-15
2
-7
/
+43
*
tgsi: also dump label for TGSI_OPCODE_BGNSUB opcode
Brian Paul
2015-04-15
1
-0
/
+1
*
st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext d...
Jose Fonseca
2015-04-15
3
-9
/
+66
*
mesa: Enable _mesa_dlopen on MSVC too.
Jose Fonseca
2015-04-15
1
-3
/
+3
*
glsl: fix assignment of multiple scalar and vecs to matrices.
Samuel Iglesias Gonsalvez
2015-04-15
1
-61
/
+49
*
nir: Fix typo in "ushr by 0" algebraic replacement
Ian Romanick
2015-04-14
1
-1
/
+1
*
nir: Silence unused parameter warnings
Ian Romanick
2015-04-14
2
-1
/
+3
*
nir/cse: fix bug with comparing non-per-component sources
Connor Abbott
2015-04-14
1
-10
/
+7
*
i965/fs: Combine tex/fb_write operations (opt)
Ben Widawsky
2015-04-14
3
-0
/
+103
*
i965/fs: Only emit FS_OPCODE_PLACEHOLDER_HALT if there are discards
Ben Widawsky
2015-04-14
1
-1
/
+4
*
i965/fs: Create a has_side_effects for fs_inst
Ben Widawsky
2015-04-14
2
-0
/
+7
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
24
-72
/
+72
*
i915: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
24
-107
/
+107
*
glx: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-2
/
+2
*
main: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
6
-10
/
+10
*
state_tracker: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
8
-18
/
+18
*
swrast: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
5
-7
/
+7
*
vbo: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
4
-5
/
+5
*
tnl: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
8
-40
/
+40
*
i965/fs: Correct mistake in determining whether a MUL is negated.
Matt Turner
2015-04-14
1
-1
/
+1
*
i965/skl: Use an exec size of 8 to initialise the message header
Neil Roberts
2015-04-14
2
-2
/
+2
*
i965/fs: Always invert predicate of SEL with swapped arguments
Ian Romanick
2015-04-14
1
-5
/
+5
*
radeon/llvm: Improve codegen for KILL_IF
Tom Stellard
2015-04-14
1
-0
/
+29
*
radeon/llvm: Run LLVM's instruction combining pass
Tom Stellard
2015-04-14
1
-0
/
+1
*
radeonsi: Add header and footer to shader stat dump
Tom Stellard
2015-04-14
1
-2
/
+4
*
i965: Fix software primitive restart with indirect draws.
Kenneth Graunke
2015-04-14
1
-2
/
+4
*
i965: Implement proper workaround for Gen4 GPU CONSTANT_BUFFER hangs.
Kenneth Graunke
2015-04-14
1
-13
/
+26
*
i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS.
Kenneth Graunke
2015-04-14
1
-0
/
+3
*
vc4: Add a blitter path using just the render thread.
Eric Anholt
2015-04-13
1
-0
/
+127
*
vc4: Allow submitting jobs with no bin CL in validation.
Eric Anholt
2015-04-13
4
-11
/
+19
*
vc4: Move the blit code to a separate file.
Eric Anholt
2015-04-13
4
-64
/
+92
*
vc4: Separate out a bit of code for submitting jobs to the kernel.
Eric Anholt
2015-04-13
4
-90
/
+139
*
vc4: When asked to sample from a raster texture, make a shadow tiled copy.
Eric Anholt
2015-04-13
1
-2
/
+9
*
vc4: Fix off-by-one in branch target validation.
Eric Anholt
2015-04-13
1
-1
/
+1
*
vc4: Use NIR-level lowering for idiv.
Eric Anholt
2015-04-13
1
-11
/
+1
*
vc4: Add a bunch of type conversions.
Eric Anholt
2015-04-13
1
-0
/
+12
*
st/mesa: align cube map arrays layers
Dave Airlie
2015-04-14
1
-1
/
+1
*
st/mesa: convert sub image for cube map arrays to 2d arrays for upload
Dave Airlie
2015-04-14
1
-0
/
+5
*
i965: Flush batchbuffer containing the query on glQueryCounter.
Mathias Froehlich
2015-04-13
1
-0
/
+2
*
vc4: Use the blit interface for updating shadow textures.
Eric Anholt
2015-04-13
1
-13
/
+31
*
vc4: Remove dead fields from vc4_surface.
Eric Anholt
2015-04-13
1
-3
/
+0
*
vc4: Skip sending down the clear colors if not clearing.
Eric Anholt
2015-04-13
1
-5
/
+7
*
vc4: Sync with kernel changes to relax BCL versus RCL validation.
Eric Anholt
2015-04-13
1
-22
/
+3
*
vc4: Fix another space allocation mistake.
Eric Anholt
2015-04-13
1
-0
/
+1
*
vc4: Add missed accounting for the size of the semaphore.
Eric Anholt
2015-04-13
1
-0
/
+2
*
swrast: Mark MAX_GLUINT literal with u suffix.
Matt Turner
2015-04-13
1
-1
/
+1
*
i965: Don't bother freeing NULL.
Matt Turner
2015-04-13
1
-4
/
+2
[next]