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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add a flag for lowering fsat.
Eric Anholt
2015-02-18
2
-1
/
+3
*
nir: Add a flag for lowering ffma.
Eric Anholt
2015-02-18
2
-1
/
+3
*
nir: Add a flag for lowering fneg/ineg.
Eric Anholt
2015-02-18
2
-0
/
+12
*
nir: Add a flag for lowering fsqrt(x) to frcp(frsqrt(x)).
Eric Anholt
2015-02-18
2
-1
/
+3
*
nir: Add lowering of POW instructions if the lower flag is set.
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Conditionalize the POW reconstruction on shader compiler options.
Eric Anholt
2015-02-18
3
-2
/
+6
*
nir: Add an optional expression controlling nir_algebraic xforms.
Eric Anholt
2015-02-18
1
-7
/
+32
*
nir: Add a nir_shader_compiler_options struct pointed to by the shaders.
Eric Anholt
2015-02-18
4
-4
/
+40
*
i965/simd8vs: Fix SIMD8 atomics (read-only)
Jordan Justen
2015-02-18
1
-8
/
+16
*
ilo: fix PCB alloc asserts on Gen7.5 GT3
Chia-I Wu
2015-02-18
1
-1
/
+5
*
ilo: fix compiler warnings
Chia-I Wu
2015-02-18
3
-8
/
+12
*
i915: For the love of all that is holy, stop saying "IGD"
Adam Jackson
2015-02-18
2
-9
/
+9
*
auxiliary/vl: honour the DRI2PROTO_CFLAGS
Emil Velikov
2015-02-18
1
-0
/
+1
*
auxiliary/vl: Build vl_winsys_dri.c only when needed.
Emil Velikov
2015-02-18
2
-1
/
+13
*
automake: Use AM_DISTCHECK_CONFIGURE_FLAGS
Emil Velikov
2015-02-18
1
-1
/
+1
*
glx: do not leak the dri2 extension information
Emil Velikov
2015-02-18
1
-1
/
+2
*
Revert "radeon/llvm: enable unsafe math for graphics shaders"
Michel Dänzer
2015-02-18
1
-4
/
+0
*
st/mesa: add ARB_pipeline_statistics_query support
Ilia Mirkin
2015-02-18
3
-5
/
+56
*
i965: implement ARB_pipeline_statistics_query
Ben Widawsky
2015-02-17
4
-0
/
+107
*
mesa: Add support for the ARB_pipeline_statistics_query extension
Ben Widawsky
2015-02-17
7
-0
/
+136
*
mesa: Add _mesa_has_compute_shaders
Jordan Justen
2015-02-17
1
-0
/
+11
*
mesa: Add ARB_tessellation_shader to extension table.
Fabian Bieler
2015-02-17
2
-0
/
+2
*
i965: Prefer Meta over the BLT for BlitFramebuffer.
Kenneth Graunke
2015-02-17
1
-7
/
+7
*
i965/fs: Add algebraic optimizations for MAD.
Matt Turner
2015-02-17
1
-0
/
+43
*
i965/fs: Emit MAD instructions when possible.
Matt Turner
2015-02-17
2
-8
/
+8
*
i965/fs: Allow immediates in MAD and LRP instructions.
Matt Turner
2015-02-17
2
-3
/
+33
*
i965/fs: Add pass to combine immediates.
Matt Turner
2015-02-17
4
-0
/
+287
*
i965/fs: Remove force_writemask_all assertion for execsize < 8.
Matt Turner
2015-02-17
1
-1
/
+0
*
i965/cfg: Add function to generate a dot file of the dominator tree.
Matt Turner
2015-02-17
2
-0
/
+11
*
i965/cfg: Add function to generate a dot file of the CFG.
Matt Turner
2015-02-17
2
-0
/
+15
*
i965/cfg: Calculate the immediate dominators.
Matt Turner
2015-02-17
2
-4
/
+76
*
i965/cfg: Allow cfg::dump to be called without a visitor.
Matt Turner
2015-02-17
1
-1
/
+2
*
i965: Allow exec_list sentinels as arguments to insert functions.
Matt Turner
2015-02-17
1
-2
/
+4
*
Make _mesa_swizzle_and_convert argument types in .c match those in .h
Alan Coopersmith
2015-02-17
1
-2
/
+2
*
Use __typeof instead of typeof with Solaris Studio compilers
Alan Coopersmith
2015-02-17
1
-3
/
+3
*
Avoid fighting with Solaris headers over isnormal()
Alan Coopersmith
2015-02-17
1
-1
/
+1
*
Remove extraneous ; after DECL_TYPE usage
Alan Coopersmith
2015-02-17
1
-33
/
+33
*
Bracket arguments to tr so they work with Solaris tr
Alan Coopersmith
2015-02-17
1
-1
/
+1
*
glsl: Reduce memory consumption of copy propagation passes.
Kenneth Graunke
2015-02-17
2
-6
/
+25
*
i965: Add device limits for tess threads & URB entries
Chris Forbes
2015-02-17
4
-0
/
+48
*
r600g/sb: treat undefined values like constants
Dave Airlie
2015-02-18
1
-2
/
+2
*
i915c: Use the actual MIN instruction.
Kenneth Graunke
2015-02-17
1
-15
/
+1
*
i915g: Use the actual MIN instruction.
Kenneth Graunke
2015-02-17
1
-15
/
+1
*
i965: Add a function to disassemble an instruction from the 4 dwords.
Kenneth Graunke
2015-02-17
1
-0
/
+12
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
11
-84
/
+20
*
main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.
Laura Ekstrand
2015-02-17
1
-2
/
+2
*
i965/vec4: Silence unused parameter warnings
Ian Romanick
2015-02-17
3
-7
/
+5
*
mesa/main: Silence unused parameter warning
Ian Romanick
2015-02-17
3
-12
/
+0
*
util/hash: Silence comparison between signed and unsigned integer warnings in...
Ian Romanick
2015-02-17
3
-3
/
+3
*
util/hash: Silence unused parameter warnings in tests
Ian Romanick
2015-02-17
9
-0
/
+28
[next]