mesa.git
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
2015-02-17 Marek Olšákradeonsi: initialize TC_L2_dirty to false after buffer...
2015-02-17 Marek Olšákradeonsi: small fix in SPI state
2015-02-17 Marek Olšákr600g,radeonsi: use fences to implement PIPE_QUERY_GPU_...
2015-02-17 Marek Olšákr600g,radeonsi: demote TIMESTAMP_DISJOINT query to...
2015-02-17 Dave Airliest/glsl_to_tgsi: fix whitespace
2015-02-17 Ilia Mirkinglsl/tests: add IMAGE type.
2015-02-16 Chia-I Wuilo: always set up BLEND_STATE on Gen8
2015-02-16 Chia-I Wuilo: fix alpha test on Gen8
2015-02-16 Ben Widawskyi965/simd8vs: Fix SIMD8 atomics
2015-02-16 Brian Paulmesa: move assertion after declarations in texstore.c
2015-02-16 Brian Paulmesa: silence uninitialized var warning in get_tex_rgba...
2015-02-16 Neil Robertsmeta: Fix saving the results of the current occlusion...
2015-02-16 Francisco Jerezi965/vec4: Override destination register writemask...
2015-02-16 Iago Toral... i965: Fix a crash in the texture gradient lowering...
2015-02-16 Iago Toral... mesa: Fix element count for byte-swaps in texstore...
2015-02-16 Iago Toral... mesa: Handle transferOps in texstore_rgba
2015-02-15 Matt Turneri965/fs: Handle U/UW-type immediates in the generator.
2015-02-15 Matt Turneri965/fs: Handle W/UW-type immediates in dump_instructio...
2015-02-15 Matt Turneri965: Let dump_instructions() work before calculate_cfg().
2015-02-15 Matt Turneri965/fs: Call calculate_cfg() before optimize().
2015-02-15 Matt Turneri965: Optimize multiplication by -1 into a negated...
2015-02-15 Matt Turneri965: Add an is_negative_one() method.
2015-02-15 Matt Turneri965/vec4/vp: Use vec4_visitor::CMP.
2015-02-15 Chia-I Wuilo: fix some state pointer commands on Gen8
2015-02-14 Ilia Mirkinnvc0: allow holes in xfb target lists
2015-02-14 Ilia Mirkinst/mesa: treat resource-less xfb buffers as if they...
2015-02-14 Ilia Mirkinnvc0: bail out of 2d blits with non-A8_UNORM alpha...
2015-02-14 Jason Ekstrandi965/nir: Don't support gl_FrontFacing as an input...
2015-02-14 Jason Ekstrandnir: Make gl_FrontFacing a system_value
2015-02-14 Jason Ekstrandi965/nir: Add support for nir_intrinsic_load_front_face
2015-02-14 Jason Ekstrandnir/lower_phis_to_scalar: Fix some logic in is_phi_scal...
2015-02-14 Shawn Starrclover: Use Legacy PassManager for LLVM trunk (3.7)
2015-02-13 Chia-I Wuilo: fix JIP/UIP on Gen8
2015-02-13 Chia-I Wuilo: do not set GEN6_THREADCTRL_SWITCH
2015-02-13 Chia-I Wuilo: correct ISA UIP/JIP decoding for Gen8
next