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
*
util/tests: compile to something sensible in release builds
Eric Engestrom
2019-02-14
12
-0
/
+24
*
anv/tests: compile to something sensible in release builds
Eric Engestrom
2019-02-14
5
-0
/
+10
*
etnaviv: drop duplicate #define
Eric Engestrom
2019-02-14
1
-4
/
+0
*
st/dri: drop duplicate #define
Eric Engestrom
2019-02-14
1
-4
/
+0
*
gbm: drop duplicate #defines
Eric Engestrom
2019-02-14
1
-8
/
+0
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
95
-109
/
+103
*
drm-uapi/README: remove explicit list of driver names
Eric Engestrom
2019-02-14
1
-2
/
+2
*
radv: fix radv_fixup_vertex_input_fetches()
Samuel Pitoiset
2019-02-14
1
-1
/
+1
*
radv: reduce the number of loaded channels for vertex input fetches
Samuel Pitoiset
2019-02-14
1
-2
/
+79
*
radv: store vertex attribute formats as pipeline keys
Samuel Pitoiset
2019-02-14
3
-3
/
+21
*
radv: use MAX_{VBS,VERTEX_ATTRIBS} when defining max vertex input limits
Samuel Pitoiset
2019-02-14
1
-2
/
+2
*
ac: make use of ac_build_expand_to_vec4() in visit_image_store()
Samuel Pitoiset
2019-02-14
3
-8
/
+6
*
freedreno: Use the NIR lowering for isign.
Eric Anholt
2019-02-14
2
-14
/
+1
*
intel: Use the NIR lowering for isign.
Eric Anholt
2019-02-14
3
-31
/
+1
*
v3d: Use the NIR lowering for isign instead of rolling our own.
Eric Anholt
2019-02-14
1
-16
/
+1
*
nir: Move panfrost's isign lowering to nir_opt_algebraic.
Eric Anholt
2019-02-14
4
-1
/
+6
*
nir: turn an ssa check in nir_search into an assert
Timothy Arceri
2019-02-14
1
-2
/
+1
*
nir: turn ssa check into an assert
Timothy Arceri
2019-02-14
1
-3
/
+11
*
nir: prehash instruction in nir_instr_set_add_or_rewrite()
Timothy Arceri
2019-02-14
1
-4
/
+5
*
meson: Add dependency on genxml to anvil
Dylan Baker
2019-02-13
1
-2
/
+5
*
radv: always export gl_SampleMask when the fragment shader uses it
Samuel Pitoiset
2019-02-13
1
-4
/
+4
*
gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screen
Alok Hota
2019-02-13
1
-0
/
+3
*
.mailmap: Add a few more alises for myself
Kristian H. Kristensen
2019-02-13
1
-0
/
+3
*
radv/winsys: fix BO list creation when RADV_DEBUG=allbos is set
Samuel Pitoiset
2019-02-13
1
-0
/
+1
*
freedreno/a6xx: Fix point coord
Kristian H. Kristensen
2019-02-13
3
-8
/
+4
*
freedreno/a6xx: Front facing needs UNK3 bit
Kristian H. Kristensen
2019-02-13
1
-2
/
+5
*
freedreno/a6xx: Update headers
Kristian H. Kristensen
2019-02-13
10
-83
/
+266
*
freedreno/a6xx: Clean up mixed use of swap and swizzle for texture state
Kristian H. Kristensen
2019-02-13
2
-39
/
+28
*
freedreno/a6xx: small compiler warning fix
Rob Clark
2019-02-13
1
-0
/
+2
*
get-pick-list: Add --pretty=medium to the arguments for Cc patches
Dylan Baker
2019-02-13
1
-2
/
+2
*
gitlab-ci: limit ninja to 4 threads max
Eric Engestrom
2019-02-13
1
-1
/
+1
*
mapi: work around GCC LTO dropping assembly-defined functions
Konstantin Kharlamov
2019-02-13
5
-0
/
+8
*
nir: fix example in opt_peel_loop_initial_if description
Caio Marcelo de Oliveira Filho
2019-02-12
1
-3
/
+3
*
nir/opt_if: don't mark progress if nothing changes
Karol Herbst
2019-02-13
1
-0
/
+7
*
radeonsi: Fix guardband computation for large render targets
Oscar Blumberg
2019-02-12
1
-2
/
+28
*
egl: fix KHR_partial_update without EXT_buffer_age
Chia-I Wu
2019-02-12
1
-1
/
+6
*
mesa: Advertise EXT_float_blend in ES 3.0+ contexts.
Kenneth Graunke
2019-02-12
1
-0
/
+1
*
gallium/swr: Param defaults for unhandled PIPE_CAPs
Alok Hota
2019-02-12
1
-4
/
+3
*
anv/cmd_buffer: check for NULL framebuffer
Juan A. Suarez Romero
2019-02-12
1
-5
/
+29
*
radeonsi: use MEM instead of MEM_GRBM in COPY_DATA.DST_SEL
Marek Olšák
2019-02-12
1
-3
/
+3
*
radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUG
Marek Olšák
2019-02-12
1
-1
/
+3
*
radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8
Samuel Pitoiset
2019-02-12
3
-3
/
+10
*
radv: add support for push constants inlining when possible
Samuel Pitoiset
2019-02-12
5
-28
/
+152
*
radv: keep track of the number of remaining user SGPRs
Samuel Pitoiset
2019-02-12
1
-0
/
+4
*
radv: gather if shaders load dynamic offsets separately
Samuel Pitoiset
2019-02-12
2
-0
/
+2
*
radv: gather more info about push constants
Samuel Pitoiset
2019-02-12
4
-1
/
+44
*
radv: fix compiler issues with GCC 9
Samuel Pitoiset
2019-02-12
1
-42
/
+48
*
i965: add P0x formats and propagate required scaling factors
Tapani Pälli
2019-02-12
3
-0
/
+17
*
intel/compiler: add scale_factors to sampler_prog_key_data
Tapani Pälli
2019-02-12
3
-0
/
+8
*
dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formats
Tapani Pälli
2019-02-12
2
-0
/
+21
[next]