Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
854554c314e556c158b0e2aa3911a43f58fd6d34
854554c
gm107/ir: Emit third src 'bound' and optional predicate output of SHFL
by Boyan Ding
· 8 years ago
a981e68
clover: Fix build against clang SVN >= r299965
by Michel Dänzer
· 8 years ago
46f49d6
st/mesa: add some _mesa_is_winsys_fbo() assertions
by Brian Paul
· 8 years ago
c36d224
st/mesa: minor optimization in st_DrawBuffers()
by Brian Paul
· 8 years ago
fbcd709
mesa/st: only update samplers for stages that have changed
by Timothy Arceri
· 8 years ago
f30f575
st/mesa: Fix missing-braces warning.
by Vinson Lee
· 8 years ago
4603bea
radv: Disable primitive restart for non-indexed draws
by Alex Smith
· 8 years ago
ab18578
anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR defined
by Matt Turner
· 8 years ago
f7b1371
Revert "r600g: get rid of dummy pixel shader"
by Marek Olšák
· 8 years ago
bb847e7
mesa: fix memory leak in arb_fragment_program
by Bartosz Tomczyk
· 8 years ago
c4d4338
radv: Hash the immutable samplers.
by Bas Nieuwenhuizen
· 8 years ago
bd91caf
radv: Use an offset instead of pointers for immutable samplers.
by Bas Nieuwenhuizen
· 8 years ago
b35b595
radv: Stop shadowing the result in radv_GetQueryPoolResults.
by Bas Nieuwenhuizen
· 8 years ago
0763453
radv: Return VK_NOT_READY if the query results are not available.
by Bas Nieuwenhuizen
· 8 years ago
2dacb72
radv: Set query availability bit even if we don't wait.
by Bas Nieuwenhuizen
· 8 years ago
03d1de3
mesa: avoid NULL ptr in prog parameter name
by Gregory Hainaut
· 8 years ago
754b961
i965/drm: Use bools for a few flags.
by Kenneth Graunke
· 8 years ago
44ecbbe
i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.
by Kenneth Graunke
· 8 years ago
f374b94
i965/drm: Make BO size a uint64_t rather than unsigned long.
by Kenneth Graunke
· 8 years ago
c85d683
i965/drm: Make alignment parameter a uint64_t.
by Kenneth Graunke
· 8 years ago
444ab81
i965/drm: Make stride/pitch a uint32_t.
by Kenneth Graunke
· 8 years ago
14fc188
i965/drm: Fix types for pwrite/pread fields.
by Kenneth Graunke
· 8 years ago
1936013
i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.
by Kenneth Graunke
· 8 years ago
9bd7184
mesa/st: remove _mesa_get_fallback_texture() calls
by Timothy Arceri
· 8 years ago
c72170f
mesa: use pre_hashed version of search for the mesa hash table
by Timothy Arceri
· 8 years ago
d0f381f
swr: [rasterizer core] Disable 8x2 tile backend
by Tim Rowley
· 8 years ago
31a23a9
swr: [rasterizer common] Add _simd_testz_si alias
by Tim Rowley
· 8 years ago
7abd1f9
swr: [rasterizer archrast] Fix archrast for MSVC 2017 compiler
by Tim Rowley
· 8 years ago
54d11b3
swr: [rasterizer jitter] Remove unused function
by Tim Rowley
· 8 years ago
af909c0
swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting llvm < 3.8
by Tim Rowley
· 8 years ago
973d388
swr: [rasterizer common/core] Fix 32-bit windows build
by Tim Rowley
· 8 years ago
217b791
swr: [rasterizer core] Fix unused variable warnings
by Tim Rowley
· 8 years ago
da7aa39
swr: [rasterizer core] Code formating change
by Tim Rowley
· 8 years ago
c8cc07c
swr: [rasterizer core] SIMD16 Frontend WIP - PA
by Tim Rowley
· 8 years ago
08a7136
swr: [rasterizer core] SIMD16 Frontend WIP - Clipper
by Tim Rowley
· 8 years ago
0033e86
swr: [rasterizer core] Multisample sample position setup change
by Tim Rowley
· 8 years ago
4c09386
swr: [rasterizer core] Reduce templates to speed compile
by Tim Rowley
· 8 years ago
147e712
i965/fs: Take into account lower frequency of conditional blocks in spilling cost heuristic.
by Francisco Jerez
· 8 years ago
9a7b257
swr: return true for PIPE_CAP_DOUBLES
by Tim Rowley
· 8 years ago
02ccd8f
i965: Set kernel features before computing max GL version.
by Kenneth Graunke
· 8 years ago
8d7a82a
anv: remove needless VALGRIND_MAKE_MEM_DEFINED
by Juan A. Suarez Romero
· 8 years ago
4ee7c2c
etnaviv: enable TS, but disable autodisable
by Lucas Stach
· 8 years ago
797890b
etnaviv: enable TS also on sampler resources
by Lucas Stach
· 8 years ago
52f6c8c
etnaviv: align TS surface size to number of pixel pipes
by Lucas Stach
· 8 years ago
37622ec
etnaviv: avoid using invalid TS
by Lucas Stach
· 8 years ago
768f81b
glsl: use the BA1 macro for textureQueryLevels()
by Samuel Pitoiset
· 8 years ago
981ba1c
glsl: use the BA1 macro for textureSamples()
by Samuel Pitoiset
· 8 years ago
29082b0
glsl: use the BA1 macro for textureCubeArrayShadow()
by Samuel Pitoiset
· 8 years ago
8475a14
radv: Implement pipeline statistics queries.
by Bas Nieuwenhuizen
· 8 years ago
d2906bc
radv: Let count be dynamic in radv_break_on_count.
by Bas Nieuwenhuizen
· 8 years ago
8473193
radv: Rename query pipeline/set layout.
by Bas Nieuwenhuizen
· 8 years ago
95743d5
radv: Use VK_WHOLE_SIZE for the query buffer bindings.
by Bas Nieuwenhuizen
· 8 years ago
8911dd6
radv: Use a shader for occlusion CmdCopyQueryPoolResults.
by Bas Nieuwenhuizen
· 8 years ago
ce0c8cf
radv: Add occlusion query shader.
by Bas Nieuwenhuizen
· 8 years ago
50b987c
i965: Fix wonky indentation left by brw_bo_alloc_tiled rename.
by Kenneth Graunke
· 8 years ago
d9cc58d
nouveau: when mapping a persistent buffer, synchronize on former xfers
by Ilia Mirkin
· 8 years ago
8036809
nvc0: increase texture buffer object alignment to 256 for pre-GM107
by Ilia Mirkin
· 8 years ago
8ffd54f
mesa: fix typo and add assert() to _mesa_attach_renderbuffer_without_ref()
by Timothy Arceri
· 8 years ago
bd84252
i965/drm: Add stall warnings when mapping or waiting on BOs.
by Kenneth Graunke
· 8 years ago
f053ee7
i965/drm: Make a set_domain() helper function.
by Kenneth Graunke
· 8 years ago
a99a497
i965/batch: Ensure we use a consistent offset in relocs
by Daniel Vetter
· 8 years ago
7f3c85c
i965/bufmgr: Garbage-collect vma cache/pruning
by Daniel Vetter
· 8 years ago
1f965d3
i965/bufmgr: Remove some reuse functions
by Daniel Vetter
· 8 years ago
edd85c1
i965/bufmgr: remove start_gtt_access
by Daniel Vetter
· 8 years ago
439edaa
i965/bufmgr: Delete set_tiling
by Daniel Vetter
· 8 years ago
6308121
i965/bufmgr: Delete alloc_for_render
by Daniel Vetter
· 8 years ago
538fa87
i965/drm: Use list_for_each_entry_safe in a couple of cases.
by Kenneth Graunke
· 8 years ago
10929da
i965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c.
by Kenneth Graunke
· 8 years ago
7aa66e6
i965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.
by Kenneth Graunke
· 8 years ago
d30a927
i965/drm: Rename drm_bacon_bo to brw_bo.
by Kenneth Graunke
· 8 years ago
e0d15e9
i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.
by Kenneth Graunke
· 8 years ago
dfd8137
i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
by Kenneth Graunke
· 8 years ago
662a733
i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
by Kenneth Graunke
· 8 years ago
f5216b2
i965: Just use a uint32_t context handle rather than a malloc'd wrapper.
by Kenneth Graunke
· 8 years ago
4cb3e44
i965/drm: Fold drm_bacon_gem_reset_stats into the callers.
by Kenneth Graunke
· 8 years ago
414c934
i965/drm: Rename drm_bacon_gem_bo_bucket to bo_cache_bucket.
by Kenneth Graunke
· 8 years ago
e46b74d
i965/drm: Drop drm_bacon_* from static functions.
by Kenneth Graunke
· 8 years ago
13596ec
i965/drm: Drop drm_bacon_gem_bo_madvise_internal().
by Kenneth Graunke
· 8 years ago
9ee2528
i965/drm: Merge drm_bacon_bo_gem into drm_bacon_bo.
by Kenneth Graunke
· 8 years ago
59fdd94
i965/drm: Merge bo->handle and bo_gem->gem_handle.
by Kenneth Graunke
· 8 years ago
eb41aa8
i965/drm: Rewrite relocation handling.
by Kenneth Graunke
· 8 years ago
e7ab0ea
i965/drm: Make register write check handle execbuffer directly.
by Kenneth Graunke
· 8 years ago
6368284
i965: Make a screen::aperture_threshold field.
by Kenneth Graunke
· 8 years ago
6079f4f
i965: Make/use a brw_batch_references() wrapper.
by Kenneth Graunke
· 8 years ago
6537a3c
i965: Use brw_emit_reloc() instead of drm_bacon_bo_emit_reloc().
by Kenneth Graunke
· 8 years ago
eadd5d1
i965: Change intel_batchbuffer_reloc() into brw_emit_reloc().
by Kenneth Graunke
· 8 years ago
fbb3297
i965/drm: Drop GEM_SW_FINISH stuff.
by Kenneth Graunke
· 8 years ago
80761a4
i965/drm: Drop code to search for an existing bufmgr.
by Kenneth Graunke
· 8 years ago
b666654
i965/drm: Unwrap the unnecessary drm_bacon_reloc_target_info struct.
by Kenneth Graunke
· 8 years ago
2662894
i965/drm: Switch from uthash to Mesa's hash table.
by Kenneth Graunke
· 8 years ago
ad1b1cc
i965/drm: Drop bo_gem::kflags.
by Kenneth Graunke
· 8 years ago
a972c90
i965/drm: Drop has_exec_async related API.
by Kenneth Graunke
· 8 years ago
d606f64
i965/drm: Drop softpin support for now.
by Kenneth Graunke
· 8 years ago
0314eed
i965/drm: Drop userptr support for now.
by Kenneth Graunke
· 8 years ago
a460e1e
i965/drm: Delete engine checks.
by Kenneth Graunke
· 8 years ago
1dc02da
i965/drm: Drop intel_chipset.h in favor of using gen_device_info.
by Kenneth Graunke
· 8 years ago
55ee8f3
i965/drm: Drop deprecated drm_bacon_bo::offset.
by Kenneth Graunke
· 8 years ago
a29fb9b
i965/drm: Drop has_wait_timeout.
by Kenneth Graunke
· 8 years ago
b97bcf3
i965/drm: Assume aperture size query will work.
by Kenneth Graunke
· 8 years ago
c28691a
i965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bufmgr classes.
by Kenneth Graunke
· 8 years ago
Next »