aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-172-5/+14
* mesa: implement GL_AMD_pinned_memoryMarek Olšák2015-02-173-2/+39
* mesa: fix AtomicBuffer typo in _mesa_DeleteBuffersMarek Olšák2015-02-171-1/+1
* st/glsl_to_tgsi: fix whitespaceDave Airlie2015-02-171-202/+178
* i965/simd8vs: Fix SIMD8 atomicsBen Widawsky2015-02-161-8/+16
* mesa: move assertion after declarations in texstore.cBrian Paul2015-02-161-1/+1
* mesa: silence uninitialized var warning in get_tex_rgba_uncompressed()Brian Paul2015-02-161-2/+1
* meta: Fix saving the results of the current occlusion queryNeil Roberts2015-02-161-7/+10
* 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
* st/mesa: treat resource-less xfb buffers as if they weren't thereIlia Mirkin2015-02-141-1/+1
* i965/nir: Don't support gl_FrontFacing as an input variableJason Ekstrand2015-02-141-3/+0
* i965/nir: Add support for nir_intrinsic_load_front_faceJason Ekstrand2015-02-141-1/+3
* mesa: fix OES_texture_float texture render target behaviorTapani Pälli2015-02-131-0/+12
* 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
* i965/vs/skl: Use vec4 datatypes for message headerBen Widawsky2015-02-111-2/+2
* i965: Add LINTERP/CINTERP to can_do_cmod().Matt Turner2015-02-111-0/+2
* program: Remove _mesa_nop_vertex_program/_mesa_nop_fragment_program.Matt Turner2015-02-112-97/+0
* i965/fs: Remove conditional mod when optimizing a SEL into a MOV.Matt Turner2015-02-111-0/+1
* i965/vec4: Emit MADs from (x + abs(y * z)).Matt Turner2015-02-101-3/+15
* i965/vec4: Emit MADs from (x + -(y * z)).Matt Turner2015-02-101-0/+12
* i965/skl: Implement WaDisable1DDepthStencilNeil Roberts2015-02-101-0/+12
* i965/gen7-8: Implement glMemoryBarrier().Francisco Jerez2015-02-102-0/+41
* i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...Francisco Jerez2015-02-104-56/+55
* i965: Allocate binding table space for shader images.Francisco Jerez2015-02-102-0/+12
* i965: Don't tile 1D miptrees.Francisco Jerez2015-02-101-0/+7
* i965/vec4: Don't set any dependency control bits for F32TO16 on Gen8.Francisco Jerez2015-02-101-0/+5
* i965: Handle negated unsigned immediate values in constant propagation.Francisco Jerez2015-02-103-19/+19
* i965/vec4: Take into account non-zero reg_offset during register allocation.Francisco Jerez2015-02-101-1/+3
* i965/vec4: Add register classes up to MAX_VGRF_SIZE.Francisco Jerez2015-02-103-7/+9
* i965/vec4: Init mlen for several send from GRF instructions.Francisco Jerez2015-02-103-5/+11
* i965/vec4: Don't infer MRF dependencies for send from GRF instructions.Francisco Jerez2015-02-101-14/+18
* i965/vec4: Fix the scheduler to take into account reads and writes of multipl...Francisco Jerez2015-02-103-5/+29
* i965/vec4: Make vec4_visitor::implied_mrf_writes() return zero for sends from...Francisco Jerez2015-02-101-1/+1
* i965/vec4: Pass dst register to the vec4_instruction constructor.Francisco Jerez2015-02-101-7/+5
* i965/vec4: Initialize vec4_instruction::predicate and ::predicate_inverse.Francisco Jerez2015-02-101-0/+2
* i965/vec4: Implement equals() method for dst_reg too.Francisco Jerez2015-02-102-0/+18