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
/
drivers
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: handle images in rebind_resource()
Rob Clark
2019-06-11
1
-0
/
+9
*
freedreno: allow null discard box in shadow path
Rob Clark
2019-06-11
1
-4
/
+10
*
freedreno: swap UBWC state in shadow path
Rob Clark
2019-06-11
1
-0
/
+4
*
freedreno: add modifier param to fd_try_shadow_resource()
Rob Clark
2019-06-11
1
-3
/
+5
*
freedreno: correct modifier for UBWC buffers
Rob Clark
2019-06-11
1
-0
/
+3
*
freedreno/a5xx: Fix indirect draw max_indices calculation
Eduardo Lima Mitev
2019-06-11
1
-2
/
+1
*
freedreno/a6xx: re-arrange program stageobj/group
Rob Clark
2019-06-07
4
-30
/
+58
*
freedreno/a6xx: fix hangs with newer sqe fw
Rob Clark
2019-06-07
1
-32
/
+81
*
freedreno/a6xx: WFI before RB_CCU_CNTL writes
Rob Clark
2019-06-07
2
-0
/
+4
*
freedreno/a6xx: don't pre-dispatch texture fetch on accident
Rob Clark
2019-06-07
1
-1
/
+4
*
freedreno/a6xx: fix issues with gallium HUD
Rob Clark
2019-06-07
1
-5
/
+8
*
freedreno/a6xx: Drop struct stage array
Kristian H. Kristensen
2019-06-07
1
-144
/
+80
*
freedreno/a6xx: Drop support for SS6_DIRECT shader upload
Kristian H. Kristensen
2019-06-07
1
-30
/
+3
*
freedreno/a6xx: Share shader_t_to_opcode
Kristian H. Kristensen
2019-06-07
3
-35
/
+21
*
freedreno/a6xx: Consolidate more of dword 0 building in fd6_draw_vbo
Kristian H. Kristensen
2019-06-07
1
-31
/
+24
*
freedreno: Move fd4_size2indextype() helper to freedreno_util.h
Kristian H. Kristensen
2019-06-07
2
-13
/
+13
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
1
-1
/
+1
*
freedreno/a6xx: Use VALIDREG in next_regid() helper
Kristian H. Kristensen
2019-06-05
1
-6
/
+6
*
freedreno/a6xx: Remove dead code from a5xx
Kristian H. Kristensen
2019-06-05
1
-10
/
+0
*
freedreno: Drop invalid scissor optimization.
Eric Anholt
2019-06-04
1
-7
/
+0
*
freedreno: Add printf pattern string.
Bas Nieuwenhuizen
2019-06-04
1
-1
/
+1
*
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
*
nir: remove bool lowering from lower_int_to_float
Jonathan Marek
2019-05-31
1
-0
/
+1
*
nir: add lower_bitshift option
Jonathan Marek
2019-05-31
1
-0
/
+1
*
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
*
spirv: Change spirv_to_nir() to return a nir_shader
Caio Marcelo de Oliveira Filho
2019-05-29
1
-4
/
+4
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-14
/
+11
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+1
*
freedreno/a6xx: WFI in program stateobj too
Rob Clark
2019-05-20
1
-0
/
+2
*
freedreno/a6xx: make sure binning pass constlen is large enough
Rob Clark
2019-05-20
1
-0
/
+13
*
freedreno/a6xx: limit IBO state to draw pass
Rob Clark
2019-05-20
1
-1
/
+1
*
freedreno/a6xx: don't evaluate FS tex state in binning pass
Rob Clark
2019-05-20
2
-6
/
+14
*
freedreno: Log the number of loops in the shader for shader-db.
Eric Anholt
2019-05-16
1
-2
/
+2
*
freedreno: Output the same shader-db format as v3d and intel.
Eric Anholt
2019-05-16
1
-15
/
+4
*
freedreno: Remove the ir3_tgsi_to_nir() helper function.
Eric Anholt
2019-05-16
3
-20
/
+6
*
freedreno: Fix assertion failures in context setup in shader-db mode.
Eric Anholt
2019-05-16
4
-0
/
+4
*
freedreno: Fix warning on printing a uint64_t using %llx.
Eric Anholt
2019-05-13
1
-1
/
+1
*
freedreno: Silence compiler warnings about "*" in boolean context.
Eric Anholt
2019-05-13
2
-2
/
+2
*
freedreno: Silence compiler warnings about uninit 'layers'
Eric Anholt
2019-05-13
3
-3
/
+3
*
freedreno: Make emacs indent the way robclark's eclipse does.
Eric Anholt
2019-05-13
1
-0
/
+3
*
freedreno: Make .editorconfig match .dir-locals.el.
Eric Anholt
2019-05-13
1
-0
/
+3
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-1
/
+2
*
freedreno/ir3: move const_state to ir3_shader
Rob Clark
2019-05-07
1
-8
/
+8
*
freedreno/ir3: move immediates to const_state
Rob Clark
2019-05-07
1
-2
/
+2
*
freedreno/ir3: consolidate const state
Rob Clark
2019-05-07
1
-15
/
+23
*
mesa: android: freedreno: Fix build failure due to path change
John Stultz
2019-05-06
1
-1
/
+1
*
mesa: android: freedreno: build libfreedreno_{drm,ir3} static libs
Amit Pundir
2019-05-06
1
-1
/
+1
*
freedreno: remove unused forward struct declaration
19.1-branchpoint
Rob Clark
2019-05-04
1
-2
/
+0
[next]