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: 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
*
clover: Avoid using typename to allow compilation of clover by clang
Albert Freeman
2015-09-10
1
-1
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-1
/
+1
*
clover: fix llvm 3.5 build error
Zoltan Gilian
2015-08-21
1
-12
/
+21
*
st/clover: Fix build against LLVM 3.8 SVN r244928
Michel Dänzer
2015-08-14
1
-0
/
+2
*
clover: Stub missing CL 1.2 functions.
Serge Martin (EdB)
2015-08-07
6
-8
/
+65
*
clover: handle setKernelArg errors
Zoltan Gilian
2015-08-03
1
-0
/
+15
*
clover: fix image resource depth and array_size
Zoltan Gilian
2015-08-03
2
-1
/
+2
*
clover: pass image attributes to the kernel
Zoltan Gilian
2015-08-03
4
-11
/
+171
*
clover: move find_kernels to functions
Zoltan Gilian
2015-08-03
1
-13
/
+15
*
clover: make dispatch matches functions def
EdB
2015-07-31
1
-5
/
+18
*
gallium: add new limits for shader buffers and images
Marek Olšák
2015-07-16
1
-2
/
+2
[next]