aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-2424-24/+0
* i965: Push down inclusion of brw_program.h.Matt Turner2015-11-2418-5/+15
* i965: Mark functions called from C as extern "C".Matt Turner2015-11-242-3/+3
* i965: Push down inclusion of vbo/vbo.h.Matt Turner2015-11-242-1/+1
* i965: Remove duplicate #includes.Matt Turner2015-11-241-2/+0
* i965: Remove unneeded forward declarations.Matt Turner2015-11-244-8/+0
* i965: Mark count_trailing_one_bits() static.Matt Turner2015-11-241-1/+1
* i965: Remove useless gen6_blorp.h/gen7_blorp.h headers.Matt Turner2015-11-247-88/+7
* util: Include assert.h in macros.h.Matt Turner2015-11-241-0/+2
* util: Include <stdbool.h> in debug.h.Matt Turner2015-11-241-0/+1
* i965: Prevent implicit upcasts to brw_reg.Matt Turner2015-11-247-14/+49
* i965: Use scope operator to ensure brw_reg is interpreted as a type.Matt Turner2015-11-244-6/+6
* i965: Use implicit backend_reg copy-constructor.Matt Turner2015-11-242-5/+3
* i965: Add and use backend_reg::equals().Matt Turner2015-11-244-6/+12
* softpipe/llvmpipe: don't advertize support for ASTCRoland Scheidegger2015-11-242-2/+4
* llvmpipe: don't test for unsupported formats in lp_test_formatRoland Scheidegger2015-11-241-0/+12
* docs: add missed i965 feature to relnotesIan Romanick2015-11-241-0/+1
* util: move brw_env_var_as_boolean() to utilRob Clark2015-11-247-31/+35
* st/va: fix indentationChristian König2015-11-241-7/+7
* st/va: move MPEG4 functions into separate fileChristian König2015-11-244-180/+220
* st/va: move VC-1 functions into separate fileChristian König2015-11-244-35/+70
* st/va: move H264 functions into separate fileChristian König2015-11-244-72/+121
* st/va: move MPEG12 functions into separate fileChristian König2015-11-244-49/+92
* st/va: move post processing function into own fileChristian König2015-11-244-57/+100
* st/va: fix post process dirty area handlingChristian König2015-11-241-4/+1
* glsl: implement recent spec update to SSO validationTimothy Arceri2015-11-241-0/+24
* Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"Timothy Arceri2015-11-241-2/+1
* radeon/llvm: Use llvm.AMDIL.exp intrinsic again for nowMichel Dänzer2015-11-241-1/+1
* radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2015-11-232-1/+6
* texgetimage: consolidate 1D array handling code.Dave Airlie2015-11-241-15/+11
* i965: Use NIR for lowering texture swizzleJason Ekstrand2015-11-236-196/+44
* nir/lower_tex: Add support for lowering texture swizzleJason Ekstrand2015-11-232-0/+80
* nir: Add a tex_instr_is_query helperJason Ekstrand2015-11-231-0/+25
* nir: Add a ssa_def_rewrite_uses_after helperJason Ekstrand2015-11-232-0/+51
* nir: Use instr/if_rewrite in nir_ssa_def_rewrite_usesJason Ekstrand2015-11-231-12/+4
* nir/validate: Validated dests after sourcesJason Ekstrand2015-11-231-9/+9
* i965: Use nir_lower_tex for texture coordinate loweringJason Ekstrand2015-11-238-131/+42
* i965/fs: Stomp the texture return type to UINT32 for resinfo messagesJason Ekstrand2015-11-231-0/+11
* nir/lower_tex: Set the dest_type for txs instructionsJason Ekstrand2015-11-231-0/+1
* nir/lower_tex: Report progressJason Ekstrand2015-11-233-6/+17
* i965: Move postprocess_nir to codegen timeJason Ekstrand2015-11-234-5/+20
* i965/nir: Split shader optimization and lowering into three stagesJason Ekstrand2015-11-232-38/+104
* i965: Use ull immediates in brw_inst_bitsJason Ekstrand2015-11-231-2/+2
* docs: add missed freedreno features to relnotesIlia Mirkin2015-11-231-0/+5
* docs: update relnotes with new freedreno/a4xx supportIlia Mirkin2015-11-231-1/+8
* svga: Add ASTC formats to format table.Jose Fonseca2015-11-231-0/+28
* freedreno/ir3: add support for a few gs5 opsIlia Mirkin2015-11-231-0/+27
* ttn: fix UMSB conversionIlia Mirkin2015-11-231-1/+1
* freedreno/a4xx: add ARB_texture_query_lod supportIlia Mirkin2015-11-232-6/+20
* ttn: add LODQ supportIlia Mirkin2015-11-231-2/+9