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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
tess-use-io-semantics
virgl_fix_type_v1
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
2015-08-31
mesa/texformat: use format conversion function in _mesa_choose_tex_format
vulkan-protex-2015.09.24.r01-base
Nanley Chery
1
-81
/
+13
2015-08-31
mesa/texcompress: correct mapping of S3TC formats in conversion function
Nanley Chery
1
-2
/
+2
2015-09-01
r600/sb: update last_cf for finalize if.
Dave Airlie
1
-0
/
+3
2015-08-31
i965/fs: Use greater-equal cmod to implement maximum.
Matt Turner
2
-4
/
+6
2015-08-31
i965/chv|skl: Apply sampler bypass w/a
Ben Widawsky
2
-0
/
+15
2015-08-31
st/mesa: move to renumbering registers in a group
Dave Airlie
1
-19
/
+38
2015-08-31
st/mesa: reduce time spent in calculating temp read/writes
Dave Airlie
1
-74
/
+79
2015-08-31
st/mesa: cache tgsi opcode info in the instruction
Dave Airlie
1
-23
/
+16
2015-08-31
r600: move prim convert from geom shader to function.
Dave Airlie
2
-25
/
+26
2015-08-31
glsl: remove specical case subroutine type counting
Timothy Arceri
1
-3
/
+2
2015-08-30
r600g: Use TGSI parse results instead of manually exfiltrating
Edward O'Callaghan
1
-1
/
+1
2015-08-30
r600g: Set geometry properties in r600_create_shader_state()
Edward O'Callaghan
3
-25
/
+23
2015-08-30
r600g: Move geometry properties state from shader to selector
Edward O'Callaghan
6
-22
/
+23
2015-08-30
r600g: Remove dead assigment to 'gs_input_prim' in shader state
Edward O'Callaghan
2
-4
/
+0
2015-08-29
radeonsi: don't use the emit qt keyword in si_init_atom
Marek Olšák
1
-2
/
+2
2015-08-29
radeonsi: remove no-op 32-bit masking
Marek Olšák
5
-7
/
+7
2015-08-29
gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packets
Marek Olšák
1
-8
/
+8
2015-08-29
winsys/radeon: handle non-zero finite timeout when waiting for buffers
Marek Olšák
2
-38
/
+41
2015-08-29
freedreno/a3xx: implement half-z clipping
Ilia Mirkin
3
-2
/
+4
2015-08-29
freedreno/a3xx: add basic clip plane support
Ilia Mirkin
3
-1
/
+24
2015-08-29
nvc0: change prefix of MP performance counters to HW_SM
Samuel Pitoiset
2
-149
/
+149
2015-08-29
nvc0: sort performance counter queries by name
Samuel Pitoiset
2
-142
/
+142
2015-08-29
nvc0: make names of performance counter queries consistent
Samuel Pitoiset
2
-56
/
+56
2015-08-29
nvc0: use enumerations for driver queries
Samuel Pitoiset
1
-120
/
+123
2015-08-29
nvc0: remove commented out code related to PCOUNTER queries
Samuel Pitoiset
1
-20
/
+0
2015-08-29
r600: port si_conv_prim_to_gs_out from radeonsi
Dave Airlie
1
-15
/
+16
2015-08-29
r600g: use PRIi64 for some compute debug printfs
Dave Airlie
1
-4
/
+4
2015-08-29
gallium/util: fix debug_get_flags_option on 32-bit
Dave Airlie
1
-3
/
+4
2015-08-28
glsl: provide the option of using BFE for unpack builting lowering
Ilia Mirkin
5
-14
/
+100
2015-08-28
glsl: use bitfield_insert instead of and + shift + or for packing
Ilia Mirkin
3
-4
/
+30
2015-08-28
i965/fs: Remove fs_visitor::try_replace_with_sel().
Matt Turner
3
-92
/
+0
2015-08-28
i965/fs: Replace awful variable names.
Matt Turner
1
-40
/
+40
2015-08-28
i965/fs: Skip blocks in register coalescing interference check.
Matt Turner
1
-14
/
+20
2015-08-28
i965/fs: Improve register coalescing interference check.
Matt Turner
1
-8
/
+11
2015-08-28
i965/fs: Use overwrites_reg() instead of dst.equals().
Matt Turner
1
-2
/
+2
2015-08-28
i965: Only consider fixed_hw_reg in equals() if file is HW_REG/IMM.
Matt Turner
2
-3
/
+6
2015-08-28
i965/fs: Do not set the size for zero-size uniforms
Marta Lofstedt
1
-3
/
+4
2015-08-28
mesa: return old name for deleted samplers for SAMPLER_BINDING queries
Daniel Scharrer
1
-10
/
+1
2015-08-28
mesa: add missing queries for ARB_direct_state_access
Daniel Scharrer
2
-0
/
+98
2015-08-28
docs: Fix a typo in GL3.txt concerning GL_KHR_context_flush_control
Neil Roberts
1
-1
/
+1
2015-08-28
mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_array
Ilia Mirkin
1
-0
/
+3
2015-08-27
ABI-check: Use more portable bash invocation.
Vinson Lee
2
-2
/
+2
2015-08-27
i965/nir: Make use of nir_opt_undef
Boyan Ding
1
-0
/
+2
2015-08-27
glapi: Remove _x86_64_get_get_dispatch symbol from x86-64 assembly.
Matt Turner
1
-6
/
+0
2015-08-27
glsl: clean up textureSize prototype
Ilia Mirkin
1
-4
/
+1
2015-08-28
r600g/sb: Don't crash on empty if jump target
Glenn Kennard
1
-1
/
+4
2015-08-28
r600g/sb: Don't read junk after EOP
Glenn Kennard
3
-1
/
+6
2015-08-28
r600g/sb: Handle undef in read port tracker
Glenn Kennard
1
-1
/
+1
2015-08-27
mesa: rename rowStride to imageStride in texturesubimage()
Brian Paul
1
-4
/
+4
2015-08-27
mesa: only copy the requested teximage faces
Ilia Mirkin
1
-2
/
+2
[next]