summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-14assembler: Merge the assembler branchassembler-mergedDamien Lespiau78-2/+15697
2013-02-13tests: Add a quick variant to the gem_storedw_* testsDamien Lespiau4-4/+4
2013-02-13lib: Add a way to specify values for "quick" runsDamien Lespiau2-1/+24
2013-02-13tests/testdisplay.c: Remove the variable only_one_mode.Yi Sun1-7/+6
2013-02-08quick_dump: Makefile.am best practices and fix distcheckMatt Turner1-4/+6
2013-02-08configure.ac: fix autogen.shMatt Turner1-1/+1
2013-02-07quick_dump: chdir us to where the text files areBen Widawsky1-0/+3
2013-02-07README: Add quick_dump infoBen Widawsky1-0/+15
2013-02-07quick_dump: Give dumper an AM_CONDITIONALBen Widawsky2-5/+16
2013-02-07quick_dump: Use the register access libraryBen Widawsky1-5/+6
2013-02-07quick_dump: Connect libpciaccess and other utilsBen Widawsky5-10/+58
2013-02-07quick_dump: SWIG chipset interfaceBen Widawsky5-2/+62
2013-02-07configure.ac: Add swig dependencyBen Widawsky4-0/+529
2013-02-07quick_dump: vlv supportBen Widawsky3-0/+91
2013-02-07quick_dump: gen7 supportBen Widawsky3-0/+3
2013-02-07quick_dump: gen6 supportBen Widawsky3-0/+3
2013-02-07quick_dump: A dump utility different than reg_dumperBen Widawsky9-0/+314
2013-02-07configure.ac: Move prime stuff to where it belongsBen Widawsky1-10/+10
2013-02-07configure: slightly more standard --disable-testsBen Widawsky2-1/+3
2013-02-06Build: Add --disable-tests configure flag to avoid tests buildRodrigo Vivi2-2/+15
2013-02-05configure.ac: Add vim magic modelineBen Widawsky1-0/+2
2013-02-05configure.ac: Fix spacingBen Widawsky1-48/+46
2013-02-05tests/gem_ctx_exec: properly test destroy_ctx ioctlMika Kuoppala1-1/+3
2013-02-04intel_gtt: Fix PTE offsetsBen Widawsky1-3/+3
2013-02-04intel_error_decode: Don't barf on a malformed PCI ID lineChris Wilson1-0/+5
2013-02-04assembler: Mark format() as PRINTFLIKE in the disassemblerwip/mesa-syncDamien Lespiau1-0/+2
2013-02-04assembler: Fix the decoding of the destination horizontal strideDamien Lespiau1-2/+2
2013-02-04assembler: Group the header inclusions togetherDamien Lespiau1-3/+2
2013-02-04assembler: Don't use GL typesDamien Lespiau8-1070/+1058
2013-02-04assembler: Remove trailing white spaceDamien Lespiau7-55/+55
2013-02-04assembler: Use defines for widthDamien Lespiau1-11/+11
2013-02-04assembler: Merge declared_register's type into the reg structureDamien Lespiau2-8/+5
2013-02-04assembler: Finish importing brw_eu_*c from mesaDamien Lespiau3-0/+219
2013-02-04assembler: Use set_instruction_src1() in sendDamien Lespiau1-11/+6
2013-02-04assembler: Put struct opcode_desc back in brw_context.hDamien Lespiau3-19/+23
2013-02-04assembler: Don't pollute the library files with gen4asm.hDamien Lespiau4-3/+8
2013-02-04assembler: Use brw_*() functions for 3-src instructionsDamien Lespiau1-51/+28
2013-02-04assembler: Add support for D and UD in 3-src instructionsDamien Lespiau2-4/+24
2013-02-02add more VLV PCI IDsJesse Barnes1-4/+10
2013-01-31assembler: Expose setters for 3src operandsDamien Lespiau2-8/+52
2013-01-31assembler: Introduce set_instruction_saturate()Damien Lespiau1-12/+14
2013-01-31assembler: Introduce set_intruction_pred_cond()Damien Lespiau1-57/+31
2013-01-31assembler: Introduce set_instruction_opcode()Damien Lespiau1-32/+40
2013-01-30assembler: Isolate all the options in their own structureDamien Lespiau2-32/+45
2013-01-30assembler: Unify adding options to the headerDamien Lespiau1-76/+45
2013-01-30assembler: Gather all predicate data in its own structureDamien Lespiau2-27/+33
2013-01-30assembler: Move struct relocation out of relocatable instructionsDamien Lespiau3-42/+43
2013-01-30assembler: Unify all instructions to be brw_program_instructionsDamien Lespiau1-439/+441
2013-01-30kms_flip: Add flip-vs-modeset-vs-hang testVille Syrjälä1-2/+86
2013-01-30kms_flip: Make flip events optionalVille Syrjälä1-9/+9