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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a3xx: don't decode srgb on mem2gmem
Ilia Mirkin
2015-04-05
1
-6
/
+12
*
freedreno/a3xx: pass sprite coord mode through to program emit
Ilia Mirkin
2015-04-05
3
-1
/
+4
*
freedreno/a3xx: add UBO support
Ilia Mirkin
2015-04-05
6
-38
/
+132
*
freedreno/ir3: insert nop between sfu/mem operations
Ilia Mirkin
2015-04-05
1
-1
/
+6
*
freedreno: dirty context when reallocating a bound bo
Ilia Mirkin
2015-04-05
1
-0
/
+40
*
freedreno: keep track of buffer valid ranges
Ilia Mirkin
2015-04-05
2
-0
/
+27
*
freedreno: mark resources as being read so that writes flush the queue
Ilia Mirkin
2015-04-05
5
-1
/
+59
*
freedreno: don't bother setting resource timestamps
Ilia Mirkin
2015-04-05
1
-9
/
+0
*
freedreno: add a reading flag to indicate gpu is reading rsc
Ilia Mirkin
2015-04-05
2
-2
/
+3
*
freedreno: fix resource flushing confusion
Ilia Mirkin
2015-04-05
1
-14
/
+10
*
freedreno: remove tex_resource
Ilia Mirkin
2015-04-05
9
-11
/
+3
*
freedreno/ir3: handle FRAG IN's without interpolation specified
Rob Clark
2015-04-05
1
-7
/
+15
*
freedreno/ir3/cmdline: add @const headers for immediates
Rob Clark
2015-04-05
1
-0
/
+9
*
freedreno/ir3/cmdline: remove hack for old compiler
Rob Clark
2015-04-05
1
-23
/
+0
*
freedreno/ir3: handle const/immed/abs/neg in cp
Rob Clark
2015-04-05
3
-31
/
+314
*
freedreno/ir3: split float/int abs/neg
Rob Clark
2015-04-05
5
-64
/
+213
*
freedreno/ir3: add ir3 builder helpers
Rob Clark
2015-04-05
3
-4
/
+162
*
freedreno/ir3: fix sam argument order comment
Rob Clark
2015-04-05
1
-1
/
+1
*
xa: support for drivers which use NIR
Rob Clark
2015-04-05
3
-0
/
+18
*
build: add libnir.la
Rob Clark
2015-04-05
1
-1
/
+7
*
gallium/ttn: MOD is an integer instruction
Rob Clark
2015-04-05
1
-1
/
+1
*
gallium/ttn: add UMAD
Rob Clark
2015-04-05
1
-1
/
+11
*
nir: add lowering for idiv/udiv/umod
Rob Clark
2015-04-05
3
-0
/
+159
*
nir: fix typo for f2b/i2b/b2i expressions (v2)
Rob Clark
2015-04-05
1
-3
/
+3
*
nir: add option to lower slt/sge/seq/sne
Rob Clark
2015-04-05
2
-0
/
+7
*
mesa: Remove unused variables left over from 107ae27e57d.
Mathias Froehlich
2015-04-05
1
-4
/
+0
*
i965: Implement support for ARB_clip_control.
Mathias Fröhlich
2015-04-05
9
-15
/
+19
*
mesa: Remove the _WindowMap from gl_viewport_attrib.
Mathias Froehlich
2015-04-05
5
-81
/
+4
*
tnl: Maintain the _WindowMap matrix in TNLcontext v2.
Mathias Froehlich
2015-04-05
4
-9
/
+22
*
radeon: Make use of _mesa_get_viewport_xform v2.
Mathias Froehlich
2015-04-05
2
-16
/
+18
*
i965: Make use of _mesa_get_viewport_xform.
Mathias Froehlich
2015-04-05
4
-32
/
+36
*
nv50: allocate more offset space for occlusion queries
Ilia Mirkin
2015-04-04
1
-5
/
+5
*
nir/lower_samplers: Use the right memory context for realloc'ing tex sources
Jason Ekstrand
2015-04-03
1
-1
/
+1
*
i965: Use brw_nir_cubemap_normalize for NIR shaders
Jason Ekstrand
2015-04-03
2
-1
/
+5
*
nir: Add a cubemap normalizing pass
Jason Ekstrand
2015-04-03
3
-0
/
+113
*
i965: Check the INTEL_USE_NIR environment variable once at context creation
Jason Ekstrand
2015-04-03
3
-4
/
+14
*
nir/from_ssa: Don't set reg->parent_instr for ssa_undef instructions
Jason Ekstrand
2015-04-03
1
-4
/
+5
*
nir: Add a src_get_parent_instr function
Jason Ekstrand
2015-04-03
2
-14
/
+12
*
i965: Use the tex projector lowering pass instead of hand-rolling it.
Eric Anholt
2015-04-03
1
-10
/
+4
*
nir: Add a lowering pass for texture projectors.
Eric Anholt
2015-04-03
3
-0
/
+144
*
nir: Add an interface to turn a nir_src into a nir_ssa_def.
Eric Anholt
2015-04-03
1
-0
/
+19
*
nir: Add an interface for the builder to insert instructions before.
Eric Anholt
2015-04-03
1
-4
/
+23
*
i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)
Carl Worth
2015-04-02
9
-32
/
+51
*
i965: Split out per-stage dirty-bit checking into separate functions
Carl Worth
2015-04-02
4
-35
/
+59
*
i965: Split out brw_<stage>_populate_key into their own functions
Carl Worth
2015-04-02
3
-40
/
+64
*
nv50/ir: avoid folding immediates into imad operations
Ilia Mirkin
2015-04-02
1
-1
/
+2
*
nv50/ir: fix imad emission when dst == src2
Ilia Mirkin
2015-04-02
1
-1
/
+1
*
nir: Allocate nir_tex_instr::sources out of the instruction itself.
Kenneth Graunke
2015-04-02
1
-1
/
+1
*
nir: Allocate predecessor and dominance frontier sets from block itself.
Kenneth Graunke
2015-04-02
1
-2
/
+2
*
nir: Allocate register fields out of the register itself.
Kenneth Graunke
2015-04-02
1
-3
/
+3
[next]