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
*
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
11
-16
/
+21
*
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
*
gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99
Jose Fonseca
2015-04-03
1
-1
/
+6
*
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
*
nir: Make nir_create_function() strdup the function name.
Kenneth Graunke
2015-04-02
1
-1
/
+1
*
nir: Free dead variables when removing them.
Kenneth Graunke
2015-04-02
1
-1
/
+3
*
nir: Combine remove_dead_local_vars() and remove_dead_global_vars().
Kenneth Graunke
2015-04-02
1
-14
/
+4
*
ralloc: Implement a new ralloc_adopt() API.
Kenneth Graunke
2015-04-02
2
-0
/
+33
*
nir/opt_peephole_ffma: Fix a couple typos in a comment
Jason Ekstrand
2015-04-02
1
-2
/
+2
*
mesa: add ARB_depth_buffer_float to ES3.0 required extension list
Ilia Mirkin
2015-04-02
1
-0
/
+1
*
vc4: Add support for nir_iabs.
Eric Anholt
2015-04-02
1
-0
/
+5
*
i965/generator: Get rid of the ! in the unreachable statement
Jason Ekstrand
2015-04-02
1
-1
/
+1
*
nir/print: Correctly print swizzles for explicitly sized alu sources
Jason Ekstrand
2015-04-02
1
-12
/
+12
*
freedreno/a3xx: add MRT support
Ilia Mirkin
2015-04-02
9
-139
/
+221
*
freedreno: convert blit program to array for each number of rts
Ilia Mirkin
2015-04-02
12
-21
/
+45
*
freedreno: add support for laying out MRTs in gmem
Ilia Mirkin
2015-04-02
2
-16
/
+43
*
freedreno: add core infrastructure support for MRTs
Ilia Mirkin
2015-04-02
4
-8
/
+14
*
freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBUFS property
Ilia Mirkin
2015-04-02
2
-1
/
+10
*
freedreno/a3xx: add independent blend function support
Ilia Mirkin
2015-04-02
2
-8
/
+9
*
freedreno: remove alpha key from ir3_shader
Ilia Mirkin
2015-04-02
9
-42
/
+8
*
i915g: Implement EGL_EXT_image_dma_buf_import
Stéphane Marchesin
2015-04-01
5
-7
/
+38
*
i965/fs: Relax type check in cmod propagation.
Matt Turner
2015-04-01
1
-1
/
+3
*
nir: Remove useless ftrunc inside f2i/f2u.
Matt Turner
2015-04-01
1
-0
/
+4
*
nir: Recognize (a < b || a < c) as a < max(b, c).
Matt Turner
2015-04-01
1
-0
/
+2
*
nir: Add addition/multiplication identities of exp/log.
Matt Turner
2015-04-01
1
-0
/
+6
*
nir: Add identities for the log function.
Matt Turner
2015-04-01
1
-0
/
+8
*
nir: Add identities for the exponential function.
Matt Turner
2015-04-01
1
-0
/
+6
[next]