index
:
~idr/mesa
11.0-meta-cannot-use-glGenBuffers
11.1-meta-cannot-use-glGenBuffers
6b452c51941
ARB_transform_feedback_overflow_query
CID-1429517
EXT_shader_samples_identical
INTEL_shader_atomic_float_minmax
NV_shader_atomic_int64
NaNu-NaNu
always-ARB_framebuffer_object
arb_gpu_shader_int64
asm
assume-CMS-in-precompile
ast_to_hir-work
bool-optimizations
bool-optimizations-v2
bool-optimizations-v4
bool-optimizations-v5
bool-optimizations-v6
byt-cpu-optimizations
c1896cdfefc
cmod-bar
cmod-baz
cmod-foo
cmod-propagation-work
combine-constants
commutative-expression-limits
compare-with-integer-frobbing
cse-neg
cse-neg-v2018.02
daniel-schuermann/mesa-bitfield
derp
double-scheduler
dp-narrowing
ecd3c4bb555
emit-spirv
experiment/Gen5-Boolean-resolve
experiment/fsat-algebraic
experiment/lower-flrp
experiment/nan-compare-logic-ops
experiment/optimize-bfe
experiment/optimize-shifts
experiment/rematerialize-compares
experiment/simple-range-analysis
experiments
expose-fewer-visuals
extension-refactor
fix-GL45-CTS.program_interface_query.uniform-block-types
flexarray
flexarray-func
for-bsi
fortran
generate-code-generator
glsl-diet-v3
glsl-diet-v3-extra-logging
glsl-diet-v4
i915-fixes
i965-license-header
inverted-conditions
ir_variable-diet
ir_variable-diet-v2
iris-threaded-shaders
jenkins
jenkins-vk
kill-nv04
lock_surface
logic-expression-frobbing
loop
lower_bool_to_int32-earlier
master
meta-cannot-use-Gen-v2017.12
meta-fixes
meta-msaa-blit
meta-work-20170628
misc-algebra
nir_lower_clamp_color_outputs-vs-b2f
opt-minimize-Boolean
optimize-bfe
optimize-dph-and-others
optimize-flrp-and-ffma
pauli
peephole_select
pragma-warning
ptn-narrowing
query-renderer
range-analysis-cache
reassociate-vector-scalar-math
remove-ir_assignment-condition
reverse-code-gen
review/issue-6365
review/lower-flrp
robustness
shader-work
source-modifiers
sso4
sso5
sso6
standalone-compiler
standalone-ir_builder
standalone-ir_builder-v2
t_dd_dmatmp
ud-chains
uniform-setter
uniform-setter-20190513
uniform-setter-fast
uniform-setter-v2
uniform-setter-wip
vertex-shader-gcm
viewport-array
wip/combine-constants
wip/fix-shift-counts
wip/improve-range-analysis
yuv-formats
Unnamed repository; edit this file 'description' to name the repository.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-02
kutil/queue: use util_snprintf() in util_queue_init
Andres Gomez
1
-3
/
+3
2018-08-02
gallium/aux/util: use util_snprintf() in test_texture_barrier
Andres Gomez
1
-2
/
+2
2018-08-02
glsl: use util_snprintf()
Andres Gomez
6
-27
/
+34
2018-08-01
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
4
-2
/
+43
2018-08-01
i965: Disable shader cache with INTEL_DEBUG=shader_time
Jordan Justen
2
-2
/
+8
2018-08-02
glsl: make a copy of array indices that are used to deref a function out param
Timothy Arceri
1
-0
/
+54
2018-08-01
anv/pipeline: Add populate_tcs/tes_key helpers
Jason Ekstrand
1
-3
/
+25
2018-08-01
anv/pipeline: Rework the parameters to populate_wm_prog_key
Jason Ekstrand
1
-22
/
+24
2018-08-01
anv/pipeline: More aggressively optimize away color attachments
Jason Ekstrand
2
-5
/
+14
2018-08-01
anv: Restrict the number of color regions to those actually written
Jason Ekstrand
1
-0
/
+5
2018-08-01
anv/pipeline: Fix up deref modes if we delete a FS output
Jason Ekstrand
1
-0
/
+5
2018-08-01
nir/lower_indirect: Bail early if modes == 0
Jason Ekstrand
1
-0
/
+3
2018-08-01
intel/nir: Call nir_lower_io_to_scalar_early
Jason Ekstrand
1
-5
/
+12
2018-08-01
intel/nir: Split IO arrays into elements
Jason Ekstrand
1
-0
/
+4
2018-08-01
i965/fs: Flag all slots of a flat input as flat
Jason Ekstrand
1
-6
/
+9
2018-08-01
intel/nir: Use the correct scalar stage for consumers when linking
Jason Ekstrand
1
-1
/
+1
2018-08-02
docs: update 18.2.0 release notes for virgl
Dave Airlie
1
-1
/
+2
2018-08-01
nir/meson: fix c vs cpp args for nir test
Dylan Baker
1
-1
/
+1
2018-08-01
gallium: fix ddebug on windows
Dylan Baker
1
-1
/
+5
2018-08-01
util: move process.[ch] to u_process.[ch]
Dylan Baker
7
-8
/
+8
2018-08-01
ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)
Marek Olšák
6
-13
/
+68
2018-08-01
v3d: Actually put the "%s" in the snprintf.
Eric Anholt
1
-1
/
+1
2018-08-01
vc4: Fix automake linking error.
Juan A. Suarez Romero
1
-0
/
+9
2018-08-01
scons: require scons 2.4 or greater
Juan A. Suarez Romero
1
-0
/
+6
2018-08-01
travis: install scons from pip
Juan A. Suarez Romero
1
-3
/
+5
2018-08-01
docs: mark ARB_ES3_2_compatibility as done for radeonsi
Marek Olšák
2
-1
/
+2
2018-08-01
intel: tools: aubwrite: split gen[89] from gen10+
Lionel Landwerlin
5
-186
/
+416
2018-08-01
python: Use the unicode_escape codec
Mathieu Bridon
2
-2
/
+2
2018-08-01
python: Explicitly add the 'L' suffix on Python 3
Mathieu Bridon
1
-1
/
+10
2018-08-01
python: Explicitly use byte strings
Mathieu Bridon
1
-2
/
+2
2018-08-01
python: Use open(), not file()
Mathieu Bridon
1
-1
/
+3
2018-08-01
python: Open file in binary mode
Mathieu Bridon
1
-1
/
+1
2018-08-01
python: Don't abuse hex()
Mathieu Bridon
1
-2
/
+2
2018-08-01
python: Better get character ordinals
Mathieu Bridon
1
-2
/
+2
2018-08-01
loader_dri3: Handle mismatched depth 30 formats for Prime renderoffload.
Mario Kleiner
2
-1
/
+83
2018-08-01
egl/x11: Handle both depth 30 formats for eglCreateImage(). (v4)
Mario Kleiner
4
-9
/
+48
2018-08-01
gbm: Add support for 10bpp BGR formats
Daniel Stone
1
-0
/
+8
2018-08-01
egl/wayland: Add 10bpc BGR configs
Daniel Stone
1
-0
/
+12
2018-08-01
intel/compiler: implement 8-bit constant load
Iago Toral Quiroga
1
-0
/
+5
2018-08-01
intel/compiler: add setup_imm_(u)b helpers
Iago Toral Quiroga
2
-0
/
+22
2018-08-01
glsl: fix function inlining with opaque parameters
Rhys Perry
1
-8
/
+44
2018-08-01
glsl, glsl_to_tgsi: fix sampler/image constants
Rhys Perry
2
-5
/
+41
2018-08-01
glsl: allow ?: operator with images and samplers when bindless is enabled
Rhys Perry
1
-3
/
+5
2018-08-01
glsl_to_tgsi: allow bound samplers and images to be used as l-values
Rhys Perry
2
-1
/
+55
2018-08-01
gallium: add new SAMP2HND and IMG2HND opcodes
Rhys Perry
5
-2
/
+34
2018-08-01
docs/features: update virgl GLES 3.1/3.2 status
Dave Airlie
1
-13
/
+13
2018-08-01
docs/features: update virgl GL 4.3 support
Dave Airlie
1
-9
/
+9
2018-08-01
virgl: enable FBFETCH if virglrenderer supports it
Erik Faye-Lund
2
-1
/
+3
2018-08-01
virgl: add texture_barrier stub
Erik Faye-Lund
1
-0
/
+7
2018-08-01
virgl: enable robustness if the host exposes it
Dave Airlie
2
-1
/
+3
[prev]
[next]