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
*
glsl: add unit tests data vertex/expected outcome for uninitialized warning
Alejandro Piñeiro
2016-05-26
62
-0
/
+573
*
glsl: add warning-test
Alejandro Piñeiro
2016-05-26
2
-1
/
+33
*
glsl: add just-log option for the standalone compiler.
Alejandro Piñeiro
2016-05-26
3
-4
/
+18
*
glsl: do not raise uninitialized warning with out function parameters
Alejandro Piñeiro
2016-05-26
1
-0
/
+28
*
glsl: add a empty set_is_lhs on ast_node
Alejandro Piñeiro
2016-05-26
2
-0
/
+7
*
glsl: handle implicit sized arrays in ssbo
Dave Airlie
2016-05-26
6
-89
/
+66
*
glsl: fix error message on uniform block mismatch
Dave Airlie
2016-05-26
1
-1
/
+1
*
glsl/ast: assign explicit_xfb_buffer from correct place
Dave Airlie
2016-05-26
1
-1
/
+1
*
swr: [rasterizer] Correctly select optimized primitive assembly.
Bruce Cherniak
2016-05-25
7
-9
/
+17
*
i965: Enable OES_copy_image (and EXT) on Gen8+ and Baytrail.
Kenneth Graunke
2016-05-25
1
-0
/
+8
*
i965: Implement a BLORP path for CopyImage and prefer it over Meta.
Kenneth Graunke
2016-05-25
1
-6
/
+28
*
i965: Make the CopyImage BLT path bail for stencil images.
Kenneth Graunke
2016-05-25
1
-0
/
+3
*
i965: Also copy stencil miptree data.
Kenneth Graunke
2016-05-25
1
-0
/
+15
*
i965: Make a helper function for CopyImage of a miptree.
Kenneth Graunke
2016-05-25
1
-41
/
+54
*
i965: Combine src/dest tex vs. rb checks in intel_copy_image_sub_data.
Kenneth Graunke
2016-05-25
1
-20
/
+13
*
i965: Account for MinLayer in CopyImageSubData's blitter/CPU paths.
Kenneth Graunke
2016-05-25
1
-0
/
+4
*
freedreno/ir3: cmdline compiler for glsl
Rob Clark
2016-05-25
2
-14
/
+77
*
glsl: split out libstandalone
Rob Clark
2016-05-25
6
-371
/
+514
*
android: drop build of standalone glsl_compiler
Rob Clark
2016-05-25
1
-22
/
+0
*
i965: Mark fallthrough in switch statement.
Matt Turner
2016-05-25
1
-0
/
+1
*
i965: Assert that a depth_mt exists when using HiZ.
Matt Turner
2016-05-25
4
-0
/
+4
*
nir: Strengthen assertion that 'out' is nonnull.
Matt Turner
2016-05-25
1
-1
/
+1
*
spirv: Mark default cases unreachable().
Matt Turner
2016-05-25
1
-0
/
+2
*
isl: Mark default cases unreachable.
Matt Turner
2016-05-25
1
-2
/
+2
*
isl: Remove useless qualifier from return type.
Matt Turner
2016-05-25
1
-1
/
+1
*
nvc0: add descriptions for hardware perf counters/metrics
Samuel Pitoiset
2016-05-25
2
-70
/
+353
*
mesa: 80-column wrapping for _context_lost_GetSynciv()
Brian Paul
2016-05-25
1
-2
/
+2
*
mesa: add GLAPIENTRY to new _context_lost_X functions
Brian Paul
2016-05-25
1
-2
/
+2
*
scons: whitespace cleanup
Giuseppe Bilotta
2016-05-25
9
-14
/
+14
*
i965/fs: take into account doubles when emitting system values
Alejandro Piñeiro
2016-05-25
1
-1
/
+2
*
i965: Fix shadowing of 'height' parameter
Kristian Høgsberg Kristensen
2016-05-25
1
-2
/
+2
*
mesa: Add .gitignore entries for make check binaries
Kristian Høgsberg Kristensen
2016-05-25
5
-0
/
+10
*
i965: Enable GL_KHR_robustness
Kristian Høgsberg Kristensen
2016-05-25
15
-2
/
+266
*
glsl: add GL_EXT_clip_cull_distance define, add helpers
Ilia Mirkin
2016-05-25
3
-6
/
+18
*
tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integer
Brian Paul
2016-05-25
2
-0
/
+25
*
tgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_names array size
Brian Paul
2016-05-25
1
-1
/
+1
*
nir/spirv: Handle location decorations on structure members
Jason Ekstrand
2016-05-24
1
-20
/
+28
*
nir/spirv: Add explicit handling for all decorations
Jason Ekstrand
2016-05-24
2
-17
/
+110
*
i965/draw: Use the correct buffer index for interleaved VBO sizes
Jason Ekstrand
2016-05-24
1
-2
/
+4
*
i965/gen7: Fix gl_HelperInvocation
Jordan Justen
2016-05-24
1
-1
/
+1
*
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
2016-05-24
9
-10
/
+17
*
mesa_glinterop: drop mesa_glinterop_device_info::interop_version
Emil Velikov
2016-05-24
1
-2
/
+0
*
st/dri: add note about GL interop version checks
Emil Velikov
2016-05-24
1
-2
/
+4
*
mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION}
Emil Velikov
2016-05-24
1
-2
/
+2
*
mesa_glinterop: s/struct_version/version/
Emil Velikov
2016-05-24
1
-2
/
+2
*
mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols
Emil Velikov
2016-05-24
2
-4
/
+4
*
mesa_glinterop: use consistent naming scheme for GL interop
Emil Velikov
2016-05-24
1
-3
/
+3
*
swr: [rasterizer] remove containers.hpp
Tim Rowley
2016-05-24
6
-215
/
+1
*
swr: [rasterizer core] remove utility dead code
Tim Rowley
2016-05-24
3
-257
/
+0
*
swr: [rasterizer core] buckets fixes
Tim Rowley
2016-05-24
5
-25
/
+49
[next]