summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-13hack: Fix candidate no 2skl_hacksTopi Pohjolainen1-1/+6
2015-10-13hack: Fix candidate no 1Topi Pohjolainen1-0/+2
2015-09-02i965: Disable fast clearsTopi Pohjolainen1-1/+1
2015-09-02i965: Disable blorpTopi Pohjolainen2-4/+4
2015-08-31nir/builder: Use nir_after_instr to advance the cursorJason Ekstrand1-2/+1
2015-08-31i965: advertise ASTC support for SkylakeNanley Chery1-0/+5
2015-08-31mesa/glformats: recognize ASTC formats as color formatsNanley Chery1-0/+28
2015-08-31mesa/texformat: use format conversion function in _mesa_choose_tex_formatNanley Chery1-81/+13
2015-08-31mesa/texcompress: correct mapping of S3TC formats in conversion functionNanley Chery1-2/+2
2015-09-01r600/sb: update last_cf for finalize if.Dave Airlie1-0/+3
2015-08-31i965/fs: Use greater-equal cmod to implement maximum.Matt Turner2-4/+6
2015-08-31i965/chv|skl: Apply sampler bypass w/aBen Widawsky2-0/+15
2015-08-31st/mesa: move to renumbering registers in a groupDave Airlie1-19/+38
2015-08-31st/mesa: reduce time spent in calculating temp read/writesDave Airlie1-74/+79
2015-08-31st/mesa: cache tgsi opcode info in the instructionDave Airlie1-23/+16
2015-08-31r600: move prim convert from geom shader to function.Dave Airlie2-25/+26
2015-08-31glsl: remove specical case subroutine type countingTimothy Arceri1-3/+2
2015-08-30r600g: Use TGSI parse results instead of manually exfiltratingEdward O'Callaghan1-1/+1
2015-08-30r600g: Set geometry properties in r600_create_shader_state()Edward O'Callaghan3-25/+23
2015-08-30r600g: Move geometry properties state from shader to selectorEdward O'Callaghan6-22/+23
2015-08-30r600g: Remove dead assigment to 'gs_input_prim' in shader stateEdward O'Callaghan2-4/+0
2015-08-29radeonsi: don't use the emit qt keyword in si_init_atomMarek Olšák1-2/+2
2015-08-29radeonsi: remove no-op 32-bit maskingMarek Olšák5-7/+7
2015-08-29gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packetsMarek Olšák1-8/+8
2015-08-29winsys/radeon: handle non-zero finite timeout when waiting for buffersMarek Olšák2-38/+41
2015-08-29freedreno/a3xx: implement half-z clippingIlia Mirkin3-2/+4
2015-08-29freedreno/a3xx: add basic clip plane supportIlia Mirkin3-1/+24
2015-08-29nvc0: change prefix of MP performance counters to HW_SMSamuel Pitoiset2-149/+149
2015-08-29nvc0: sort performance counter queries by nameSamuel Pitoiset2-142/+142
2015-08-29nvc0: make names of performance counter queries consistentSamuel Pitoiset2-56/+56
2015-08-29nvc0: use enumerations for driver queriesSamuel Pitoiset1-120/+123
2015-08-29nvc0: remove commented out code related to PCOUNTER queriesSamuel Pitoiset1-20/+0
2015-08-29r600: port si_conv_prim_to_gs_out from radeonsiDave Airlie1-15/+16
2015-08-29r600g: use PRIi64 for some compute debug printfsDave Airlie1-4/+4
2015-08-29gallium/util: fix debug_get_flags_option on 32-bitDave Airlie1-3/+4
2015-08-28glsl: provide the option of using BFE for unpack builting loweringIlia Mirkin5-14/+100
2015-08-28glsl: use bitfield_insert instead of and + shift + or for packingIlia Mirkin3-4/+30
2015-08-28i965/fs: Remove fs_visitor::try_replace_with_sel().Matt Turner3-92/+0
2015-08-28i965/fs: Replace awful variable names.Matt Turner1-40/+40
2015-08-28i965/fs: Skip blocks in register coalescing interference check.Matt Turner1-14/+20
2015-08-28i965/fs: Improve register coalescing interference check.Matt Turner1-8/+11
2015-08-28i965/fs: Use overwrites_reg() instead of dst.equals().Matt Turner1-2/+2
2015-08-28i965: Only consider fixed_hw_reg in equals() if file is HW_REG/IMM.Matt Turner2-3/+6
2015-08-28i965/fs: Do not set the size for zero-size uniformsMarta Lofstedt1-3/+4
2015-08-28mesa: return old name for deleted samplers for SAMPLER_BINDING queriesDaniel Scharrer1-10/+1
2015-08-28mesa: add missing queries for ARB_direct_state_accessDaniel Scharrer2-0/+98
2015-08-28docs: Fix a typo in GL3.txt concerning GL_KHR_context_flush_controlNeil Roberts1-1/+1
2015-08-28mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_arrayIlia Mirkin1-0/+3
2015-08-27ABI-check: Use more portable bash invocation.Vinson Lee2-2/+2
2015-08-27i965/nir: Make use of nir_opt_undefBoyan Ding1-0/+2