Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
50b49d242d702e4728329cc59f87d929963e7c53
50b49d2
glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shaders
by Ian Romanick
· 8 years ago
eda6349
glcpp: Track the actual version instead of just the version_resolved flag
by Ian Romanick
· 8 years ago
30e5ff7
glsl: remove remaining tabs in link_uniform_initializers.cpp
by Timothy Arceri
· 8 years ago
549222f
glsl: use UniformHash to find storage location
by Timothy Arceri
· 8 years ago
82e153d
glsl: remove dead builtins before assigning varying locations
by Timothy Arceri
· 8 years ago
588702c
glsl: split out varying and uniform linking code
by Timothy Arceri
· 8 years ago
4c3a6b0
i965/vec4: Make opt_vector_float reset at the top of each block
by Jason Ekstrand
· 8 years ago
ac69663
mesa: Use a temporary set to track whether we've added a resource yet.
by Eric Anholt
· 8 years ago
ee02a5e
prog_hash_table: Convert to using util/hash_table.h.
by Eric Anholt
· 8 years ago
91945f9
prog_hash_table: Convert compare funcs to match util/hash_table.h.
by Eric Anholt
· 8 years ago
60f1b43
nir: Drop an unused program/hash_table.h include.
by Eric Anholt
· 8 years ago
6198160
swr: [rasterizer core] unused variable warning fixes
by Tim Rowley
· 8 years ago
9aa75e5
swr: [rasterizer jitter] add core string to JitManager
by Tim Rowley
· 8 years ago
b311bdf
swr: [rasterizer core] fix OOB check of viewport indices
by Tim Rowley
· 8 years ago
2eae02f
swr: [rasterizer common] add linux definition for InterlockedAdd64
by Tim Rowley
· 8 years ago
e8b35a2
swr: [rasterizer jitter] add VMASKSTOREPS intrinsic
by Tim Rowley
· 8 years ago
3393279
swr: [rasterizer jitter] add mask support for odd format fetch
by Tim Rowley
· 8 years ago
92621ac
swr: [rasterizer core] routing of viewport indexes through frontend
by Tim Rowley
· 8 years ago
4e8763c
swr: [rasterizer core] split FE and BE stats
by Tim Rowley
· 8 years ago
f833b69
swr: [rasterizer core] remove all old stats code
by Tim Rowley
· 8 years ago
ad15318
swr: [rasterizer core] viewport array support
by Tim Rowley
· 8 years ago
d86e248
swr: [rasterizer jitter] fetch support for offsetting VertexID
by Tim Rowley
· 8 years ago
6625fd0
swr: [rasterizer core] fundamentally change how stats work
by Tim Rowley
· 8 years ago
047493c
swr: [rasterizer core] add rasterizerSampleCount to PS context
by Tim Rowley
· 8 years ago
a83beb9
swr: [rasterizer core] remove cygwin threads.cpp stubs
by Tim Rowley
· 8 years ago
29e1c4a
swr: [rasterizer core] allow override of KNOB thread settings
by Tim Rowley
· 8 years ago
e0c1030
swr: [rasterizer core] add SwrWaitForIdleFE
by Tim Rowley
· 8 years ago
8dfaf24
swr: [rasterizer core] change threadsDone to be a 32-bit value.
by Tim Rowley
· 8 years ago
6624e01
swr: [rasterizer core] update trivial accept test conditions
by Tim Rowley
· 8 years ago
7cf187d
swr: [rasterizer core] improve implementation for SoWriteOffset
by Tim Rowley
· 8 years ago
8d3b201
swr: [rasterizer common] make disabled asserts always print (but not break)
by Tim Rowley
· 8 years ago
6575ebd
vl/rbsp: add a check for emulation prevention three byte
by Leo Liu
· 8 years ago
bc5df3b
Re-apply "glsl: don't try to lower non-gl builtins as if they were gl_FragData"
by Ilia Mirkin
· 8 years ago
9c63fd9
radeonsi: set CB_COLORn_INFO.ROUND_MODE
by Marek Olšák
· 8 years ago
667ad9f
radeonsi: set CB_COLORn_INFO.SIMPLE_FLOAT
by Marek Olšák
· 8 years ago
36057ff
radeonsi: disallow MIN/MAX blend equations for dual source blending
by Marek Olšák
· 8 years ago
947e061
radeonsi: only set dual source blending for MRT0
by Marek Olšák
· 8 years ago
88c2fc6
st/mesa: in ATI fs don't assume TEMP0=REG0
by Miklós Máté
· 8 years ago
9a4d5db
st/nine: Fix invalid attempt to use indirect draws.
by Trevor Davenport
· 8 years ago
0ce5ec8
util: Use win32 intrinsics for util_last_bit if present.
by Mathias Fröhlich
· 8 years ago
3f100b7
gallium/radeon: use unflushed fences for deferred flushes (v2)
by Marek Olšák
· 8 years ago
1cc95a1
st/mesa: set the ctx parameter of fence_finish
by Marek Olšák
· 8 years ago
54272e1
gallium: add a pipe_context parameter to fence_finish
by Marek Olšák
· 8 years ago
c6043e7
st/mesa: use PIPE_USAGE_STREAM for GL_CLIENT_STORAGE_BIT without READ_BIT (v2)
by Marek Olšák
· 8 years ago
33a9b4e
gallium/radeon: add HUD queries for mapped VRAM/GTT
by Marek Olšák
· 8 years ago
645d395
winsys/radeon: track the amount of mapped memory
by Marek Olšák
· 8 years ago
1e04483
winsys/amdgpu: track the amount of mapped memory
by Marek Olšák
· 8 years ago
8276776
winsys/amdgpu: don't try to unmap userptr buffers
by Marek Olšák
· 8 years ago
ef836c0
gallium/radeon: increase the size of the renderer string
by Marek Olšák
· 8 years ago
739d526
gallium/radeon: implement ARB_clear_texture (v3)
by Marek Olšák
· 8 years ago
7df1538
gallium/radeon: handle render_condition_enable for clear_rt/ds
by Marek Olšák
· 8 years ago
a909210
gallium: add render_condition_enable param to clear_render_target/depth_stencil
by Marek Olšák
· 8 years ago
a7c6993
egl: android: query native window default width and height (v2)
by Haixia Shi
· 8 years ago
c4cd0e8
anv/device: Enable sample shading on gen7+
by Anuj Phogat
· 8 years ago
f16295a
anv/gen7_pipeline: Set multisample state using shared function
by Anuj Phogat
· 8 years ago
2ef5063
anv/pipeline: Add sample locations for gen7-7.5
by Anuj Phogat
· 8 years ago
dc49dd7
anv/pipeline: Move emit_ms_state() to genX_pipeline_util.h
by Anuj Phogat
· 8 years ago
aa92073
gallium: Add c99_compat.h to u_bitcast.h
by Mathias Fröhlich
· 8 years ago
027cbf0
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
by Mathias Fröhlich
· 8 years ago
e4cb3af
radeonsi: enable multi-draw related pipe caps
by Nicolai Hähnle
· 8 years ago
6d7177f
radeonsi: program additional multi draw parameters
by Nicolai Hähnle
· 8 years ago
b6c71d3
radeonsi: program the DRAWID SGPR
by Nicolai Hähnle
· 8 years ago
8dbf2a8
radeonsi: add DRAWID parameter to vertex shaders
by Nicolai Hähnle
· 8 years ago
febb5db
radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE
by Nicolai Hähnle
· 8 years ago
d34292a
radeonsi: remove an incorrect assertion
by Nicolai Hähnle
· 8 years ago
2852ded
radeonsi: flush TC L2 cache for indirect draw data
by Nicolai Hähnle
· 8 years ago
76c4a3b
radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets
by Nicolai Hähnle
· 8 years ago
60dc36a
st/mesa: define ST_NEW_ flags as uint64_t values, not enums
by Brian Paul
· 8 years ago
d9519c6
mesa: simplify ff fs generator a bit
by Miklós Máté
· 8 years ago
06b2fd0
ddebug: dump driver states and shaders for apitrace calls
by Marek Olšák
· 8 years ago
8c4d9af
nir: make use of nir_cf_list_extract() helper
by Timothy Arceri
· 8 years ago
b1d9c74
nir: Always print non-identity swizzles.
by Matt Turner
· 9 years ago
8cde4dd
anv/pipeline/gen7: Set multisample modes
by Lionel Landwerlin
· 8 years ago
a3c472a
anv/pipeline: rename info to rs_info in emit_rs_state
by Lionel Landwerlin
· 8 years ago
1ebf3c4
Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData"
by Marek Olšák
· 8 years ago
3723e98
egl/android: Add support for YV12 pixel format (v2)
by Tomasz Figa
· 8 years ago
3190c7e
st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules.
by Kenneth Graunke
· 8 years ago
f6dc714
meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.
by Kenneth Graunke
· 8 years ago
ad32dcf
i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules.
by Kenneth Graunke
· 8 years ago
352401f
i965: Make BLORP do sRGB encode/decode on ES 2 as well.
by Kenneth Graunke
· 8 years ago
0c7047a
Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB"
by Kenneth Graunke
· 8 years ago
cc27c7f
i965: Drop the "do resolves in sRGB" hack.
by Kenneth Graunke
· 8 years ago
b158652
i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.
by Kenneth Graunke
· 8 years ago
7dfb1a4
egl/android: Make get_fourcc() accept HAL formats
by Tomasz Figa
· 8 years ago
e77b493
egl/android: Refactor image creation to separate flink and prime paths (v2)
by Tomasz Figa
· 8 years ago
217af75
egl/android: Respect buffer mask in droid_image_get_buffers (v2)
by Tomasz Figa
· 8 years ago
c6c26bc
egl/android: Remove unused variables in droid_get_buffers_with_format()
by Tomasz Figa
· 8 years ago
52fcc40
anv/pipeline/gen7: Set the depth format in 3DSTATE_SF
by Jason Ekstrand
· 8 years ago
21d5c1b
isl: Add a helper for getting a depth format from an isl_format
by Jason Ekstrand
· 8 years ago
ce98054
anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8
by Jason Ekstrand
· 8 years ago
960e8a1
anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnable
by Jason Ekstrand
· 8 years ago
12e653a
anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnable
by Jason Ekstrand
· 8 years ago
1df511b
anv/pipeline/gen8: Use fewer designated initializers in emit_rs_state
by Jason Ekstrand
· 8 years ago
6136fb8
genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+
by Jason Ekstrand
· 8 years ago
2d76dca
anv/pipeline/gen8: Remove an old comment
by Jason Ekstrand
· 8 years ago
7314007
mesa: Skip ES 3.0/3.1 transform feedback primitive counting error.
by Kenneth Graunke
· 9 years ago
23b2bcd
mesa: Share code between _mesa_validate_DrawArrays[_Instanced].
by Kenneth Graunke
· 8 years ago
522b5d4
glsl: Implicitly enable OES_shader_io_blocks if geom/tess are enabled.
by Kenneth Graunke
· 8 years ago
0eaa84e
glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled.
by Kenneth Graunke
· 8 years ago
58709d3
glsl: Add extension plumbing for OES/EXT_tessellation_shader.
by Kenneth Graunke
· 8 years ago
Next »