mesa.git
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 Ilia Mirkindocs: add ARB_draw_indirect to ES 3.1 list
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 Velikovconfigure: rework wayland_scanner handling(fix make...
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 Martin Peresdocs: update GL3.txt to state my current work on the...
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...
2015-02-11 Chia-I Wuilo: update multisample related states for Gen8
2015-02-11 Chia-I Wuilo: update WM and PS related functions for Gen8
2015-02-11 Chia-I Wuilo: update SBE related functions for Gen8
2015-02-11 Chia-I Wuilo: update SF related functions for Gen8
2015-02-11 Chia-I Wuilo: update CLIP related functions for Gen8
2015-02-11 Chia-I Wuilo: update SF_CLIP_VIEWPORT for Gen8
2015-02-11 Chia-I Wuilo: update streamout related functions for Gen8
2015-02-11 Chia-I Wuilo: update 3DSTATE_{DS,HS,GS} for Gen8
2015-02-11 Chia-I Wuilo: update 3DSTATE_CONSTANT_x for Gen8
2015-02-11 Chia-I Wuilo: update 3DSTATE_URB_x for Gen8
2015-02-11 Chia-I Wuilo: update 3DSTATE_PUSH_CONSTANT_ALLOC_x for Gen8
2015-02-11 Chia-I Wuilo: update render engine common helpers for Gen8
2015-02-11 Chia-I Wuilo: update BLT helpers for Gen8
2015-02-11 Chia-I Wuilo: update MI helpers for Gen8
2015-02-11 Chia-I Wuilo: add functions for Gen8 relocs
2015-02-11 Chia-I Wuilo: update the toy compiler for Gen8
2015-02-11 Chia-I Wuilo: update genhw headers
2015-02-11 Chia-I Wuilo: clean up ilo_gpe_init_dsa()
2015-02-11 Chia-I Wuilo: clean up ilo_gpe_init_blend()
2015-02-11 Chia-I Wuilo: clean up sample patterns
2015-02-11 Matt Turnerglsl: Optimize (f2i(trunc x)) into (f2i x).
2015-02-11 Matt Turnerglsl: Optimize round-half-up pattern.
2015-02-11 Matt Turnerglsl: Add trunc() to ir_builder.
2015-02-11 Matt Turneri965: Add LINTERP/CINTERP to can_do_cmod().
2015-02-11 Matt Turnerprogram: Remove _mesa_nop_vertex_program/_mesa_nop_frag...
2015-02-11 Matt Turnernir: Recognize open-coded fmin/fmax.
2015-02-11 Eric Anholtnir: Add algebraic opt for int comparisons with identic...
2015-02-11 Eric Anholtnir: Fix load_const comparisons for CSE.
2015-02-11 Matt Turneri965/fs: Remove conditional mod when optimizing a SEL...
2015-02-11 Jeremy Huddleston... darwin: build fix
2015-02-11 Jeremy Huddleston... darwin: build fix
2015-02-11 Matt Turnerglsl: Optimize 1/exp(x) into exp(-x).
2015-02-11 Matt Turnernir: Remove casts from void*.
2015-02-11 Matt Turnernir: Replace assert(0) with unreachable().
2015-02-11 Matt Turnernir: Remove unused has_indirect variable.
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + abs(y * z)).
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + -(y * z)).
2015-02-10 Neil Robertsi965/skl: Implement WaDisable1DDepthStencil
2015-02-10 Francisco Jerezi965/gen7-8: Implement glMemoryBarrier().
2015-02-10 Francisco Jerezi965: Generalize the update_null_renderbuffer_surface...
2015-02-10 Francisco Jerezi965: Allocate binding table space for shader images.
2015-02-10 Francisco Jerezi965: Don't tile 1D miptrees.
2015-02-10 Francisco Jerezi965/vec4: Don't set any dependency control bits for...
2015-02-10 Francisco Jerezi965: Handle negated unsigned immediate values in const...
2015-02-10 Francisco Jerezi965/vec4: Take into account non-zero reg_offset during...
2015-02-10 Francisco Jerezi965/vec4: Add register classes up to MAX_VGRF_SIZE.
2015-02-10 Francisco Jerezi965/vec4: Init mlen for several send from GRF instruct...
2015-02-10 Francisco Jerezi965/vec4: Don't infer MRF dependencies for send from...
2015-02-10 Francisco Jerezi965/vec4: Fix the scheduler to take into account reads...
2015-02-10 Francisco Jerezi965/vec4: Make vec4_visitor::implied_mrf_writes()...
2015-02-10 Francisco Jerezi965/vec4: Pass dst register to the vec4_instruction...
2015-02-10 Francisco Jerezi965/vec4: Initialize vec4_instruction::predicate and...
2015-02-10 Francisco Jerezi965/vec4: Implement equals() method for dst_reg too.
2015-02-10 Francisco Jerezi965/fs: Fix fs_inst::regs_written calculation for...
2015-02-10 Francisco Jerezi965/fs: Fix stack allocation of fs_inst and stop steal...
2015-02-10 Francisco Jerezi965/fs: Remove duplicate include of brw_shader.h
2015-02-10 Francisco Jerezi965: Move up fs_inst::flag_subreg to backend_instruction.
2015-02-10 Francisco Jerezi965: Move up fs_inst::regs_written to backend_instruction.
2015-02-10 Francisco Jerezi965/vec4: Remove dependency of vec4_instruction on...
2015-02-10 Francisco Jerezi965/fs: Remove dependency of fs_inst on the visitor...
2015-02-10 Francisco Jerezi965: Move IR object definitions to separate header...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-02-10 Francisco Jerezglsl: Forbid calling the constructor of any opaque...
next