index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Return more accurate read size from fs_inst::size_read for IMM and U...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Replace vec4_instruction::regs_read with ::size_read using byte un...
Francisco Jerez
2016-09-14
3
-13
/
+25
*
i965/fs: Replace fs_inst::regs_read with ::size_read using byte units.
Francisco Jerez
2016-09-14
3
-32
/
+34
*
i965/ir: Drop backend_instruction::regs_written field.
Francisco Jerez
2016-09-14
1
-1
/
+0
*
i965/vec4: Replace vec4_instruction::regs_written with ::size_written field i...
Francisco Jerez
2016-09-14
9
-11
/
+12
*
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
Francisco Jerez
2016-09-14
15
-98
/
+107
*
i965/vec4: Add wrapper functions for vec4_instruction::regs_read and ::regs_w...
Francisco Jerez
2016-09-14
6
-16
/
+42
*
i965/fs: Add wrapper functions for fs_inst::regs_read and ::regs_written.
Francisco Jerez
2016-09-14
9
-57
/
+83
*
i965/fs: Replace fs_reg::subreg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
6
-51
/
+34
*
i965/ir: Remove backend_reg::reg_offset.
Francisco Jerez
2016-09-14
2
-15
/
+2
*
i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed...
Francisco Jerez
2016-09-14
8
-48
/
+51
*
i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
17
-82
/
+94
*
glsl: grammar fix
Eero Tamminen
2016-09-14
1
-2
/
+2
*
docs: Mention AEP in release notes
Kenneth Graunke
2016-09-14
1
-0
/
+1
*
i965: Enable ANDROID_extension_pack_es31a on Gen9+.
Kenneth Graunke
2016-09-14
1
-0
/
+1
*
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2016-09-14
5
-10
/
+19
*
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2016-09-14
5
-20
/
+30
*
nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().
Kenneth Graunke
2016-09-14
1
-0
/
+3
*
nir/lower_tex: fix typo with sample_dim
Rob Clark
2016-09-14
1
-1
/
+1
*
nir: move tex_instr_remove_src
Rob Clark
2016-09-14
3
-18
/
+20
*
nir/lower_tex: remove tex_instr_find_src()
Rob Clark
2016-09-14
1
-14
/
+3
*
egl: Add storage for EGL_KHR_debug's state to EGL objects
Kyle Brenneman
2016-09-14
5
-3
/
+27
*
egl: Factor out _eglGetSyncAttribCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Factor out _eglWaitSyncCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Lock the display in _eglCreateSync's callers
Kyle Brenneman
2016-09-14
1
-6
/
+8
*
egl: Factor out _eglCreateImageCommon (v2)
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Factor out _eglWaitClientCommon
Kyle Brenneman
2016-09-14
1
-3
/
+8
*
egl: Use _eglCreatePixmapSurfaceCommon consistently
Kyle Brenneman
2016-09-14
1
-15
/
+21
*
egl: Use _eglCreateWindowSurfaceCommon consistently
Kyle Brenneman
2016-09-14
1
-10
/
+18
*
egl: Factor out _eglGetPlatformDisplayCommon
Kyle Brenneman
2016-09-14
1
-5
/
+13
*
egl: Fix typo
Kyle Brenneman
2016-09-14
1
-1
/
+1
*
egl: Tear down images and syncs at eglTerminate
Adam Jackson
2016-09-14
1
-0
/
+22
*
egl: Update eglext.h (v2)
Kyle Brenneman
2016-09-14
1
-3
/
+118
*
configure.ac: fix the name of the Wayland Scanner pc file
Brendan King
2016-09-14
1
-2
/
+2
*
gbm: remove left-over array
Eric Engestrom
2016-09-14
1
-12
/
+0
*
gallium: fix return value check
Martina Kollarova
2016-09-14
1
-6
/
+6
*
radeonsi: reload PS inputs with direct indexing at each use (v2)
Marek Olšák
2016-09-14
3
-22
/
+41
*
radeonsi: get rid of constant buffer preloading
Marek Olšák
2016-09-14
1
-24
/
+14
*
radeonsi: get rid of img/buf/sampler descriptor preloading (v2)
Marek Olšák
2016-09-14
1
-132
/
+47
*
radeonsi: rename get_sampler_desc -> load_sampler_desc
Marek Olšák
2016-09-14
1
-11
/
+11
*
radeonsi: cosmetic changes in si_shader.c
Marek Olšák
2016-09-14
1
-3
/
+5
*
radeonsi: load streamout buffer descriptors before use (v2)
Marek Olšák
2016-09-14
1
-33
/
+14
*
vc4: Implement job shuffling
Eric Anholt
2016-09-14
8
-194
/
+333
*
vc4: Handle resolve skipping at job submit time.
Eric Anholt
2016-09-14
3
-31
/
+37
*
vc4: Move the render job state into a separate structure.
Eric Anholt
2016-09-14
12
-255
/
+287
*
vc4: Always unref the current job surfaces at job reset time.
Eric Anholt
2016-09-14
3
-36
/
+21
*
vc4: Move job-submit skip cases to vc4_job_submit().
Eric Anholt
2016-09-14
2
-12
/
+12
*
vc4: Move bin CL trailer to job_submit() time.
Eric Anholt
2016-09-14
2
-11
/
+14
*
vc4: Simplify the DISCARD_RANGE handling
Eric Anholt
2016-09-14
1
-12
/
+15
*
vc4: Fix incorrect clearing of Z/stencil when cleared separately.
Eric Anholt
2016-09-14
3
-15
/
+38
[prev]
[next]