Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
1877982aca7d50541618a8997fdd72c5286b4b67
« Previous
1264753
softpipe: remove unused sp_exec_fragment_shader()
by Samuel Pitoiset
· 8 years ago
5fbe99c
softpipe: remove unused quad_shade_stage()
by Samuel Pitoiset
· 8 years ago
b885488
softpipe: remove unused get_texel_quad_2d()
by Samuel Pitoiset
· 8 years ago
81ba57f
trace: remove some unused trace_dump_tag*() functions
by Samuel Pitoiset
· 8 years ago
c53a120
draw: remove unused wideline_stage()
by Samuel Pitoiset
· 8 years ago
4dfe38a
draw: remove unused overflow()
by Samuel Pitoiset
· 8 years ago
1884400
mesa: remove some unused functions in the perf monitor area
by Samuel Pitoiset
· 8 years ago
df2dba5
mesa: remove unused clamp_float_to_uint() and clamp_half_to_uint()
by Samuel Pitoiset
· 8 years ago
bdb53e2
mesa: remove unused _mesa_unmarshal_BindBufferBase()
by Samuel Pitoiset
· 8 years ago
b337580
virgl: add missing PIPE_CAP_DOUBLES
by Samuel Pitoiset
· 8 years ago
d5cd499
glsl: simplify apply_image_qualifier_to_variable()
by Samuel Pitoiset
· 8 years ago
6bb0f75
glsl: add validate_fragment_flat_interpolation_input()
by Samuel Pitoiset
· 8 years ago
d02829c
nvc0: Enable ARB_shader_ballot on Kepler+
by Boyan Ding
· 8 years ago
59f6aa8
nvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_READ_*
by Boyan Ding
· 8 years ago
48d0077
nvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*
by Boyan Ding
· 8 years ago
f7787f2
nvc0/ir: Add SV_LANEMASK_* system values.
by Boyan Ding
· 8 years ago
2a3c4c6
nvc0/ir: Allow 0/1 immediate value as source of OP_VOTE
by Boyan Ding
· 8 years ago
f125299
gk110/ir: Emit OP_SHFL
by Boyan Ding
· 8 years ago
c32e150
nvc0/ir: Emit OP_SHFL
by Boyan Ding
· 8 years ago
d941ef3
nvc0/ir: Properly handle a "split form" of predicate destination
by Boyan Ding
· 8 years ago
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
Next »