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
path:
root
/
src
/
gallium
/
drivers
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a4xx: use smaller threadsize for more registers
Rob Clark
2016-01-18
1
-2
/
+5
*
freedreno: per-generation OUT_IB packet
Rob Clark
2016-01-18
9
-6
/
+43
*
freedreno/ir3: fix mad 3rd src delay calc
Rob Clark
2016-01-17
1
-1
/
+1
*
freedreno/ir3: better array register allocation
Rob Clark
2016-01-16
2
-9
/
+51
*
freedreno/ir3: array offset can be negative
Rob Clark
2016-01-16
5
-12
/
+13
*
freedreno/ir3: workaround bug/feature
Rob Clark
2016-01-16
1
-0
/
+9
*
freedreno/ir3: array rework
Rob Clark
2016-01-16
9
-363
/
+365
*
freedreno/ir3: refactor/simplify cp
Rob Clark
2016-01-16
1
-87
/
+82
*
freedreno/ir3: fix incorrect decoding of mov instructions
Rob Clark
2016-01-16
1
-1
/
+1
*
freedreno/ir3: remove unused tgsi tokens ptr
Rob Clark
2016-01-16
1
-1
/
+0
*
freedreno/ir3: bit of ra refactor
Rob Clark
2016-01-16
1
-25
/
+20
*
freedreno/ir3: cosmetic de-indent
Rob Clark
2016-01-16
1
-36
/
+34
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+1
*
freedreno: add ir3_compiler to gitignore
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+2
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+1
*
freedreno/ir3: use NIR_PASS helper macros
Rob Clark
2016-01-03
1
-19
/
+28
*
freedreno/ir3: we require block_index metadata
Rob Clark
2016-01-03
1
-0
/
+2
*
freedreno/ir3: refactor NIR IR handling
Rob Clark
2016-01-03
7
-111
/
+202
*
freedreno/ir3: drop unnecessary unreachable() case
Rob Clark
2016-01-03
1
-2
/
+0
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
2
-2
/
+4
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
2
-4
/
+2
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
5
-4
/
+8
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
2
-7
/
+7
*
freedreno/ir3: spelling..
Rob Clark
2015-12-23
1
-6
/
+6
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
1
-0
/
+8
*
freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled
Rob Herring
2015-12-18
1
-1
/
+1
*
freedreno/a4xx: fix fragcoord.z + fragdepth
Rob Clark
2015-12-15
2
-5
/
+5
*
freedreno: update generated headers
Rob Clark
2015-12-15
6
-92
/
+231
*
freedreno/ir3/cmdline: don't dump nir by default
Rob Clark
2015-12-15
1
-3
/
+1
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-32
/
+47
*
freedreno: little clean up in fd_create_surface
Serge Martin
2015-12-09
1
-15
/
+16
*
freedreno: change to goto fail
Serge Martin
2015-12-09
1
-4
/
+2
*
freedreno: fix bind_sampler_states when hwcso is NULL
Serge Martin
2015-12-09
3
-0
/
+9
*
freedreno/ir3: nir shader prints with 'disasm' debug option
Rob Clark
2015-12-05
1
-2
/
+2
*
freedreno/ir3: convert scheduler back to recursive algo
Rob Clark
2015-12-04
2
-127
/
+204
*
freedreno/ir3: don't reuse a0.x across blocks
Rob Clark
2015-12-04
1
-7
/
+14
*
freedreno/ir3: rename ir3_block::bd
Rob Clark
2015-12-04
3
-11
/
+11
*
freedreno/ir3: assign varying locations later
Rob Clark
2015-11-26
4
-29
/
+37
*
freedreno/ir3: use instr flag to mark unused instructions
Rob Clark
2015-11-26
4
-14
/
+24
*
freedreno/a4xx: rework vinterp/vpsrepl
Rob Clark
2015-11-26
1
-12
/
+36
*
freedreno/a3xx: rework vinterp/vpsrepl
Rob Clark
2015-11-26
1
-12
/
+37
*
freedreno/ir3: add support for a few gs5 ops
Ilia Mirkin
2015-11-23
1
-0
/
+27
*
freedreno/a4xx: add ARB_texture_query_lod support
Ilia Mirkin
2015-11-23
2
-6
/
+20
*
freedreno/a4xx: re-emit program on dirty framebuffer
Ilia Mirkin
2015-11-23
1
-1
/
+1
[next]