mesa/src
Kenneth Graunke e4dc005bce i965: Combine intel_batchbuffer_reloc and intel_batchbuffer_reloc64
These two functions do the exact same thing.  One returns a uint64_t,
and the other takes the same uint64_t and truncates it to a uint32_t.

We only need the uint64_t variant - the caller can truncate if it wants.
This patch gives us one function, intel_batchbuffer_reloc, that does
the 64-bit thing.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2017-03-30 00:15:28 -07:00
..
amd radv: fix mask attribs properly. 2017-03-30 13:09:30 +10:00
compiler mesa: update lower_jumps tests after bug fix 2017-03-29 20:53:06 +11:00
egl Android: drop Android 4.4 (KitKat) support 2017-03-22 17:53:31 +00:00
gallium swr: [scons] Fix windows build 2017-03-29 18:52:07 -05:00
gbm gbm/dri: Flush after unmap 2017-03-29 09:17:21 +02:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx glx: Remove #include <GL/glxint.h> 2017-03-28 14:48:12 -04:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel anv/cmd_buffer: fix host memory leak 2017-03-29 14:32:32 -07:00
loader loader: use drmGetDevice[s]2 API 2017-03-15 11:37:55 +00:00
mapi mesa/glthread: fallback to sync if count validation fails 2017-03-30 08:23:00 +11:00
mesa i965: Combine intel_batchbuffer_reloc and intel_batchbuffer_reloc64 2017-03-30 00:15:28 -07:00
util util/disk_cache: don't deadlock on premature EOF 2017-03-25 13:08:37 +11:00
vulkan vulkan/wsi: include builddir for generated headers 2017-03-13 16:04:20 +01:00
Makefile.am intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00
SConscript