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
*
appveyor: Install pywin32 extensions.
Jose Fonseca
2016-08-11
1
-0
/
+2
*
glsl/tests: fix segfault in uniform initializer test
Timothy Arceri
2016-08-11
1
-0
/
+5
*
glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shaders
Ian Romanick
2016-08-10
1
-4
/
+28
*
glcpp: Track the actual version instead of just the version_resolved flag
Ian Romanick
2016-08-10
2
-6
/
+6
*
glsl: remove remaining tabs in link_uniform_initializers.cpp
Timothy Arceri
2016-08-11
1
-39
/
+39
*
glsl: use UniformHash to find storage location
Timothy Arceri
2016-08-11
1
-18
/
+11
*
glsl: remove dead builtins before assigning varying locations
Timothy Arceri
2016-08-11
1
-9
/
+9
*
glsl: split out varying and uniform linking code
Timothy Arceri
2016-08-11
1
-207
/
+222
*
i965/vec4: Make opt_vector_float reset at the top of each block
Jason Ekstrand
2016-08-10
1
-80
/
+82
*
mesa: Use a temporary set to track whether we've added a resource yet.
Eric Anholt
2016-08-10
1
-26
/
+50
*
prog_hash_table: Convert to using util/hash_table.h.
Eric Anholt
2016-08-10
2
-205
/
+54
*
prog_hash_table: Convert compare funcs to match util/hash_table.h.
Eric Anholt
2016-08-10
2
-7
/
+11
*
nir: Drop an unused program/hash_table.h include.
Eric Anholt
2016-08-10
1
-1
/
+0
*
swr: [rasterizer core] unused variable warning fixes
Tim Rowley
2016-08-10
3
-12
/
+0
*
swr: [rasterizer jitter] add core string to JitManager
Tim Rowley
2016-08-10
4
-6
/
+10
*
swr: [rasterizer core] fix OOB check of viewport indices
Tim Rowley
2016-08-10
1
-2
/
+2
*
swr: [rasterizer common] add linux definition for InterlockedAdd64
Tim Rowley
2016-08-10
1
-0
/
+2
*
swr: [rasterizer jitter] add VMASKSTOREPS intrinsic
Tim Rowley
2016-08-10
1
-0
/
+1
*
swr: [rasterizer jitter] add mask support for odd format fetch
Tim Rowley
2016-08-10
1
-15
/
+26
*
swr: [rasterizer core] routing of viewport indexes through frontend
Tim Rowley
2016-08-10
6
-27
/
+91
*
swr: [rasterizer core] split FE and BE stats
Tim Rowley
2016-08-10
11
-59
/
+95
*
swr: [rasterizer core] remove all old stats code
Tim Rowley
2016-08-10
7
-92
/
+0
*
swr: [rasterizer core] viewport array support
Tim Rowley
2016-08-10
8
-34
/
+49
*
swr: [rasterizer jitter] fetch support for offsetting VertexID
Tim Rowley
2016-08-10
2
-4
/
+16
*
swr: [rasterizer core] fundamentally change how stats work
Tim Rowley
2016-08-10
7
-19
/
+94
*
swr: [rasterizer core] add rasterizerSampleCount to PS context
Tim Rowley
2016-08-10
2
-0
/
+6
*
swr: [rasterizer core] remove cygwin threads.cpp stubs
Tim Rowley
2016-08-10
1
-14
/
+0
*
swr: [rasterizer core] allow override of KNOB thread settings
Tim Rowley
2016-08-10
6
-70
/
+53
*
swr: [rasterizer core] add SwrWaitForIdleFE
Tim Rowley
2016-08-10
4
-14
/
+51
*
swr: [rasterizer core] change threadsDone to be a 32-bit value.
Tim Rowley
2016-08-10
3
-5
/
+5
*
swr: [rasterizer core] update trivial accept test conditions
Tim Rowley
2016-08-10
1
-3
/
+6
*
swr: [rasterizer core] improve implementation for SoWriteOffset
Tim Rowley
2016-08-10
8
-31
/
+63
*
swr: [rasterizer common] make disabled asserts always print (but not break)
Tim Rowley
2016-08-10
1
-5
/
+3
*
vl/rbsp: add a check for emulation prevention three byte
Leo Liu
2016-08-10
1
-2
/
+12
*
Re-apply "glsl: don't try to lower non-gl builtins as if they were gl_FragData"
Ilia Mirkin
2016-08-10
1
-1
/
+2
*
radeonsi: set CB_COLORn_INFO.ROUND_MODE
Marek Olšák
2016-08-10
1
-0
/
+5
*
radeonsi: set CB_COLORn_INFO.SIMPLE_FLOAT
Marek Olšák
2016-08-10
1
-0
/
+1
*
radeonsi: disallow MIN/MAX blend equations for dual source blending
Marek Olšák
2016-08-10
1
-0
/
+10
*
radeonsi: only set dual source blending for MRT0
Marek Olšák
2016-08-10
1
-0
/
+4
*
st/mesa: in ATI fs don't assume TEMP0=REG0
Miklós Máté
2016-08-10
1
-2
/
+3
*
st/nine: Fix invalid attempt to use indirect draws.
Trevor Davenport
2016-08-10
1
-0
/
+1
*
util: Use win32 intrinsics for util_last_bit if present.
Mathias Fröhlich
2016-08-10
1
-0
/
+12
*
gallium/radeon: use unflushed fences for deferred flushes (v2)
Marek Olšák
2016-08-10
1
-1
/
+43
*
st/mesa: set the ctx parameter of fence_finish
Marek Olšák
2016-08-10
1
-7
/
+18
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
39
-46
/
+73
*
st/mesa: use PIPE_USAGE_STREAM for GL_CLIENT_STORAGE_BIT without READ_BIT (v2)
Marek Olšák
2016-08-10
1
-3
/
+7
*
gallium/radeon: add HUD queries for mapped VRAM/GTT
Marek Olšák
2016-08-10
2
-0
/
+12
*
winsys/radeon: track the amount of mapped memory
Marek Olšák
2016-08-10
3
-1
/
+18
*
winsys/amdgpu: track the amount of mapped memory
Marek Olšák
2016-08-10
5
-1
/
+26
*
winsys/amdgpu: don't try to unmap userptr buffers
Marek Olšák
2016-08-10
1
-0
/
+3
[next]