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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
*
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
*
glsl: add core plumbing for GL_ANDROID_extension_pack_es31a
Ilia Mirkin
2016-09-13
4
-16
/
+47
*
mesa: introduce glPrimitiveBoundingBoxARB entrypoint
Ilia Mirkin
2016-09-13
3
-19
/
+40
*
mesa: add a GLES3.2 enums section, and expose new MS line width params
Ilia Mirkin
2016-09-13
4
-10
/
+46
*
aubinator: Remove bogus "end" parameter in gen_disasm_disassemble()
Sirisha Gandikota
2016-09-13
3
-10
/
+12
*
aubinator: Make gen_disasm_disassemble handle split sends
Sirisha Gandikota
2016-09-13
1
-7
/
+12
*
aubinator: Simplify print_dword_val() method
Sirisha Gandikota
2016-09-13
1
-8
/
+4
*
anv/image: Set correct base_array_layer and array_len for storage images
Jason Ekstrand
2016-09-13
1
-0
/
+4
*
Revert "intel/isl: Ignore base_array_layer and array_len for 3D storage..."
Jason Ekstrand
2016-09-13
1
-6
/
+2
*
anv: Use blorp for doing MSAA resolves
Jason Ekstrand
2016-09-13
5
-881
/
+121
[prev]
[next]