summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-24i965: Use the nir_move_comparisons pass.wip/boolKenneth Graunke1-0/+1
2016-10-24i965: Move nir_lower_locals_to_regs a bit later.Kenneth Graunke1-2/+2
2016-10-24nir: Introduce a nir_opt_move_comparisons() pass.Kenneth Graunke3-0/+176
2016-10-24nir: Turn bcsel of +/- 1.0 and 0.0 into b2f sequences.Kenneth Graunke1-0/+4
2016-10-24nir: Convert ineg(b2i(a)) to a if it's a boolean.Kenneth Graunke1-0/+1
2016-10-24nir: Add more bool-emulating algebraic optimizations.Matt Turner1-0/+5
2016-10-24i965: Turn mov.nz (b2f) into cmp.nz.Matt Turner2-0/+26
2016-10-24i965: Turn not.nz x into cmp.z x,0.Matt Turner2-0/+18
2016-10-24i965/gen8: Don't enable alpha test and alpha to coverage if draw bufer zero i...Anuj Phogat1-6/+9
2016-10-24i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_ps_blend()Anuj Phogat1-5/+2
2016-10-24i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_blend_state()Anuj Phogat1-8/+2
2016-10-24nv50/ir: display OP_BAR subops in debug modeSamuel Pitoiset1-0/+9
2016-10-24glsl: add matrix layout information to interface block typesIago Toral Quiroga9-12/+43
2016-10-24st/mesa: cleanup and fix primitive restart for indirect drawsNicolai Hähnle1-17/+28
2016-10-24glsl/mesa: remove unused namespace support from the symbol tableTimothy Arceri6-265/+128
2016-10-24mapi: automake: set VISIBILITY_CFLAGS for shared glapiJonathan Gray1-0/+3
2016-10-24anv: automake: cleanup the generated json file during make cleanEmil Velikov1-1/+1
2016-10-24egl/wayland: add missing destroy_window callbackStencel, Joanna1-2/+13
2016-10-24automake: don't forget to pick wglext.h in the tarballEmil Velikov1-0/+1
2016-10-24glsl/es31: precision qualifier doesn't need to match in shader interface bloc...Samuel Iglesias Gonsálvez2-3/+14
2016-10-24glsl: move intrastage_match() after interstage_member_mismatch()Samuel Iglesias Gonsálvez1-46/+46
2016-10-24radv: allow cmask transitions without fast clearDave Airlie1-3/+0
2016-10-22nv50/ir: it appears that OP_DISCARD can't take a join modifierIlia Mirkin1-0/+1
2016-10-22nv50/ir: use levelZero for non-frag tex/txp opsIlia Mirkin1-0/+5
2016-10-22gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin19-2/+21
2016-10-22nvc0/ir: remove outdated comment about SHLADDSamuel Pitoiset2-2/+0
2016-10-21vc4: Avoid making temporaries for assignments to NIR registers.Eric Anholt1-35/+79
2016-10-21vc4: Add a comment with discussion of how simulation works.Eric Anholt1-0/+25
2016-10-21vc4: Move simulator winsys mapping and tracking to the simulator.Eric Anholt3-20/+56
2016-10-21vc4: Move simulator memory management to a u_mm.h heap.Eric Anholt5-41/+208
2016-10-21vc4: Move simulator globals into a struct.Eric Anholt2-34/+29
2016-10-21vc4: Restructure the simulator mode.Eric Anholt5-84/+182
2016-10-21vc4: Fix termination of the initial scan for branch targets.Eric Anholt1-11/+8
2016-10-21configure: Get rid of the --disable-vulkan-icd-full-driver-path flagJason Ekstrand1-7/+0
2016-10-21anv: Always use the full driver path in the intel_icd.*.jsonJason Ekstrand2-8/+2
2016-10-21anv: Suffix the intel_icd file with the host CPUJason Ekstrand2-5/+4
2016-10-21radeonsi: fix a regression in si_eliminate_const_outputNicolai Hähnle1-4/+3
2016-10-21nv50,nvc0: don't keep track of whether fb rt0 is integer-onlyIlia Mirkin6-44/+22
2016-10-20Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""Francisco Jerez1-0/+12
2016-10-20glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate...Francisco Jerez1-13/+17
2016-10-20util: Include string.h in bitscan.h.Vinson Lee1-0/+1
2016-10-20nvc0: do not break 3D state by pushing MS coordinates on FermiSamuel Pitoiset1-43/+44
2016-10-20nvc0: translate compute shaders at program creationSamuel Pitoiset1-0/+4
2016-10-20i965: Reorder PCI ID list to match release orderBen Widawsky1-9/+9
2016-10-20i965: Add some APL and KBL SKU stringsBen Widawsky1-4/+4
2016-10-20vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.cBrian Paul1-252/+276
2016-10-20vbo: whitespace fixes and reformatting in vbo_exec_api.cBrian Paul1-42/+64
2016-10-20vbo: minor clean-up in vbo_exec_api.cBrian Paul1-5/+2
2016-10-20vbo: move attribute type assignmentBrian Paul1-1/+2
2016-10-20vbo: rename reset_attrfv() to vbo_reset_all_attr()Brian Paul1-4/+6