summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Override destination register writemask in sampler message send.Francisco Jerez2015-02-161-0/+1
* i965: Fix a crash in the texture gradient lowering pass with cube samplersIago Toral Quiroga2015-02-161-1/+3
* mesa: Fix element count for byte-swaps in texstore, readpix and texgetimageIago Toral Quiroga2015-02-163-15/+25
* mesa: Handle transferOps in texstore_rgbaIago Toral Quiroga2015-02-161-5/+52
* i965/fs: Handle U/UW-type immediates in the generator.Matt Turner2015-02-151-0/+6
* i965/fs: Handle W/UW-type immediates in dump_instructions().Matt Turner2015-02-151-0/+2
* i965: Let dump_instructions() work before calculate_cfg().Matt Turner2015-02-152-13/+28
* i965/fs: Call calculate_cfg() before optimize().Matt Turner2015-02-151-2/+4
* i965: Optimize multiplication by -1 into a negated MOV.Matt Turner2015-02-152-0/+14
* i965: Add an is_negative_one() method.Matt Turner2015-02-152-0/+17
* i965/vec4/vp: Use vec4_visitor::CMP.Matt Turner2015-02-151-2/+1
* ilo: fix some state pointer commands on Gen8Chia-I Wu2015-02-151-0/+20
* nvc0: allow holes in xfb target listsIlia Mirkin2015-02-142-4/+13
* st/mesa: treat resource-less xfb buffers as if they weren't thereIlia Mirkin2015-02-141-1/+1
* nvc0: bail out of 2d blits with non-A8_UNORM alpha formatsIlia Mirkin2015-02-141-2/+5
* i965/nir: Don't support gl_FrontFacing as an input variableJason Ekstrand2015-02-141-3/+0
* nir: Make gl_FrontFacing a system_valueJason Ekstrand2015-02-141-2/+8
* i965/nir: Add support for nir_intrinsic_load_front_faceJason Ekstrand2015-02-141-1/+3
* nir/lower_phis_to_scalar: Fix some logic in is_phi_scalarizableJason Ekstrand2015-02-141-3/+3
* clover: Use Legacy PassManager for LLVM trunk (3.7)Shawn Starr2015-02-141-0/+9
* ilo: fix JIP/UIP on Gen8Chia-I Wu2015-02-142-9/+25
* ilo: do not set GEN6_THREADCTRL_SWITCHChia-I Wu2015-02-141-4/+0
* ilo: correct ISA UIP/JIP decoding for Gen8Chia-I Wu2015-02-141-18/+39
* ilo: prepare for 64-bit immediates decodingChia-I Wu2015-02-141-15/+31
* ilo: cleanup ISA DW1 decodingChia-I Wu2015-02-141-34/+55
* ilo: cleanup ISA DW0 decodingChia-I Wu2015-02-141-10/+16
* ilo: update some outdated gen checksChia-I Wu2015-02-141-4/+4
* ilo: fix rectlist length on Gen8Chia-I Wu2015-02-141-1/+1
* ilo: fix 3DSTATE_VF_TOPOLOGYChia-I Wu2015-02-141-2/+1
* os,llvmpipe: Set rasterizer thread names on Linux.Jose Fonseca2015-02-132-1/+18
* uti/u_atomic: Don't test p_atomic_add with booleans.Jose Fonseca2015-02-131-6/+19
* mesa: fix OES_texture_float texture render target behaviorTapani Pälli2015-02-131-0/+12
* vc4: Make SF be a flag on the QIR instructions.Eric Anholt2015-02-128-51/+47
* r200: Drop unused variable.Eric Anholt2015-02-121-1/+0
* i965: Quiet another compiler warning about uninitialized values.Eric Anholt2015-02-121-2/+2
* i965: Move some asserts to unreachable.Eric Anholt2015-02-121-2/+2
* i965: Shut up a compiler warning about uninitialized var.Eric Anholt2015-02-121-1/+1
* Revert use of Mesa IR optimizer for ARB_fragment_programsCarl Worth2015-02-121-3/+0
* util/u_atomic: Use lower-case variables in _Interlocked* helpers.Jose Fonseca2015-02-121-33/+33
* util/u_atomic: Add _InterlockedExchangeAdd8/16 for older MSVC.Jose Fonseca2015-02-121-4/+33
* util/u_atomic: Test p_atomic_add() for 8bit integers.Jose Fonseca2015-02-121-15/+17
* egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRMAxel Davy2015-02-121-7/+7
* auxiliary/vl: bring back the VL code for the dri targetsEmil Velikov2015-02-128-6/+25
* nir: add missing header to the sources listEmil Velikov2015-02-121-0/+1
* nir: resolve nir.h dependency list (fix make distcheck)Emil Velikov2015-02-121-1/+1
* i965/vs/skl: Use vec4 datatypes for message headerBen Widawsky2015-02-111-2/+2
* ilo: update screen init for Gen8Chia-I Wu2015-02-121-8/+32
* ilo: update outdated render command emissions for Gen8Chia-I Wu2015-02-121-4/+4
* ilo: update rectlist command emission for Gen8Chia-I Wu2015-02-124-7/+93
* ilo: update draw command emission for Gen8Chia-I Wu2015-02-126-34/+517