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
/
gallium
/
state_trackers
/
clover
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover/llvm: Fold compile_native() call into build_module_native().
Francisco Jerez
2016-07-11
1
-6
/
+4
*
clover/llvm: Factor out duplicated construction of clover::module.
Francisco Jerez
2016-07-11
1
-47
/
+41
*
clover/llvm: Clean up compile_native().
Francisco Jerez
2016-07-11
3
-63
/
+74
*
clover/llvm: Clean up ELF parsing.
Francisco Jerez
2016-07-11
1
-55
/
+52
*
clover/llvm: Move a bunch of utility functions into separate file.
Francisco Jerez
2016-07-11
3
-61
/
+101
*
clover/llvm: Tidy debug handling.
Francisco Jerez
2016-07-11
1
-40
/
+41
*
clover/llvm: Use helper function to abort compilation with error message.
Francisco Jerez
2016-07-11
1
-27
/
+29
*
clover/llvm: Simplify diagnostic_handler().
Francisco Jerez
2016-07-11
1
-9
/
+5
*
clover/llvm: Trivial codestyle clean-up for optimize().
Francisco Jerez
2016-07-11
1
-13
/
+13
*
clover/llvm: Clean up compilation into LLVM IR.
Francisco Jerez
2016-07-11
1
-30
/
+22
*
clover/llvm: Factor out LLVM context init.
Francisco Jerez
2016-07-11
1
-40
/
+43
*
clover/llvm: Declare compiler instance at top level and pass down as argument.
Francisco Jerez
2016-07-11
1
-27
/
+15
*
clover/llvm: Refactor compiler instance initialization.
Francisco Jerez
2016-07-11
1
-52
/
+47
*
clover/llvm: Factor out compiler option tokenization.
Francisco Jerez
2016-07-11
1
-12
/
+13
*
clover/llvm: Factor out target string parsing.
Francisco Jerez
2016-07-11
1
-21
/
+24
*
clover/llvm: Collect #ifdef mess into a separate file.
Francisco Jerez
2016-07-11
3
-75
/
+157
*
clover/llvm: Drop dead code.
Francisco Jerez
2016-07-11
1
-40
/
+0
*
clover/llvm: Drop support for LLVM < 3.6.
Francisco Jerez
2016-07-11
1
-36
/
+4
*
gallium: add async flag to pipe_debug_callback
Nicolai Hähnle
2016-07-08
1
-1
/
+4
*
clover: conditionally use MESA_GIT_SHA1
Emil Velikov
2016-07-05
2
-2
/
+8
*
clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driver
Hans de Goede
2016-07-02
1
-0
/
+1
*
clover: Fix kernel metadata retrieval after clang r273425
Jan Vesely
2016-06-27
1
-4
/
+31
*
clover/llvm: Fix copyright attribution of invocation.cpp.
Francisco Jerez
2016-06-27
1
-1
/
+5
*
clover: Fix build against clang SVN >= r273191
Vedran Miletić
2016-06-21
1
-1
/
+1
*
clover: Include generated sources in AM_CPPFLAGS
Aaron Watry
2016-06-14
1
-0
/
+1
*
clover: Update OpenCL version string to match OpenGL
Vedran Miletić
2016-06-13
2
-2
/
+6
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-1
/
+1
*
clover: grid_offset should be padded with 0 not 1
Jan Vesely
2016-05-16
1
-1
/
+1
*
clover: Handle PIPE_SHADER_IR_NIR in switch
Jan Vesely
2016-05-15
1
-1
/
+2
*
clover: Fix build against clang SVN >= r267772
Michel Dänzer
2016-04-28
1
-0
/
+3
*
clover: Fix build against LLVM SVN >= r266163
Michel Dänzer
2016-04-14
1
-0
/
+14
*
Revert "clover: Fix build against clang SVN >= r265359"
Michel Dänzer
2016-04-07
1
-3
/
+0
*
clover: Fix build against clang SVN >= r265359
Michel Dänzer
2016-04-05
1
-0
/
+3
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-14
/
+17
*
gallium: add global buffer memory barrier bit
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+2
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+1
*
clover: Fix pipe_grid_info.indirect not being initialized.
Hans de Goede
2016-03-14
1
-1
/
+1
*
st/clover: Add libelf cflags to the build
Koop Mast
2016-02-29
1
-0
/
+1
*
clover: fix build failure since bfd695e
Serge Martin
2016-02-14
1
-3
/
+3
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
1
-5
/
+8
*
clover: Fix build against LLVM 3.8 SVN >= r255078
Michel Dänzer
2015-12-10
1
-0
/
+4
*
clover: Handle NULL devices returned by pipe_loader_probe() v2
Tom Stellard
2015-12-01
1
-1
/
+2
*
clover: fix tgsi compiler crash with invalid src
Serge Martin
2015-11-26
1
-0
/
+5
*
gallium: remove library_path argument from pipe_loader_create_screen()
Emil Velikov
2015-11-21
2
-2
/
+1
*
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
2015-11-21
1
-1
/
+0
*
st/clover: provide a path for drivers to call through to pfn_notify
Ilia Mirkin
2015-11-05
4
-4
/
+36
*
clover: fix building fix clang-3.8
Laurent Carlier
2015-10-29
1
-1
/
+5
*
clover: Implement clCreateImage?D w/ clCreateImage.
Serge Martin
2015-09-28
1
-52
/
+8
*
clover: Implement CL1.2 clCreateImage().
Serge Martin
2015-09-28
1
-10
/
+91
*
clover: Move down canonicalization of memory object flags into validate_flags().
Francisco Jerez
2015-09-28
1
-39
/
+40
[next]