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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
panfrost/midgard: Extend RA to non-vec4 sources
Alyssa Rosenzweig
2019-06-04
1
-77
/
+278
*
panfrost/midgard: Set masks on ld_vary
Alyssa Rosenzweig
2019-06-04
1
-1
/
+3
*
panfrost/midgard: Fix liveness analysis bugs
Alyssa Rosenzweig
2019-06-04
1
-2
/
+8
*
panfrost/midgard: Set int outmod for "pasted" code
Alyssa Rosenzweig
2019-06-04
1
-0
/
+4
*
panfrost/midgard: Hoist some utility functions
Alyssa Rosenzweig
2019-06-04
3
-64
/
+71
*
panfrost/midgard: Remove pinning
Alyssa Rosenzweig
2019-06-04
2
-27
/
+2
*
vl: Enable DRM by default.
Bas Nieuwenhuizen
2019-06-04
2
-2
/
+2
*
radeonsi/nir: Fix type in bindless address computation
Connor Abbott
2019-06-04
1
-2
/
+2
*
etnaviv: implement set_active_query_state(..) for hw queries
Christian Gmeiner
2019-06-04
1
-1
/
+10
*
iris: Fix SO stride units for DrawTransformFeedback
Kenneth Graunke
2019-06-03
2
-2
/
+2
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
10
-11
/
+7
*
amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0
Nicolai Hähnle
2019-06-03
1
-5
/
+5
*
amd/common: unify PITCH_GFX6 and PITCH_GFX9
Nicolai Hähnle
2019-06-03
2
-7
/
+7
*
amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
Nicolai Hähnle
2019-06-03
2
-8
/
+8
*
iris: Always reserve binding table space for NIR constants
Caio Marcelo de Oliveira Filho
2019-06-03
2
-9
/
+14
*
iris: Print binding tables when INTEL_DEBUG=bt
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+53
*
iris: Compact binding tables
Caio Marcelo de Oliveira Filho
2019-06-03
3
-76
/
+234
*
iris: Create an enum for the surface groups
Caio Marcelo de Oliveira Filho
2019-06-03
3
-35
/
+45
*
iris: Handle binding table in the driver
Caio Marcelo de Oliveira Filho
2019-06-03
6
-121
/
+232
*
iris: Pull brw_nir_analyze_ubo_ranges() call out setup_uniforms
Caio Marcelo de Oliveira Filho
2019-06-03
1
-3
/
+10
*
freedreno/ir3: fix counting and printing for half registers.
Hyunjun Ko
2019-06-03
2
-2
/
+2
*
freedreno/ir3: Use output type size to set OUTPUT_REG_HALF_PRECISION
Neil Roberts
2019-06-03
2
-6
/
+2
*
radeonsi: init sctx->dma_copy before using it
Pierre-Eric Pelloux-Prayer
2019-06-03
1
-3
/
+3
*
d3dadapter9: Revert to old throttling limit value
Axel Davy
2019-06-03
1
-2
/
+4
*
ac: use amdgpu-flat-work-group-size
Marek Olšák
2019-06-03
1
-5
/
+2
*
u_blitter: don't fail mipmap generation for depth formats containing stencil
Marek Olšák
2019-06-03
1
-1
/
+2
*
etnaviv: drop a bunch of duplicated gallium PIPE_CAP default code
Christian Gmeiner
2019-06-03
1
-157
/
+0
*
nir: copy intrinsic type when lowering load input/uniform and store output
Jonathan Marek
2019-06-03
1
-0
/
+1
*
iris: Drop unused locals from iris_clear.c to avoid warning
Caio Marcelo de Oliveira Filho
2019-05-31
1
-3
/
+0
*
nir: remove bool lowering from lower_int_to_float
Jonathan Marek
2019-05-31
2
-0
/
+3
*
nir: add lower_bitshift option
Jonathan Marek
2019-05-31
2
-0
/
+2
*
freedreno/a6xx: add 'type' to shader state key
Rob Clark
2019-05-31
2
-0
/
+2
*
freedreno/a6xx: fix GPU crash on small render targets
Rob Clark
2019-05-31
1
-0
/
+7
*
panfrost: Remove link stage for jobs
Tomeu Vizoso
2019-05-31
2
-68
/
+54
*
panfrost: ci: Switch to kernel 5.2-rc2
Tomeu Vizoso
2019-05-31
1
-4
/
+3
*
panfrost: ci: Update expectations
Tomeu Vizoso
2019-05-31
1
-8
/
+3
*
radeonsi/nir: Remove hack for builtins
Connor Abbott
2019-05-31
1
-11
/
+2
*
radeonsi/nir: Use correct location for uniform access bound
Connor Abbott
2019-05-31
1
-1
/
+1
*
radeonsi/nir: Correctly handle double TCS/TES varyings
Connor Abbott
2019-05-31
1
-4
/
+28
*
etnaviv: blt: s/TRUE/true && s/FALSE/false
Christian Gmeiner
2019-05-31
1
-6
/
+6
*
etnaviv: rs: s/TRUE/true && s/FALSE/false
Christian Gmeiner
2019-05-31
1
-8
/
+8
*
swr/rast: Enable ARB_GL_texture_buffer_range
Jan Zielinski
2019-05-30
1
-1
/
+1
*
swr/rast: fix 32-bit compilation on Linux
Jan Zielinski
2019-05-30
1
-65
/
+0
*
iris: Avoid holding the lock while allocating pages.
Kenneth Graunke
2019-05-30
1
-5
/
+5
*
iris: Move SET_DOMAIN to alloc_fresh_bo()
Kenneth Graunke
2019-05-30
1
-17
/
+15
*
iris: Be lazy about cleaning up purged BOs in the cache.
Kenneth Graunke
2019-05-29
1
-17
/
+1
*
iris: Dig through the cache to find a BO in the right memzone
Kenneth Graunke
2019-05-29
1
-7
/
+17
*
iris: Tidy BO sizing code and comments
Kenneth Graunke
2019-05-29
1
-12
/
+5
*
iris: Move some field setting after we drop the lock.
Kenneth Graunke
2019-05-29
1
-13
/
+13
*
iris: Move cached BO allocation into a helper function.
Kenneth Graunke
2019-05-29
1
-44
/
+64
[prev]
[next]