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
*
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
*
nir: add option to use scaling factor when sampling planes YUV lowering
Tapani Pälli
2019-02-12
2
-21
/
+35
*
i965: Use info->textures_used instead of prog->SamplersUsed.
Kenneth Graunke
2019-02-11
2
-7
/
+7
*
i965: Drop unnecessary 'and' with prog->SamplerUnits
Kenneth Graunke
2019-02-11
1
-1
/
+1
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
7
-11
/
+40
*
nir: Use sampler derefs in drawpixels and bitmap lowering.
Kenneth Graunke
2019-02-11
2
-13
/
+34
*
program: Make prog_to_nir create texture/sampler derefs.
Kenneth Graunke
2019-02-11
1
-5
/
+16
*
st/nir: Use sampler derefs in built-in shaders.
Kenneth Graunke
2019-02-11
2
-8
/
+24
*
st/nir: Lower sampler derefs for builtin shaders.
Kenneth Graunke
2019-02-11
1
-0
/
+2
*
st/nir: Pull sampler lowering into a helper function.
Kenneth Graunke
2019-02-11
2
-4
/
+14
*
i965: Call nir_lower_samplers for ARB programs.
Kenneth Graunke
2019-02-11
1
-0
/
+2
*
glsl: Don't look at sampler uniform storage for internal vars
Kenneth Graunke
2019-02-11
1
-3
/
+5
*
glsl: Allow gl_nir_lower_samplers*() without a gl_shader_program
Kenneth Graunke
2019-02-11
1
-3
/
+11
*
st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048
Kenneth Graunke
2019-02-11
1
-1
/
+6
*
intel/dump_gpu: Disambiguate between BOs from different GEM handle spaces.
Francisco Jerez
2019-02-11
1
-18
/
+23
*
freedreno/a6xx: Fall back to masked RGBA blits for depth/stencil
Kristian H. Kristensen
2019-02-11
1
-5
/
+44
*
freedreno/a6xx: Add format argument to fd6_tex_swiz()
Kristian H. Kristensen
2019-02-11
4
-8
/
+10
*
freedreno/a6xx: Support y-inverted blits
Kristian H. Kristensen
2019-02-11
1
-5
/
+2
*
freedreno/a6xx: Support some depth/stencil blits on blitter
Kristian H. Kristensen
2019-02-11
1
-1
/
+84
*
freedreno/a6xx: Move blit check so as to restore comment
Kristian H. Kristensen
2019-02-11
1
-4
/
+4
*
freedreno: Don't tell the blitter what it can't do
Kristian H. Kristensen
2019-02-11
1
-2
/
+4
*
freedreno: Consolidate u_blitter functions in freedreno_blitter.c
Kristian H. Kristensen
2019-02-11
5
-149
/
+153
[next]