mesa.git
2015-02-19 Ilia Mirkinglsl: add a lowering pass for frexp/ldexp with double...
2015-02-19 Dave Airlieglsl: lower double optional passes (v2)
2015-02-19 Dave Airlieglsl: implement double builtin functions
2015-02-19 Dave Airlieglsl/lower_instructions: add double lowering passes
2015-02-19 Dave Airlieglsl: enable/disable certain lowering passes for doubles
2015-02-19 Tapani Pälliglsl: validate output types for shader stages
2015-02-19 Dave Airlieglsl: add double support to lower_mat_op_to_vec
2015-02-19 Dave Airlieglsl: Linking support for doubles
2015-02-19 Dave Airlieglsl: Support double loop control
2015-02-19 Dave Airlieglsl: Support double inouts
2015-02-19 Dave Airlieglsl/lexer: Support double floats
2015-02-19 Dave Airlieglsl/parser: Support double floats
2015-02-19 Dave Airlieglsl/ast: Support double floats
2015-02-19 Dave Airlieglsl: Add ubo lowering support for doubles
2015-02-19 Dave Airlieglsl: Add support doubles in optimization passes
2015-02-19 Dave Airlieglsl/ir: Add builder support for functions with double...
2015-02-19 Dave Airlieglsl/ir: Add builtin constant function support for...
2015-02-19 Dave Airlieglsl/ir: Add cloning support for doubles
2015-02-19 Dave Airlieglsl/ir: Add printing support for doubles
2015-02-19 Dave Airlieglsl/ir: Add builtin function support for doubles
2015-02-19 Ilia Mirkinglsl: fix uniform linking logic in the presence of...
2015-02-19 Ilia Mirkinglsl: teach std140_base_alignment about samplers
2015-02-19 Dave Airlieglsl: Uniform linking support for doubles
2015-02-19 Dave Airlieglsl: Add double builtin type generation
2015-02-19 Dave Airlieglsl: add ARB_gpu_shader_fp64 to the glsl extensions...
2015-02-19 Dave Airliemesa: add double uniform support. (v5)
2015-02-19 Dave Airlieglsl: Add double builtin type
2015-02-19 Dave Airliemesa: add ARB_gpu_shader_fp64 extension info (v2)
2015-02-19 Dave Airlieglapi: add ARB_gpu_shader_fp64 (v2)
2015-02-19 Ilia Mirkinfreedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMO...
2015-02-19 Ilia Mirkinfreedreno/a3xx: add ARB_instanced_arrays support
2015-02-19 Ilia Mirkinfreedreno/a3xx: add support for vertexid and instanceid...
2015-02-19 Ilia Mirkinfreedreno: pass number of instances to draw
2015-02-19 Ilia Mirkinfreedreno/a3xx: add ETC2 decoding support
2015-02-19 Ilia Mirkinst/mesa: pass etc2 textures to driver if supported
2015-02-19 Ilia Mirkinllvmpipe,softpipe: only support ETC1, not the upcoming...
2015-02-19 Ilia Mirkingallium: add ETC2 format support
2015-02-19 Ilia Mirkinfreedreno/a3xx: add hardware ETC1 support
2015-02-18 Eric Anholtgallium/dri: Shut up a compiler warning.
2015-02-18 Eric Anholtnir: Recognize and reduce duplicated fsats.
2015-02-18 Eric Anholtnir: Add a flag for lowering fsat.
2015-02-18 Eric Anholtnir: Add a flag for lowering ffma.
2015-02-18 Eric Anholtnir: Add a flag for lowering fneg/ineg.
2015-02-18 Eric Anholtnir: Add a flag for lowering fsqrt(x) to frcp(frsqrt...
2015-02-18 Eric Anholtnir: Add lowering of POW instructions if the lower...
2015-02-18 Eric Anholtnir: Conditionalize the POW reconstruction on shader...
2015-02-18 Eric Anholtnir: Add an optional expression controlling nir_algebra...
2015-02-18 Eric Anholtnir: Add a nir_shader_compiler_options struct pointed...
2015-02-18 Jordan Justeni965/simd8vs: Fix SIMD8 atomics (read-only)
2015-02-18 Chia-I Wuilo: fix PCB alloc asserts on Gen7.5 GT3
2015-02-18 Chia-I Wuilo: fix compiler warnings
2015-02-18 Adam Jacksoni915: For the love of all that is holy, stop saying...
2015-02-18 Emil Velikovauxiliary/vl: honour the DRI2PROTO_CFLAGS
2015-02-18 Emil Velikovauxiliary/vl: Build vl_winsys_dri.c only when needed.
2015-02-18 Emil Velikovautomake: Use AM_DISTCHECK_CONFIGURE_FLAGS
2015-02-18 Emil Velikovglx: do not leak the dri2 extension information
2015-02-18 Michel DänzerRevert "radeon/llvm: enable unsafe math for graphics...
2015-02-18 Ilia Mirkinst/mesa: add ARB_pipeline_statistics_query support
2015-02-18 Ben Widawskyi965: implement ARB_pipeline_statistics_query
2015-02-18 Ben Widawskymesa: Add support for the ARB_pipeline_statistics_query...
2015-02-18 Jordan Justenmesa: Add _mesa_has_compute_shaders
2015-02-18 Fabian Bielermesa: Add ARB_tessellation_shader to extension table.
2015-02-18 Kenneth Graunkei965: Prefer Meta over the BLT for BlitFramebuffer.
2015-02-18 Matt Turneri965/fs: Add algebraic optimizations for MAD.
2015-02-18 Matt Turneri965/fs: Emit MAD instructions when possible.
2015-02-18 Matt Turneri965/fs: Allow immediates in MAD and LRP instructions.
2015-02-18 Matt Turneri965/fs: Add pass to combine immediates.
2015-02-18 Matt Turneri965/fs: Remove force_writemask_all assertion for execs...
2015-02-18 Matt Turneri965/cfg: Add function to generate a dot file of the...
2015-02-18 Matt Turneri965/cfg: Add function to generate a dot file of the...
2015-02-18 Matt Turneri965/cfg: Calculate the immediate dominators.
2015-02-18 Matt Turneri965/cfg: Allow cfg::dump to be called without a visitor.
2015-02-18 Matt Turneri965: Allow exec_list sentinels as arguments to insert...
2015-02-18 Alan CoopersmithMake _mesa_swizzle_and_convert argument types in .c...
2015-02-18 Alan CoopersmithUse __typeof instead of typeof with Solaris Studio...
2015-02-18 Alan CoopersmithAvoid fighting with Solaris headers over isnormal()
2015-02-18 Alan CoopersmithRemove extraneous ; after DECL_TYPE usage
2015-02-18 Alan CoopersmithBracket arguments to tr so they work with Solaris tr
2015-02-18 Kenneth Graunkeglsl: Reduce memory consumption of copy propagation...
2015-02-18 Chris Forbesi965: Add device limits for tess threads & URB entries
2015-02-18 Dave Airlier600g/sb: treat undefined values like constants
2015-02-17 Kenneth Graunkei915c: Use the actual MIN instruction.
2015-02-17 Kenneth Graunkei915g: Use the actual MIN instruction.
2015-02-17 Kenneth Graunkei965: Add a function to disassemble an instruction...
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
2015-02-17 Laura Ekstrandmain: Fixed _mesa_GetCompressedTexImage_sw to copy...
2015-02-17 Ian Romanicki965/vec4: Silence unused parameter warnings
2015-02-17 Ian Romanickmesa/main: Silence unused parameter warning
2015-02-17 Ian Romanickutil/hash: Silence comparison between signed and unsign...
2015-02-17 Ian Romanickutil/hash: Silence unused parameter warnings in tests
2015-02-17 Ian Romanickglcpp: Silence GCC warning
2015-02-17 Marek Olšákradeonsi: fix a crash if a stencil ref state is set...
2015-02-17 Marek Olšákr600g,radeonsi: implement GL_AMD_pinned_memory
2015-02-17 Marek Olšákwinsys/radeon: test the userptr ioctl to see if it...
2015-02-17 Marek Olšákwinsys/radeon: allow unaligned size for user-memory...
2015-02-17 Marek Olšákwinsys/radeon: allow mapping a user buffer
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-17 Marek Olšákmesa: implement GL_AMD_pinned_memory
2015-02-17 Christian Königwinsys/radeon: add user pointer support
2015-02-17 Marek Olšákmesa: fix AtomicBuffer typo in _mesa_DeleteBuffers
next