summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-05radeonsi: use guard band clippingguardbandGrigori Goronzy1-0/+8
2016-04-04radeonsi: do per-pixel clipping based on viewport statesMarek Olšák2-11/+85
2016-04-04gallivm: Introduce lp_format_intrinsic.Jose Fonseca3-14/+54
2016-04-03glsl: make *sampler2DMSArray available in ESSL 3.20Ilia Mirkin1-5/+7
2016-04-03glsl: make ssbo predicate return true when in a GLSL 430 or ESSL 310 shaderIlia Mirkin1-1/+2
2016-04-03glsl: allow conservative depth qualifiers in GLSL 420Ilia Mirkin1-1/+3
2016-04-03mesa: add always-false-for-now enables for GL 4.3, 4.4, 4.5.Ilia Mirkin1-2/+49
2016-04-03glsl: add ARB_ES3_1_compatibility supportIlia Mirkin5-8/+18
2016-04-03mesa: add ES3_1_compatibility extension enableIlia Mirkin2-0/+2
2016-04-03gallivm: Use llvm.fabs.Jose Fonseca1-8/+3
2016-04-03gallivm: Prefer backend agnostic intrinsic for rounding.Jose Fonseca1-7/+39
2016-04-03gallivm: Add debug option to force SSE2.Jose Fonseca1-11/+14
2016-04-03llvmpipe: Test abs.Jose Fonseca1-0/+1
2016-04-03llvmpipe: Build lp_test_arit on MSVC too.Jose Fonseca1-3/+1
2016-04-03gallivm: Fix performance regressions due to vector selects.Jose Fonseca1-22/+18
2016-04-03gallivm: Remove lp_build_load_volatile.Jose Fonseca2-12/+0
2016-04-03gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca9-27/+39
2016-04-03mesa: remove unrequired elseTimothy Arceri1-42/+39
2016-04-02gm107/ir: add OP_SELP emission, used in DSQRT loweringIlia Mirkin1-0/+30
2016-04-02nv50/ir: we can't load local memory directly into an outputIlia Mirkin1-1/+2
2016-04-02st/nine: specify WINAPI only for i386 and amd64Christian Schmidbauer1-5/+11
2016-04-02nv50/ir: fix envyas variants when building the code libSamuel Pitoiset1-2/+2
2016-04-02svga: remove unused svga_compile_key::texture_msaa fieldBrian Paul2-2/+0
2016-04-02svga: check TXF instruction's target to determine MSAABrian Paul1-1/+1
2016-04-02tgsi: add simple tgsi_is_msaa_target() helperBrian Paul1-0/+8
2016-04-02glsl: rename var and simplify ifTimothy Arceri1-4/+4
2016-04-02glsl: store ubo or ssbo index in block indexTimothy Arceri2-22/+29
2016-04-02glsl: store stage reference in gl_uniform_blockTimothy Arceri5-37/+26
2016-04-02glsl: simplify buffer block resource limit checkingTimothy Arceri1-55/+32
2016-04-02glsl: simplify SSBO resources checkTimothy Arceri1-7/+1
2016-04-02glsl: split buffer block arrays earlierTimothy Arceri1-27/+27
2016-04-02glsl: only set buffer block binding once during initialisationTimothy Arceri1-26/+6
2016-04-01glsl: Fix prorgram interface query locations biasing for SSO.Kenneth Graunke2-13/+16
2016-04-01glsl: Return -1 for program interface query locations in many cases.Kenneth Graunke2-58/+42
2016-04-01glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks.Kenneth Graunke2-19/+10
2016-04-01glsl: Clean up some leftover cruft.Kenneth Graunke1-4/+1
2016-04-01glsl: Add all system variables to the input resource list.Kenneth Graunke2-18/+1
2016-04-01glsl: Delete hack for VS system values.Kenneth Graunke1-4/+0
2016-04-01glsl: Make add_interface_variables only consider the appropriate stage.Kenneth Graunke1-1/+1
2016-04-01glsl: Clarify "mask" variable in add_interface_variables().Kenneth Graunke1-5/+5
2016-04-01glsl: Pass stage to add_interface_variables().Kenneth Graunke1-5/+5
2016-04-01glsl: Make vertex ID lowering declare gl_BaseVertex as hidden.Kenneth Graunke1-1/+1
2016-04-01glsl: Exclude ir_var_hidden variables from the program resource list.Kenneth Graunke1-1/+1
2016-04-01mesa: Make _mesa_choose_tex_format() handle stencil textures.Kenneth Graunke1-0/+5
2016-04-01glsl: Don't require matching centroid qualifiersJordan Justen1-1/+10
2016-04-02gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen12-39/+54
2016-04-02gallium: add global buffer memory barrier bitBas Nieuwenhuizen2-0/+3
2016-04-02gallium: add threads per block TGSI propertyBas Nieuwenhuizen4-1/+31
2016-04-02gallium: add compute shader IR typeBas Nieuwenhuizen5-1/+7
2016-04-02glsl: remove tabs and fix some other style issues in glcpp-parse.yTimothy Arceri1-1424/+1352