summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/skl: Force a BINDING_TABLE_POINTER_* after push constant commandNeil Roberts2015-01-301-0/+7
* meta: Don't write depth when decompressing tex-imagesTopi Pohjolainen2015-01-301-1/+1
* meta: Don't write depth when generating miptreesTopi Pohjolainen2015-01-301-1/+1
* meta/blit: Compile programs with and without depthTopi Pohjolainen2015-01-302-5/+11
* meta/blit: Write depth only when asked forTopi Pohjolainen2015-01-301-2/+3
* meta/blit: Add plumbing for shaders without depthTopi Pohjolainen2015-01-304-3/+5
* Mesa: Advertise GL_OES_texture_*float* extensions support with i965.Kalyan Kondapally2015-01-291-0/+5
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-2818-18/+18
* drirc: set allow_glsl_extension_directive_midshader for Dead Island.Sven Arvidsson2015-01-281-0/+4
* i965/tex: Don't create read-write textures with non-renderable formatsJason Ekstrand2015-01-281-0/+5
* i965/gen8: Include the buffer offset when emitting renderbuffer relocsJason Ekstrand2015-01-281-1/+1
* i965: Implemente a tiled fast-path for glReadPixels and glGetTexImageSisinty Sasmita Patra2015-01-263-1/+271
* i965/tiled_memcpy: Add tiled-to-linear pathsSisinty Sasmita Patra2015-01-262-0/+281
* i965: Refactor tiled memcpy functions and move them into their own fileSisinty Sasmita Patra2015-01-264-392/+506
* i965/tex_subimage: Use the fast tiled path for rectangle texturesJason Ekstrand2015-01-261-1/+2
* i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.Kenneth Graunke2015-01-261-6/+10
* nir: use Python to autogenerate opcode informationConnor Abbott2015-01-241-0/+1
* i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.Matt Turner2015-01-232-0/+24
* i965/fs: Add support for removing MOV.NZ instructions.Matt Turner2015-01-232-3/+52
* i965/fs: Allow flipping cond mod for negated arguments.Matt Turner2015-01-232-3/+39
* i965/fs: Propagate cmod across flag read if it contains the same value.Matt Turner2015-01-232-2/+55
* i965/fs: Add unit tests for cmod propagation pass.Matt Turner2015-01-232-0/+318
* i965/fs: Add pass to propagate conditional modifiers.Matt Turner2015-01-234-0/+101
* i965/fs: Eliminate null-dst instructions without side-effects.Matt Turner2015-01-231-0/+11
* i965/fs: Apply conditional mod specially to split MAD/LRP.Matt Turner2015-01-231-4/+20
* i965/fs: Add a pass to fixup 3-src instructions that have a null dest.Matt Turner2015-01-232-0/+18
* i965: Add is_3src() to backend_instruction.Matt Turner2015-01-233-5/+8
* i965: Add backend_instruction::can_do_cmod().Matt Turner2015-01-232-0/+46
* i965/cfg: Add a foreach_block_reverse macro.Matt Turner2015-01-231-0/+3
* i965/cfg: Add a foreach_inst_in_block_reverse_safe macro.Matt Turner2015-01-231-0/+3
* i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner2015-01-231-4/+8
* i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successfulIan Romanick2015-01-233-13/+13
* i965/nir: Report NIR instruction counts (in SSA form) via KHR_debug.Kenneth Graunke2015-01-231-0/+32
* i965/nir: Print NIR on INTEL_DEBUG=fs.Kenneth Graunke2015-01-231-0/+11
* i965/nir: Do optimizations again just before lowering source mods.Kenneth Graunke2015-01-231-13/+21
* i965: Fix min_vs_entries for CHVVille Syrjälä2015-01-231-1/+1
* i965: Fix max_wm_threads for CHVVille Syrjälä2015-01-231-1/+1
* i965/emit: Assert that src1 is not an MRF after doing the MRF->GRF conversionJason Ekstrand2015-01-221-1/+1
* i965/emit: Do the sampler index adjustment directly in header.0.3Jason Ekstrand2015-01-224-7/+5
* meta: Move loop declaration to top of block.José Fonseca2015-01-221-2/+4
* i965/tex_subimage: use meta instead of the blitter for PBO TexSubImageJason Ekstrand2015-01-221-100/+15
* i965/tex_image: Use meta for instead of the blitter PBO TexImage and GetTexImageJason Ekstrand2015-01-221-179/+18
* i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixelsJason Ekstrand2015-01-221-118/+3
* meta: Add an implementation of GetTexSubImage for PBOsJason Ekstrand2015-01-222-0/+125
* meta: Add a BlitFramebuffers-based implementation of TexSubImageJason Ekstrand2015-01-222-0/+247
* i965: Implement SetTextureStorageForBufferObjectJason Ekstrand2015-01-221-0/+57
* i965: Apply the miptree offset to surface state for renderbuffersJason Ekstrand2015-01-224-4/+8
* i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand2015-01-226-7/+14
* i965/vec4: Fix fprintf argument ordering.Matt Turner2015-01-211-2/+2
* i965: Extract scalar region checking logicBen Widawsky2015-01-203-7/+15