Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
6f898f740c4932f3d34f5f69d60b9b9b6b3a9327
6f898f7
vl: use preferred format for deinterlacing
by Christian König
· 9 years ago
5fdd4a5
vl: improve motion adaptive deinterlacer
by Christian König
· 9 years ago
e945235
st/va: add BOB deinterlacing v2
by Christian König
· 9 years ago
3949cf0
st/va: add NV12 -> NV12 post processing v2
by Christian König
· 9 years ago
9f64429
st/va: use vl_video_buffer_adjust_size
by Christian König
· 9 years ago
da39637
st/vdpau: use vl_video_buffer_adjust_size
by Christian König
· 9 years ago
52ca9a9
vl/buffers: extract vl_video_buffer_adjust_size helper
by Christian König
· 9 years ago
8479782
st/va: make the implementation thread safe v2
by Christian König
· 9 years ago
8926dc8
mesa: use gl_shader_variable in program resource list
by Tapani Pälli
· 9 years ago
4985159
glsl: track total amount of uniform locations used
by Tapani Pälli
· 9 years ago
395b53d
main: get rid of needless conditional
by Erik Faye-Lund
· 9 years ago
2a15dc0
gallium/util: removed unused header-file
by Erik Faye-Lund
· 9 years ago
e67f5ca
nvc0: do not force re-binding of compute constbufs on Fermi
by Samuel Pitoiset
· 9 years ago
5be700e
meta: Unconditionally set GL_SKIP_DECODE_EXT
by Ian Romanick
· 9 years ago
1799edd
meta: Only bind the sampler in one place
by Ian Romanick
· 9 years ago
ae50157
meta/decompress: Don't pollute the sampler object namespace
by Ian Romanick
· 9 years ago
b03ee12
meta/decompress: Save and restore the sampler using gl_sampler_object instead of GL API object handle
by Ian Romanick
· 9 years ago
d4094f6
meta/decompress: Track sampler using gl_sampler_object instead of GL API object handle
by Ian Romanick
· 9 years ago
1998af8
meta/decompress: Use internal functions for sampler object access
by Ian Romanick
· 9 years ago
b85c5fe
meta/generate_mipmap: Don't pollute the sampler object namespace
by Ian Romanick
· 9 years ago
d678271
meta/generate_mipmap: Save and restore the sampler using gl_sampler_object instead of GL API object handle
by Ian Romanick
· 9 years ago
36f4132
meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API object handle
by Ian Romanick
· 9 years ago
b94e7f3
meta/generate_mipmap: Use internal functions for sampler object access
by Ian Romanick
· 9 years ago
963065b
meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sampler
by Ian Romanick
· 9 years ago
533320e
meta/blit: Save and restore the sampler using gl_sampler_object instead of GL API object handle
by Ian Romanick
· 9 years ago
d796b49
meta/blit: Use internal functions for sampler object access
by Ian Romanick
· 9 years ago
ad5b1b4
meta/blit: Group the SamplerParameteri calls with the other sampler operations
by Ian Romanick
· 9 years ago
adb4b31
mesa: Refator _mesa_BindSampler to make _mesa_bind_sampler
by Ian Romanick
· 9 years ago
4cf5c85
mesa: Add _mesa_set_sampler_srgb_decode method
by Ian Romanick
· 9 years ago
ecba76d
mesa: Add _mesa_set_sampler_filters method
by Ian Romanick
· 9 years ago
08822b4
mesa: Add _mesa_set_sampler_wrap method
by Ian Romanick
· 9 years ago
3029d60
nvc0: remove useless goto in nvc0_launch_grid()
by Samuel Pitoiset
· 9 years ago
5318bd3
mesa: Mark Identity as const
by Ian Romanick
· 9 years ago
647d8e9
configure.ac: always define __STDC_CONSTANT_MACROS
by Oded Gabbay
· 9 years ago
aa6aa39
i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.
by Kenneth Graunke
· 9 years ago
f2c8913
Add missing platform information for KBL
by Mark Janes
· 9 years ago
f21df5c
nv50/ir: the whole point of data array is to hand out regular registers
by Ilia Mirkin
· 9 years ago
a9eace3
mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)
by Dave Airlie
· 9 years ago
124c9c2
glsl: replace unreachable code path with assert
by Timothy Arceri
· 9 years ago
cf757f4
Revert "glsl: replace unreachable code path with assert"
by Timothy Arceri
· 9 years ago
98270fd
glsl: replace unreachable code path with assert
by Timothy Arceri
· 9 years ago
e4c5ace
glsl: combine if blocks
by Timothy Arceri
· 9 years ago
7b4f8c8
mesa: Update todo regarding StencilOp and StencilOpSeparate.
by Rhys Kidd
· 9 years ago
5e3edd4
glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.
by Kenneth Graunke
· 9 years ago
0d3051f
nv50/ir: Fix scratch allocation size and file
by Pierre Moreau
· 9 years ago
da5d458
mesa: merge bind_atomic_buffers_{base|range}
by Nicolai Hähnle
· 9 years ago
5eb104d
mesa: merge bind_shader_storage_buffers_{base|range}
by Nicolai Hähnle
· 9 years ago
e8dd7cc
mesa: merge bind_uniform_buffers_{base|range}
by Nicolai Hähnle
· 9 years ago
b3ca26c
mesa: merge bind_xfb_buffers_{base|range}
by Nicolai Hähnle
· 9 years ago
81f7fd3
glsl: Don't add nir files to libglsl_la_SOURCES
by Kristian Høgsberg Kristensen
· 9 years ago
e3706a7
nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion
by Ilia Mirkin
· 9 years ago
82ad571
glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.c
by Kristian Høgsberg Kristensen
· 9 years ago
1d25ef6
i965: Move GLSL lowering passes out of libi965_compiler.la
by Kristian Høgsberg Kristensen
· 9 years ago
e97caba
glsl: Move glsl_to_nir files to LIBGLSL_FILES
by Kristian Høgsberg Kristensen
· 9 years ago
1d54ac6
mesa: Use separate indices for UBO & SSBO during binding
by Jordan Justen
· 9 years ago
cf66a8f
mesa: Map program UBOs and SSBOs to Interface Blocks
by Jordan Justen
· 9 years ago
5d349fa
mesa: docs: Add link to planet.freedesktop.org
by Sarah Sharp
· 9 years ago
dff1cac
freedreno: add ir3_compiler to gitignore
by Ilia Mirkin
· 9 years ago
90ba066
gallium: add a RESQ opcode to query info about a resource
by Ilia Mirkin
· 9 years ago
ebfb544
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
by Ilia Mirkin
· 9 years ago
266d001
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
by Ilia Mirkin
· 9 years ago
8cb493a
tgsi: update atomic op docs
by Ilia Mirkin
· 9 years ago
bdef02f
tgsi: add a is_store property
by Ilia Mirkin
· 9 years ago
50b8488
tgsi: provide a way to encode memory qualifiers for SSBO
by Ilia Mirkin
· 9 years ago
888ddd6
ureg: add buffer support to ureg
by Ilia Mirkin
· 9 years ago
8cc9a8a
tgsi: add ureg support for image decls
by Ilia Mirkin
· 10 years ago
208bfc4
glsl: Ensure 64bits shift is used.
by Jose Fonseca
· 9 years ago
e378184
mesa/main: Avoid `void function returning a value` warning.
by Jose Fonseca
· 9 years ago
6613042
configure.ac: add --enable-profile
by Oded Gabbay
· 9 years ago
1e463d2
nine: allow fragment shader POSITION and FACE to be system values
by Marek Olšák
· 9 years ago
d0cf66d
vl: allow fragment shader POSITION to be a system value
by Marek Olšák
· 9 years ago
69f43c2
util/pstipple: allow fragment shader POSITION to be a system value
by Marek Olšák
· 9 years ago
8a13ce1
st/mesa: add support for POSITION and FACE system values
by Marek Olšák
· 9 years ago
c00e534
tgsi/scan: update for POSITION and FACE sytem values
by Marek Olšák
· 9 years ago
34738a9
gallium: add caps for POSITION and FACE system values
by Marek Olšák
· 9 years ago
24737f2
program: add a helper for rewriting FP position input to sysval
by Marek Olšák
· 9 years ago
4191c1a
glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values
by Marek Olšák
· 9 years ago
c07cf5f
tgsi/ureg: handle redundant declarations in ureg_DECL_system_value
by Marek Olšák
· 9 years ago
c886422
tgsi/ureg: remove index parameter from ureg_DECL_system_value
by Marek Olšák
· 9 years ago
91e8f2b
st/mesa: remove dead code from mesa_to_tgsi
by Marek Olšák
· 9 years ago
cb51348
radeon, si: Use TGSI chan name defines in lp_build_emit_fetch() calls
by Edward O'Callaghan
· 9 years ago
b42254e
gallium/aux: Use TGSI chan name defines inplace of literals
by Edward O'Callaghan
· 9 years ago
d6db7ce
mesa: check that internalformat of CopyTexImage*D is not 1, 2, 3, 4
by Nicolai Hähnle
· 9 years ago
040e314
i965/compiler: Enable more lowering in NIR
by Jason Ekstrand
· 9 years ago
d00abcc
nir/algebraic: Add more lowering
by Jason Ekstrand
· 9 years ago
b0d4ee5
nir/opcodes: Fix up uadd_carry and usub_borrow
by Jason Ekstrand
· 9 years ago
67b31b3
nvc0: add ARB_indirect_parameters support
by Ilia Mirkin
· 9 years ago
9a54ccf
st/mesa: expose ARB_indirect_parameters when the backend driver allows
by Ilia Mirkin
· 9 years ago
e1eab5a
mesa: add support for ARB_indirect_parameters draw functions
by Ilia Mirkin
· 9 years ago
9327e2d
mesa: add parameter buffer, used for ARB_indirect_parameters
by Ilia Mirkin
· 9 years ago
b3e2c21
glapi: add ARB_indirect_parameters definitions
by Ilia Mirkin
· 9 years ago
7ca67c7
nvc0: add support for real ARB_multi_draw_indirect
by Ilia Mirkin
· 9 years ago
d3e43ba
nvc0: adjust indirect draw macros to handle multiple draws at once
by Ilia Mirkin
· 9 years ago
2860f20
st/mesa: add support for new mesa indirect draw interface
by Ilia Mirkin
· 9 years ago
d67b9ba
gallium: add caps to expose support for multi indirect draws
by Ilia Mirkin
· 9 years ago
3e11656
gallium: add sufficient draw interface to allow new indirect features
by Ilia Mirkin
· 9 years ago
60d0cfd
vbo: create a new draw function interface for indirect draws
by Ilia Mirkin
· 9 years ago
2923c7a
llvmpipe: do 64bit plane calculations in the sse path
by Roland Scheidegger
· 9 years ago
fad283b
llvmpipe: don't store eo as 64bit int
by Roland Scheidegger
· 9 years ago
b61b9a3
llvmpipe: use aligned data for the assembly program in setup
by Roland Scheidegger
· 9 years ago
Next »