summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/va: properly defines VAImageFormat formats and improve VaCreateImageJulien Isorce2015-10-303-11/+57
* main: fix basename match's check if it's an array or structSamuel Iglesias Gonsalvez2015-10-301-1/+2
* i965: Fix invalid memory accesses after resizing brw_codegen's store tableKristian Høgsberg2015-10-301-4/+13
* i965/sched: use liveness analysis for computing register pressureConnor Abbott2015-10-301-56/+229
* i965/fs: split out calculation of payload live rangesConnor Abbott2015-10-302-22/+31
* i965: dump scheduling cycle estimatesConnor Abbott2015-10-304-10/+36
* i965: always run the post-RA schedulerConnor Abbott2015-10-301-2/+1
* i965/sched: write-after-read dependencies are freeConnor Abbott2015-10-301-5/+5
* i965: fix cycle estimates when there's a pipeline stallConnor Abbott2015-10-301-7/+8
* vc4: Allow user index buffers, to avoid slow readback for shadow IBs.Eric Anholt2015-10-294-10/+25
* nv50: mark contexts shareable, compile at creation timeIlia Mirkin2015-10-292-1/+4
* nv50: allow per-sample interpolation to be forced via rastIlia Mirkin2015-10-298-9/+52
* i965: Add INTEL_DEBUG=nocompact to disable instruction compaction.Matt Turner2015-10-293-0/+5
* i965: Add INTEL_DEBUG=hex to print the hex with the disassembly.Matt Turner2015-10-293-1/+3
* i965: Print the type and writemask on null destinations.Matt Turner2015-10-291-1/+1
* i965: Test fixed_hw_reg.file against BRW_IMMEDIATE_VALUE, not IMM.Matt Turner2015-10-291-4/+4
* i965/vec4: Test against BRW_IMMEDIATE_VALUE, not IMM.Matt Turner2015-10-291-1/+1
* i965/fs: Use group(4, 0) to emit an exec-size 4 MOV.Matt Turner2015-10-291-2/+3
* i965/cfg: Handle no-idom case in cfg_t::dump_domtree().Matt Turner2015-10-291-1/+3
* i965/disasm: Remove unused _addr_mode argument from src_ia1().Matt Turner2015-10-291-3/+0
* i965: Set correct field for indirect align16 addrimm.Matt Turner2015-10-291-1/+1
* i965/vec4: Drop brw_set_default_* before popping insn state.Matt Turner2015-10-291-3/+0
* i965/vec4: Remove unnecessary #includes from the generator.Matt Turner2015-10-291-8/+0
* r600: enable SB for geom shaders on pre-evergreenDave Airlie2015-10-301-4/+0
* i965/vec4: Eliminate the vec4_generator class altogether.Kenneth Graunke2015-10-291-284/+180
* i965/vec4: Move vec4_generator class definition into the .cpp file.Kenneth Graunke2015-10-292-111/+110
* i965/vec4: Wrap vec4_generator in a C function.Kenneth Graunke2015-10-294-9/+37
* i965/vec4: Convert src_reg/dst_reg to brw_reg at the end of the visitor.Kenneth Graunke2015-10-294-110/+92
* r600g: Fix special negative immediate constants when using ABS modifier.Ivan Kalvachev2015-10-293-6/+6
* st/mesa: fix mipmap generation for immutable textures with incomplete pyramidsNicolai Hähnle2015-10-291-32/+36
* mesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FORMATS queriesNanley Chery2015-10-291-22/+63
* mesa/texcompress: Restrict FXT1 format to desktop GL subsetNanley Chery2015-10-291-1/+2
* nvc0: expose a group of performance metrics on FermiSamuel Pitoiset2015-10-293-3/+16
* st/mesa: create temporary textures with the same nr_samples as sourceIlia Mirkin2015-10-291-2/+6
* glsl: add fragdata arrays to program resource listTapani Pälli2015-10-291-0/+29
* mesa: add fragdata_arrays list to gl_shaderTapani Pälli2015-10-292-16/+27
* glsl: fix GL_BUFFER_DATA_SIZE value for shader storage blocks with unsize arraysSamuel Iglesias Gonsalvez2015-10-291-3/+19
* docs: Mark GL_ARB_fragment_layer_viewport as done on i965.Kenneth Graunke2015-10-281-1/+1
* i965: Implement ARB_fragment_layer_viewport.Kenneth Graunke2015-10-284-1/+46
* i965: Make calculate_attr_overrides return the URB read offset.Kenneth Graunke2015-10-284-10/+17
* glsl: Mark gl_ViewportIndex and gl_Layer varyings as flat.Kenneth Graunke2015-10-281-12/+25
* i965/fs: Properly check for PAD in fragment shaders with > 16 varyings.Kenneth Graunke2015-10-281-4/+1
* i965: Update stale comment about unused VUE map slots.Kenneth Graunke2015-10-281-3/+1
* nv50/ir: adapt to new method for passing in cull/clip distance masksIlia Mirkin2015-10-294-14/+14
* nvc0: share shaders between contexts and build immediatelyIlia Mirkin2015-10-293-1/+7
* nvc0: do upload-time fixups for interpolation parametersIlia Mirkin2015-10-2915-19/+239
* nir: Copy "patch" flag from ir_variable to nir_variable.Kenneth Graunke2015-10-283-2/+5
* nir: Add intrinsics for tessellation shader system values.Kenneth Graunke2015-10-282-7/+14
* i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse.Kenneth Graunke2015-10-282-4/+5
* clover: fix building fix clang-3.8Laurent Carlier2015-10-291-1/+5