Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
ad9acb19c39292de220b4d7dfdd2b5673129517a
ad9acb1
glsl: Add lowering pass for ir_unop_bitfield_reverse
by Ian Romanick
· 8 years ago
3079dcb
glsl: Add lowering pass for ir_quadop_bitfield_insert
by Ian Romanick
· 8 years ago
4d6d219
glsl: Add lowering pass for ir_triop_bitfield_extract
by Ian Romanick
· 8 years ago
7340be8
glsl: Add lowering pass for ir_unop_bit_count
by Ian Romanick
· 8 years ago
806add3
MESA_shader_integer_functions: Allow new function overload matching rules
by Ian Romanick
· 8 years ago
90537e1
MESA_shader_integer_functions: Allow implicit int->uint conversions
by Ian Romanick
· 8 years ago
65b0346
MESA_shader_integer_functions: Expose new built-in functions
by Ian Romanick
· 8 years ago
15c4ae4
MESA_shader_integer_functions: Boiler plate extension tracking
by Ian Romanick
· 8 years ago
91482ef
MESA_shader_integer_functions: Add extension specification
by Ian Romanick
· 8 years ago
9c63224
gm107/ir: make use of ADD32I for all immediates
by Samuel Pitoiset
· 8 years ago
0904a2b
gm107/ir: add missing NEG modifier for IADD32I
by Samuel Pitoiset
· 8 years ago
c482dec
ddebug: Fix trivial typo in stderr message
by Andreas Boll
· 8 years ago
d66cb7c
configure.ac: Use ${datarootdir} for --with-vulkan-icddir help string too
by Andreas Boll
· 8 years ago
8ba46fb
vl: fix memory leak
by Eric Engestrom
· 8 years ago
60c7450
vl: add entry point
by Boyuan Zhang
· 8 years ago
ed9dd3b
nv50,nvc0: srgb rendering is only available for rgba/bgra
by Ilia Mirkin
· 8 years ago
8e7893e
nvc0: add support for BGRA8 images
by Ilia Mirkin
· 8 years ago
905d7dc
i965: Skip update_texture_surface when the plane doesn't exist
by Jason Ekstrand
· 8 years ago
cd5cbf0
glsl: use linked shaders rather than compiled shaders
by Timothy Arceri
· 8 years ago
198074a
The extension is already exposed, this simply marks it as done.
by Lars Hamre
· 8 years ago
22935a3
docs: Fix typo in extension name
by Anuj Phogat
· 8 years ago
7832e18
docs: Add support for GL_KHR_texture_compression_astc_sliced_3d
by Anuj Phogat
· 8 years ago
c7b787e
Revert "docs: Mark KHR_texture_compression_astc_sliced_3d done on i965"
by Anuj Phogat
· 8 years ago
82f8c23
docs: Mark KHR_texture_compression_astc_sliced_3d done on i965
by Anuj Phogat
· 8 years ago
ac0eb36
i965/gen9: Enable KHR_texture_compression_astc_sliced_3d
by Anuj Phogat
· 8 years ago
15dea5c
mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3d
by Anuj Phogat
· 8 years ago
3e1ad84
radeon/uvd: add session context buffer for polaris 10/11 v2
by Christian König
· 8 years ago
134d6e4
vl/dri3: fix a memory leak from front buffer
by Leo Liu
· 8 years ago
0f2516d
i965/tes/scalar: fix 64-bit indirect input loads
by Iago Toral Quiroga
· 8 years ago
1737e75
i965/tcs/scalar: only update imm_offset for second message in 64bit input loads
by Iago Toral Quiroga
· 8 years ago
18f67c8
i965: Move pulls_bary setting to emit_pixel_interpolator_send().
by Kenneth Graunke
· 8 years ago
7ef7738
i965: Write gl_FragCoord directly to the destination.
by Kenneth Graunke
· 8 years ago
a03812c
i965: Drop has_pln checks in unlit centroid workaround.
by Kenneth Graunke
· 8 years ago
b94890c
i965: Drop VARYING_SLOT_FACE special case in barycentric setup.
by Kenneth Graunke
· 8 years ago
ac1181f
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
by Kenneth Graunke
· 8 years ago
e7d96e7
virgl: drop pointless leftover init of virgl_transfer_inline_write.
by Dave Airlie
· 8 years ago
062c6b8
nv50: fix alphatest for non-blendable formats
by Ilia Mirkin
· 8 years ago
cc46fc3
mesa/st: reduce size of state->st bitmask
by Rob Clark
· 8 years ago
44bbfed
gallium/u_queue: add optional cleanup callback
by Rob Clark
· 8 years ago
6f73c75
radeonsi: remove the DRAW_PREAMBLE packet
by Nicolai Hähnle
· 8 years ago
b89d0df
mesa: handle numSamples=0 in _mesa_test_proxy_teximage()
by Brian Paul
· 8 years ago
aa6f60f
nir: Use dest.ssa.num_components rather than intrin->num_components.
by Kenneth Graunke
· 8 years ago
da3d4a4
nir: Update outdated intrinsic const_index comments.
by Kenneth Graunke
· 8 years ago
52e75dc
nir: Use nir_intrinsic_set_base in atomic lowering.
by Kenneth Graunke
· 8 years ago
50b9bb9
nir: Split nir_lower_io's input/output/atomic handling into helpers.
by Kenneth Graunke
· 8 years ago
e12e4af
nir: Drop bogus nir_var_shader_in case in nir_lower_io's store_op().
by Kenneth Graunke
· 8 years ago
cdfc05e
nir: Share destination rewriting and replacement code in IO lowering.
by Kenneth Graunke
· 8 years ago
349fe79
nir: Share get_io_offset handling in nir_lower_io.
by Kenneth Graunke
· 8 years ago
7171a9a
nir: Make a 'var' temporary in nir_lower_io.
by Kenneth Graunke
· 8 years ago
f057701
i965: Remove the emit_linterp() helper.
by Kenneth Graunke
· 8 years ago
203243f
i965: Reduce the number of fs_reg(brw_reg) calls in LINTERP handling.
by Kenneth Graunke
· 8 years ago
eefbbb9
i965: Make a barycentric_mode() helper function.
by Kenneth Graunke
· 8 years ago
783511e
i965: Rename brw_wm_barycentric_interp_mode to brw_barycentric_mode.
by Kenneth Graunke
· 8 years ago
2d6dd30
i965: Handle default interpolation modes and locations in NIR.
by Kenneth Graunke
· 8 years ago
745f577
i965/context: Remove some unnecessary vfuncs
by Jason Ekstrand
· 8 years ago
305044c
i965: Get rid of gen6_surface_state.c
by Jason Ekstrand
· 8 years ago
16fb285
i965: Use ISL for emitting buffer surface states
by Jason Ekstrand
· 8 years ago
ee229d1
i965/state: Account for the element size in emit_buffer_surface_state
by Jason Ekstrand
· 8 years ago
69c0dc5
i965/gen4-6: Use the generic ISL-based path for texture surfaces
by Jason Ekstrand
· 8 years ago
2d56959
i965/gen6: Use the generic ISL-based path for renderbuffer surfaces
by Jason Ekstrand
· 8 years ago
efa7668
i965/gen7: Use the generic ISL-based path for renderbuffer surfaces
by Jason Ekstrand
· 8 years ago
8521ce1
i965/gen7: Use the generic ISL-based path for texture surfaces
by Jason Ekstrand
· 8 years ago
26282a0
i965/gen8: Use the generic ISL-based path for renderbuffer surfaces
by Jason Ekstrand
· 8 years ago
7e951cd
i965/gen8: Use the generic ISL-based path for texture surfaces
by Jason Ekstrand
· 8 years ago
09b5a71
i965/state: Add generic surface update functions based on ISL
by Jason Ekstrand
· 8 years ago
1abb37b
i965/surface_state: Rename brw_update to gen4_update
by Jason Ekstrand
· 8 years ago
5a8c890
i965/state: Use ISL for emitting image surfaces
by Jason Ekstrand
· 8 years ago
7a21d1b
i965/blorp: Use a generic ISL path for texture surfaces on gen8
by Jason Ekstrand
· 8 years ago
5cf665a
i965/state: Add a helper for emitting a surface state using isl
by Jason Ekstrand
· 8 years ago
73ae4ec
i965/blorp: Use the generic ISL path for texture surfaces on gen6
by Jason Ekstrand
· 8 years ago
cc78061
i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen6
by Jason Ekstrand
· 8 years ago
366a6a6
i965/blorp: Use the generic ISL path for texture surfaces on gen7
by Jason Ekstrand
· 8 years ago
3339ef4
i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen7
by Jason Ekstrand
· 8 years ago
1602235
i965/blorp: Use the generic ISL path for renderbuffer surfaces on gen8-9
by Jason Ekstrand
· 8 years ago
6553dc0
i965/blorp: Add a generic ISL-based surface state emit path
by Jason Ekstrand
· 8 years ago
e974456
i965/miptree: Add a helper for getting the aux isl_surf from a miptree
by Jason Ekstrand
· 8 years ago
1e45349
i965/miptree: Add a helper for getting the ISL clear color from a miptree
by Jason Ekstrand
· 8 years ago
f665a3d
i965/miptree: Add a helper for getting an isl_surf from a miptree
by Jason Ekstrand
· 8 years ago
e2dd3ce
i965: Add an isl_device to the brw_context
by Jason Ekstrand
· 8 years ago
4f282ff
isl/state: Add support for OffsetX/Y in surface state
by Jason Ekstrand
· 8 years ago
f8984b9
isl: Add support for filling out surface states all the way back to gen4
by Jason Ekstrand
· 8 years ago
815847e
isl: Add an ISL_DEV_IS_G4X macro
by Jason Ekstrand
· 8 years ago
27883f8
genxml: Add macros and #includes for gens 4-6
by Jason Ekstrand
· 8 years ago
ba798ac
genxml: Make X/Y Offset field of SURFACE_STATE a uint
by Jason Ekstrand
· 8 years ago
9a999ce
genxml: Add enough XML for gens 4, 4.5, and 5 to get SURFACE_STATE
by Jason Ekstrand
· 8 years ago
0f6eb5d
isl/state: Divide the aux qpitch by 4
by Jason Ekstrand
· 8 years ago
2c6ca65
isl: Fix the bs assertion in isl_tiling_get_info
by Jason Ekstrand
· 8 years ago
593731e
anv: Handle VK_WHOLE_SIZE properly for buffer views
by Jason Ekstrand
· 8 years ago
827405f
anv: Add an align_down_npot_u32 helper
by Jason Ekstrand
· 8 years ago
f124f4a
anv: Enable independentBlend on gen7
by Jason Ekstrand
· 8 years ago
a2e7b2e
anv/pipeline: Unify blend state setup between gen7 and gen8
by Jason Ekstrand
· 8 years ago
aaa202e
genxml: Make gen6-7 blending look more like gen8
by Jason Ekstrand
· 8 years ago
3bcd0f1
vc4: Speed up glGenerateMipmaps by avoiding shadow baselevel.
by Eric Anholt
· 8 years ago
88152d7
vc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage flags.
by Eric Anholt
· 8 years ago
5db82e0
vc4: Remove dead dirty_samplers field.
by Eric Anholt
· 8 years ago
219b75d
vc4: Turn on control flow support in the simulator environment.
by Eric Anholt
· 8 years ago
9a23a17
mesa: handle numLevels, numSamples in _mesa_test_proxy_teximage()
by Brian Paul
· 8 years ago
39183ea
mesa: add proxy texture targets in _mesa_next_mipmap_level_size()
by Brian Paul
· 8 years ago
0ac9f25
mesa: add numLevels, numSamples to Driver.TestProxyTexImage()
by Brian Paul
· 8 years ago
e477d92
mesa: use _mesa_clear_texture_image() in clear_texture_fields()
by Brian Paul
· 8 years ago
Next »