index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
turnip: add format_is_uint/format_is_sint
Jonathan Marek
2019-10-15
1
-0
/
+22
*
turnip: add astc format layout
Jonathan Marek
2019-10-15
1
-28
/
+28
*
turnip: fix assert failing for 0 color attachments
Jonathan Marek
2019-10-15
1
-2
/
+2
*
turnip: fix segmentation fault with compute pipeline
Jonathan Marek
2019-10-15
1
-1
/
+1
*
turnip: fix segmentation fault in events
Jonathan Marek
2019-10-15
2
-4
/
+18
*
turnip: fix 32 vertex attributes case
Jonathan Marek
2019-10-15
1
-3
/
+2
*
turnip: fix triangle strip
Jonathan Marek
2019-10-15
1
-1
/
+1
*
freedreno/regs: update a6xx 2d blit bits
Jonathan Marek
2019-10-15
1
-22
/
+30
*
radv: rename VK_KHR_shader_float16_int8 structs/constants
Samuel Pitoiset
2019-10-15
1
-3
/
+3
*
v3d: drop unused shader_rec_count member from context
Iago Toral
2019-10-15
2
-3
/
+0
*
freedreno/ir3: implement fquantize2f16
Jonathan Marek
2019-10-14
1
-0
/
+5
*
freedreno/ir3: implement texop_texture_samples
Jonathan Marek
2019-10-14
1
-5
/
+9
*
freedreno/ir3: fix GETLOD for negative LODs
Jonathan Marek
2019-10-14
1
-2
/
+2
*
freedreno/ir3: implement fdd{x,y}_coarse opcodes
Jonathan Marek
2019-10-14
1
-0
/
+2
*
freedreno/ir3: increase size of inputs/outputs arrays
Jonathan Marek
2019-10-14
1
-2
/
+2
*
freedreno/ir3: remove input ncomp field
Jonathan Marek
2019-10-14
4
-6
/
+2
*
etnaviv: fix vertex buffer state emission for single stream GPUs
Lucas Stach
2019-10-14
1
-1
/
+1
*
gallivm/draw/swr: make the gs_iface not depend on tgsi.
Dave Airlie
2019-10-15
4
-80
/
+83
*
iris: Implement the Gen < 9 tessellation quads workaround
Kenneth Graunke
2019-10-14
1
-0
/
+3
*
anv: Advertise VK_KHR_spirv_1_4
Caio Marcelo de Oliveira Filho
2019-10-14
2
-0
/
+2
*
vulkan: Update the XML and headers to 1.1.125
Caio Marcelo de Oliveira Filho
2019-10-14
2
-6
/
+17
*
android: amd/common: export amd/llvm headers
Mauro Rossi
2019-10-14
1
-0
/
+1
*
gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLE
James Xiong
2019-10-14
7
-9
/
+7
*
gallium: simplify throttle implementation
James Xiong
2019-10-14
4
-110
/
+13
*
radv: fix DCC fast clear code for intensity formats
Samuel Pitoiset
2019-10-14
3
-9
/
+31
*
gbm: use size_t for array indexes
Eric Engestrom
2019-10-13
1
-10
/
+5
*
gbm: replace NULL sentinel with explicit ARRAY_SIZE()
Eric Engestrom
2019-10-13
1
-9
/
+12
*
gbm: replace 1/0 bool with true/false
Eric Engestrom
2019-10-13
1
-8
/
+8
*
gbm: turn 0/-1 bool into true/false
Eric Engestrom
2019-10-13
1
-6
/
+7
*
radv: add exported symbols check
Eric Engestrom
2019-10-13
1
-0
/
+13
*
anv: add exported symbols check
Eric Engestrom
2019-10-13
1
-0
/
+13
*
symbols-check: ignore exported C++ symbols
Eric Engestrom
2019-10-13
1
-0
/
+4
*
panfrost: Fix support for packed 24-bit formats
Boris Brezillon
2019-10-13
1
-1
/
+1
*
glsl: fix crash compiling bindless samplers inside unnamed UBOs
Timothy Arceri
2019-10-12
1
-5
/
+5
*
glsl/builtin: Add alternate versions of atan using new ops
Neil Roberts
2019-10-12
1
-2
/
+31
*
glsl: Add opcodes for atan and atan2
Neil Roberts
2019-10-12
6
-0
/
+31
*
nir/builtin: Add extern "C" guards to nir_builtin_builder.h
Neil Roberts
2019-10-12
1
-0
/
+8
*
nir/builtin: Add #include u_math.h to the header
Neil Roberts
2019-10-12
1
-0
/
+1
*
nir/builder: Move nir_atan and nir_atan2 from SPIR-V translator
Neil Roberts
2019-10-12
3
-153
/
+156
*
egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.
Hal Gentz
2019-10-11
10
-7
/
+78
*
egl: Puts RGBA visuals in the second config selection group.
Hal Gentz
2019-10-11
1
-1
/
+9
*
egl: Fixes transparency with EGL and X11.
Hal Gentz
2019-10-11
8
-18
/
+37
*
egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext.
Hal Gentz
2019-10-11
2
-0
/
+108
*
intel/fs/gen12: Use TCS 8_PATCH mode.
Kenneth Graunke
2019-10-11
2
-6
/
+8
*
intel/fs/gen12: Implement gl_FrontFacing on gen12+.
Jason Ekstrand
2019-10-11
2
-2
/
+25
*
intel/fs/gen11+: Fix CS_OPCODE_CS_TERMINATE codegen.
Francisco Jerez
2019-10-11
2
-8
/
+11
*
intel/fs/gen12: Fix barrier codegen.
Francisco Jerez
2019-10-11
2
-2
/
+7
*
intel/eu: Don't set notify descriptor field of gateway barrier message.
Francisco Jerez
2019-10-11
1
-1
/
+0
*
intel/ir/gen12: Update assert in brw_stage_has_packed_dispatch().
Francisco Jerez
2019-10-11
1
-1
/
+1
*
intel/eu/validate/gen12: Don't blow up on indirect src0.
Jason Ekstrand
2019-10-11
1
-1
/
+2
[prev]
[next]