index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
23.2
23.3
24.0
24.1
24.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
a7xx-gmem
amber
elima/radv-video-encode-caps-maxbitrate
explicit-sync
fjdegroo/lnl-giraffe-metrics
main
powervr-mesa-next-wayland
review/fragment_shader_barycentric
staging/23.2
staging/23.3
staging/24.0
staging/24.1
staging/24.2
uav-counter-meta
vk-no-nir-android
zink-stablefix
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-01
glsl: do not raise unitialized variable warnings on builtins/reserved GL vari...
Alejandro Piñeiro
1
-1
/
+2
2016-03-29
glsl: raise warning when using uninitialized variables
Alejandro Piñeiro
1
-0
/
+7
2016-03-29
glsl: add is_lhs bool on ast_expression
Alejandro Piñeiro
4
-0
/
+44
2016-03-08
i965/fs/nir: "surface_access::" prefix not needed
Alejandro Piñeiro
1
-14
/
+10
2016-03-08
i965/vec4/nir: no need to use surface_access:: to call emit_untyped_atomic
Alejandro Piñeiro
1
-6
/
+5
2016-03-08
i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at br...
Alejandro Piñeiro
3
-75
/
+23
2016-03-08
i965/vec4: pass the correct src_sz to emit_send at emit_untyped_atomic
Alejandro Piñeiro
1
-1
/
+1
2016-03-03
mesa/formatquery: added FILTER pname support
Alejandro Piñeiro
1
-1
/
+19
2016-03-03
mesa/texparam: make public target_allows_setting_sampler_parameters
Alejandro Piñeiro
2
-16
/
+19
2016-03-03
mesa/formatquery: support for MAX_COMBINED_DIMENSIONS
Alejandro Piñeiro
1
-9
/
+81
2016-03-03
main/formatquery: support for MAX_{WIDTH/HEIGHT/DEPTH/LAYERS}
Alejandro Piñeiro
1
-8
/
+126
2016-03-03
mesa/formatquery: support for IMAGE_FORMAT_COMPATIBILITY_TYPE
Alejandro Piñeiro
1
-2
/
+20
2016-03-03
mesa/formatquery: handle unmodified buffer for SAMPLES on the 64-bit query
Alejandro Piñeiro
1
-3
/
+14
2016-03-03
mesa/formatquery: initial implementation for GetInternalformati64v
Alejandro Piñeiro
1
-1
/
+7
2016-03-03
mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_target
Alejandro Piñeiro
3
-20
/
+10
2016-03-03
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2
Alejandro Piñeiro
4
-1
/
+125
2016-02-13
docs: document MESA_GLES_VERSION_OVERRIDE envvar
Alejandro Piñeiro
1
-0
/
+8
2015-12-07
mesa: remove _mesa_tex_target_is_array
Alejandro Piñeiro
2
-17
/
+0
2015-12-07
i965: use _mesa_is_array_texture instead of _mesa_tex_target_is_array
Alejandro Piñeiro
2
-2
/
+2
2015-11-05
i965/vec4: select predicate based on writemask for sel emissions
Alejandro Piñeiro
1
-1
/
+17
2015-11-04
i965: check inst->predicate when clearing flag_live at dead code eliminate
Alejandro Piñeiro
2
-2
/
+2
2015-10-23
i965/vec4: check opcode on vec4_instruction::reads_flag(channel)
Alejandro Piñeiro
1
-2
/
+2
2015-10-22
i965/vec4: print predicate control at brw_vec4 dump_instruction
Alejandro Piñeiro
3
-3
/
+5
2015-10-22
i965/vec4: use an envvar to decide to print the assembly on cmod_propagation ...
Alejandro Piñeiro
2
-2
/
+2
2015-10-22
i965/vec4: Add unit tests for cmod propagation pass
Alejandro Piñeiro
2
-0
/
+829
2015-10-22
i965/vec4: adding vec4_cmod_propagation optimization
Alejandro Piñeiro
4
-0
/
+160
2015-10-22
i965/vec4: track and use independently each flag channel
Alejandro Piñeiro
3
-14
/
+52
2015-10-22
i965/vec4: nir_emit_if doesn't need to predicate based on all the channels
Alejandro Piñeiro
1
-1
/
+3
2015-09-24
i965/vec4: check swizzle before discarding a uniform on a 3src operand
Alejandro Piñeiro
1
-3
/
+6
2015-09-22
i965/vec4: refactor brw_vec4_copy_propagation.
Alejandro Piñeiro
1
-14
/
+18
2015-09-19
i965/vec4: Change types as needed to propagate source modifiers using current...
Alejandro Piñeiro
1
-2
/
+28
2015-09-15
docs: document INTEL_DEBUG 'optimizer' envvar
Alejandro Piñeiro
1
-0
/
+1
2015-09-11
i965/vec4: check writemask when bailing out at register coalesce
Alejandro Piñeiro
1
-4
/
+6
2015-09-07
i965/nir/vec4: removed unneeded tex src swizzle set
Alejandro Piñeiro
1
-1
/
+0
2015-09-02
i965/vec4: fill src_reg type using the constructor type parameter
Alejandro Piñeiro
1
-0
/
+2
2015-08-03
i965/nir/vec4: Add implementation of nir_emit_texture()
Alejandro Piñeiro
1
-1
/
+194
2015-08-03
i965/ir/vec4: Refactor visit(ir_texture *ir)
Alejandro Piñeiro
2
-173
/
+209
2015-08-03
i965/vec4: Add a new dst_reg constructor accepting a brw_reg_type
Alejandro Piñeiro
2
-0
/
+13
2015-08-03
i965/vec4: Change vec4_visitor::swizzle_result() method to allow reuse
Alejandro Piñeiro
2
-8
/
+15
2015-08-03
i965/nir: Disable alu_to_scalar pass on non-scalar shaders
Alejandro Piñeiro
1
-6
/
+10
2015-08-03
i965/nir/vec4: Implement atomic counter intrinsics (read, inc and dec)
Alejandro Piñeiro
1
-2
/
+25
2015-08-03
i965/nir/vec4: Implement intrinsics that load system values
Alejandro Piñeiro
1
-6
/
+21
2015-08-03
i965/nir/vec4: Add setup for system values
Alejandro Piñeiro
2
-1
/
+50
2015-08-03
i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 pass
Alejandro Piñeiro
8
-11
/
+19
2015-07-20
i965/nir/fs: removed unneeded support for global variables
Alejandro Piñeiro
3
-14
/
+4