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
*
mesa: add cull_face() helper
Samuel Pitoiset
2017-06-28
2
-14
/
+21
*
mesa: add KHR_no_error support for glCreateShader() and glCreateShaderObjectA...
Samuel Pitoiset
2017-06-28
3
-2
/
+24
*
mesa: rename create_shader() to create_shader_err()
Samuel Pitoiset
2017-06-28
1
-10
/
+19
*
mesa: pass the 'caller' function to create_shader()
Samuel Pitoiset
2017-06-28
1
-6
/
+6
*
mesa: add KHR_no_error support for glAttachShader() and glAttachObjectARB()
Samuel Pitoiset
2017-06-28
3
-3
/
+23
*
mesa: rename attach_shader() to attach_shader_err()
Samuel Pitoiset
2017-06-28
1
-17
/
+36
*
mesa: pass the 'caller' function to attach_shader()
Samuel Pitoiset
2017-06-28
1
-9
/
+10
*
mapi: Enable assembly language API acceleration for PPC64LE (V2)
Ben Crocker
2017-06-28
5
-2
/
+386
*
i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()
Chad Versace
2017-06-27
1
-2
/
+16
*
mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]
Chad Versace
2017-06-27
6
-0
/
+128
*
radeonsi: move instance divisors into a constant buffer
Marek Olšák
2017-06-27
7
-28
/
+93
*
radeonsi: check nr_cbufs in other places before flushing CB
Marek Olšák
2017-06-27
1
-2
/
+4
*
radeonsi: use #pragma pack to pack si_shader_key
Marek Olšák
2017-06-27
1
-0
/
+8
*
Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"
Marek Olšák
2017-06-27
3
-10
/
+6
*
Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...
Marek Olšák
2017-06-27
3
-14
/
+5
*
mesa: optimize GL_PRIMITIVE_RESTART_NV more
Marek Olšák
2017-06-27
1
-10
/
+9
*
mesa: fix clip plane enable breakage
Marek Olšák
2017-06-27
1
-1
/
+6
*
radeon/vcn: enable h264 decode entension support
Leo Liu
2017-06-27
2
-0
/
+3
*
svga: clean up format_cap_table
Charmaine Lee
2017-06-27
1
-403
/
+92
*
svga: fix the default devcap for SVGA3D_Z_D24S8_INT
Charmaine Lee
2017-06-27
1
-4
/
+1
*
svga: create buffer surfaces for incompatible bind flags
Charmaine Lee
2017-06-27
4
-27
/
+217
*
svga: do not unconditionally enable streamout bind flag
Charmaine Lee
2017-06-27
4
-11
/
+78
*
svga: pass tobind_flags to svga_buffer_handle
Charmaine Lee
2017-06-27
8
-15
/
+26
*
svga: pass bind_flags to surface create functions
Charmaine Lee
2017-06-27
3
-26
/
+34
*
pipe_loader_sw: fix compilation warning
Brian Paul
2017-06-27
1
-1
/
+2
*
mesa: add missing include
Eric Engestrom
2017-06-27
1
-0
/
+1
*
i965: perf: add support for Geminilake
Lionel Landwerlin
2017-06-27
4
-1
/
+9131
*
i965: perf: add support for Kabylake
Lionel Landwerlin
2017-06-27
5
-1
/
+20970
*
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
2017-06-27
1
-2
/
+2
*
i965: perf: ensure isolated timer reports while idle don't confuse filtering
Robert Bragg
2017-06-27
1
-1
/
+17
*
i965: perf: keep on reading reports until delimiting timestamp
Lionel Landwerlin
2017-06-27
1
-20
/
+113
*
i965: Add Gen8+ INTEL_performance_query support
Robert Bragg
2017-06-27
3
-33
/
+288
*
i965: Add XML OA metric sets for Gen8+
Robert Bragg
2017-06-27
9
-14
/
+65809
*
i965: Add Gen8+ sys_vars for generated OA code
Robert Bragg
2017-06-27
1
-0
/
+3
*
anv/i965: drop libdrm_intel dependency completely
Lionel Landwerlin
2017-06-27
11
-4
/
+3566
*
i915: use different CFLAGS/LIBS variables than i965/anv
Lionel Landwerlin
2017-06-27
5
-7
/
+7
*
aubinator: import intel_aub.h from libdrm
Lionel Landwerlin
2017-06-27
1
-0
/
+153
*
i965: perf: minimize the chances to spread queries across batchbuffers
Lionel Landwerlin
2017-06-27
1
-0
/
+8
*
nir: implement GLSL.std.450 NMax, NMIn and NClamp operations
Juan A. Suarez Romero
2017-06-27
1
-0
/
+3
*
nir: add support for 64-bit in SmoothStep function
Juan A. Suarez Romero
2017-06-27
1
-3
/
+5
*
nir: sge operation is defined for floating-point types
Juan A. Suarez Romero
2017-06-27
1
-1
/
+1
*
i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode()
Topi Pohjolainen
2017-06-27
1
-3
/
+3
*
intel/anv: Add missing break in anv_CreateDevice()
Topi Pohjolainen
2017-06-27
1
-0
/
+1
*
ac/nir: convert emit helpers to ac_llvm_context
Nicolai Hähnle
2017-06-27
1
-117
/
+118
*
ac/nir: remove unused nir_to_llvm_context::has_ddxy
Nicolai Hähnle
2017-06-27
1
-2
/
+0
*
ac/nir: implement nir_op_f2b
Nicolai Hähnle
2017-06-27
1
-0
/
+12
*
ac/nir: implement nir_op_{b2i,i2b}
Nicolai Hähnle
2017-06-27
1
-0
/
+20
*
ac/nir: convert type helpers to ac_llvm_context
Nicolai Hähnle
2017-06-27
1
-95
/
+95
*
ac/llvm: fix type of second llvm.cttz.* parameter
Nicolai Hähnle
2017-06-27
1
-1
/
+1
*
ac/shader_info: fix a comment
Nicolai Hähnle
2017-06-27
1
-2
/
+6
[next]