Avoid fighting with Solaris headers over isnormal()
[mesa.git] / src /
2015-02-18 Alan CoopersmithAvoid fighting with Solaris headers over isnormal()
2015-02-18 Alan CoopersmithRemove extraneous ; after DECL_TYPE usage
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 Quirogai965: Fix a crash in the texture gradient lowering...
2015-02-16 Iago Toral Quirogamesa: Fix element count for byte-swaps in texstore...
2015-02-16 Iago Toral Quirogamesa: 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
2015-02-13 Chia-I Wuilo: prepare for 64-bit immediates decoding
2015-02-13 Chia-I Wuilo: cleanup ISA DW1 decoding
2015-02-13 Chia-I Wuilo: cleanup ISA DW0 decoding
2015-02-13 Chia-I Wuilo: update some outdated gen checks
2015-02-13 Chia-I Wuilo: fix rectlist length on Gen8
2015-02-13 Chia-I Wuilo: fix 3DSTATE_VF_TOPOLOGY
2015-02-13 Jose Fonsecaos,llvmpipe: Set rasterizer thread names on Linux.
2015-02-13 Jose Fonsecauti/u_atomic: Don't test p_atomic_add with booleans.
2015-02-13 Tapani Pällimesa: fix OES_texture_float texture render target behavior
2015-02-13 Eric Anholtvc4: Make SF be a flag on the QIR instructions.
2015-02-13 Eric Anholtr200: Drop unused variable.
2015-02-13 Eric Anholti965: Quiet another compiler warning about uninitialize...
2015-02-13 Eric Anholti965: Move some asserts to unreachable.
2015-02-13 Eric Anholti965: Shut up a compiler warning about uninitialized...
2015-02-12 Carl WorthRevert use of Mesa IR optimizer for ARB_fragment_programs
2015-02-12 Jose Fonsecautil/u_atomic: Use lower-case variables in _Interlocked...
2015-02-12 Jose Fonsecautil/u_atomic: Add _InterlockedExchangeAdd8/16 for...
2015-02-12 Jose Fonsecautil/u_atomic: Test p_atomic_add() for 8bit integers.
2015-02-12 Axel Davyegl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRM
2015-02-12 Emil Velikovauxiliary/vl: bring back the VL code for the dri targets
2015-02-12 Emil Velikovnir: add missing header to the sources list
2015-02-12 Emil Velikovnir: resolve nir.h dependency list (fix make distcheck)
2015-02-12 Ben Widawskyi965/vs/skl: Use vec4 datatypes for message header
2015-02-12 Chia-I Wuilo: update screen init for Gen8
2015-02-11 Chia-I Wuilo: update outdated render command emissions for Gen8
2015-02-11 Chia-I Wuilo: update rectlist command emission for Gen8
2015-02-11 Chia-I Wuilo: update draw command emission for Gen8
2015-02-11 Chia-I Wuilo: update surface state emission for Gen8
2015-02-11 Chia-I Wuilo: update dynamic state emission for Gen8
2015-02-11 Chia-I Wuilo: update outdated gen assertions for Gen8
2015-02-11 Chia-I Wuilo: add new WM related helpers for Gen8
2015-02-11 Chia-I Wuilo: update VS related functions for Gen8
2015-02-11 Chia-I Wuilo: update VF related functions for Gen8
2015-02-11 Chia-I Wuilo: update SAMPLER_STATE for Gen8
2015-02-11 Chia-I Wuilo: update SAMPLER_BORDER_COLOR_STATE for Gen8
2015-02-11 Chia-I Wuilo: update depth clear value for Gen8
2015-02-11 Chia-I Wuilo: update ilo_zs_surface for Gen8
2015-02-11 Chia-I Wuilo: update ilo_view_surface for Gen8
2015-02-11 Chia-I Wuilo: update texture layout for Gen8
2015-02-11 Chia-I Wuilo: update ilo_blend_state and related functions for...
2015-02-11 Chia-I Wuilo: update ilo_dsa_state and related functions for...
next