index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
clover
/
core
/
kernel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: Unify program::build_* into a single method returning a struct.
Francisco Jerez
2016-07-11
1
-3
/
+3
*
clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driver
Hans de Goede
2016-07-02
1
-0
/
+1
*
clover: grid_offset should be padded with 0 not 1
Jan Vesely
2016-05-16
1
-1
/
+1
*
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
*
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: handle setKernelArg errors
Zoltan Gilian
2015-08-03
1
-0
/
+15
*
clover: pass image attributes to the kernel
Zoltan Gilian
2015-08-03
1
-0
/
+28
*
clover: remove util/compat
EdB
2015-04-29
1
-1
/
+1
*
clover: Use switch when creating kernel arguments.
Jan Vesely
2014-12-10
1
-25
/
+19
*
clover: Fix unintended fall-through in kernel::argument::bind.
Francisco Jerez
2014-10-12
1
-0
/
+3
*
clover: Pass execution dimensions and offset to the kernel as implicit argume...
Francisco Jerez
2014-10-12
1
-23
/
+64
*
clover: Refuse to build a program if there are kernel objects attached to it.
Francisco Jerez
2014-08-18
1
-1
/
+2
*
clover: Pass buffer offsets to the driver in set_global_binding() v3
Tom Stellard
2014-02-24
1
-4
/
+14
*
clover: Migrate a bunch of pointers and references in the object tree to smar...
Francisco Jerez
2014-02-21
1
-13
/
+13
*
clover: Fix up NULL constant pointer arguments.
Francisco Jerez
2014-02-21
1
-1
/
+2
*
clover: Don't crash on NULL global buffer objects.
Jan Vesely
2014-01-22
1
-11
/
+23
*
clover: Calculate optimal work group size when it's not specified by the user.
Francisco Jerez
2013-11-04
1
-1
/
+10
*
clover: Query maximum kernel block size from the device instead of the kernel...
Francisco Jerez
2013-10-24
1
-5
/
+0
*
clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104a
David Heidelberger
2013-10-23
1
-3
/
+4
*
clover: Clean up the kernel and program object interface.
Francisco Jerez
2013-10-21
1
-30
/
+47
*
clover: Switch samplers to the new model.
Francisco Jerez
2013-10-21
1
-1
/
+1
*
clover: Switch memory objects to the new model.
Francisco Jerez
2013-10-21
1
-16
/
+4
*
clover: Switch kernel and program objects to the new model.
Francisco Jerez
2013-10-21
1
-75
/
+74
*
clover: Switch command queues to the new model.
Francisco Jerez
2013-10-21
1
-7
/
+7
*
clover: Switch to the new utility code.
Francisco Jerez
2013-10-21
1
-3
/
+5
*
clover: Replace a bunch of double underscores with single underscores.
Francisco Jerez
2013-10-21
1
-19
/
+19
*
clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAX
Tom Stellard
2013-10-21
1
-1
/
+1
*
clover: remove bind_compute_sampler_states() calls
Brian Paul
2013-10-03
1
-8
/
+6
*
clover: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-2
/
+7
*
clover: Respect kernel argument alignment restrictions.
Francisco Jerez
2013-07-22
1
-0
/
+16
*
clover: Extend kernel arguments for differing host and device data types.
Francisco Jerez
2013-07-22
1
-1
/
+34
*
clover: Byte-swap kernel arguments when host and device endianness differ.
Francisco Jerez
2013-07-22
1
-37
/
+65
*
clover: Pass corresponding module::argument to kernel::argument::bind().
Francisco Jerez
2013-07-22
1
-58
/
+42
*
mesa: Restore 78-column wrapping of license text in C++-style comments.
Kenneth Graunke
2013-04-23
1
-4
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
clover: add dynamic_cast results checking down in clSetKernelArgument() code ...
Dmitry Cherkassov
2013-03-24
1
-0
/
+12
*
clover: Import OpenCL state tracker.
Francisco Jerez
2012-05-11
1
-0
/
+393