summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir/glsl: Add another way of doing lower_imul64 for gen8+Sagar Ghuge2019-03-046-6/+47
* st/nine: Ignore multisample quality level if no msAxel Davy2019-03-041-0/+4
* st/nine: Ignore window size if errorAxel Davy2019-03-041-1/+8
* android: anv: fix libexpat shared dependencyMauro Rossi2019-03-041-1/+1
* android: anv: fix generated files depedencies (v2)Mauro Rossi2019-03-041-15/+25
* st/wgl: init a variable to silence MinGW warningBrian Paul2019-03-041-1/+1
* svga: silence array out of bounds warningBrian Paul2019-03-041-1/+1
* svga: init fill variable to avoid compiler warningBrian Paul2019-03-041-1/+1
* st/mesa: whitespace fixes in st_texture.hBrian Paul2019-03-041-9/+13
* st/mesa: line wrapping, whitespace fixes in st_cb_texture.cBrian Paul2019-03-041-2/+4
* st/mesa: whitespace fixes in st_sampler_view.cBrian Paul2019-03-041-6/+10
* egl/sl: also allow virtgpu to fallback to kms_swrastGurchetan Singh2019-03-041-2/+7
* st/mesa: Invalidate the gallium array atom only if needed.Mathias Fröhlich2019-03-041-2/+4
* mesa: Track buffer object use also for VAO usage.Mathias Fröhlich2019-03-044-4/+15
* rav: use 32_AR instead of 32_ABGR when alpha coverage is requiredSamuel Pitoiset2019-03-041-1/+1
* panfrost: List primitive restart enable bitAlyssa Rosenzweig2019-03-041-0/+2
* panfrost/midgard: Preview for data hazardsAlyssa Rosenzweig2019-03-041-9/+16
* panfrost/midgard: Promote smul to vmulAlyssa Rosenzweig2019-03-041-1/+1
* panfrost: Flush with offscreen renderingAlyssa Rosenzweig2019-03-041-2/+2
* panfrost/midgard: Don't force constant on VLUTAlyssa Rosenzweig2019-03-041-1/+0
* panfrost: Cleanup cruft related to clearsAlyssa Rosenzweig2019-03-042-32/+3
* panfrost: Decouple Gallium clear from FBD clearAlyssa Rosenzweig2019-03-042-74/+67
* panfrost: Import job data structures from v3dAlyssa Rosenzweig2019-03-045-5/+184
* glsl: fix recording of variables for XFB in TCS shadersIlia Mirkin2019-03-043-5/+44
* glsl: TCS outputs can not be transform feedback candidates on GLESJose Maria Casanova Crespo2019-03-041-1/+21
* glsl: fix typos in comments "transfor" -> "transform"Jose Maria Casanova Crespo2019-03-041-3/+3
* mesa: Expose EXT_texture_query_lod and add support for its use shadersGert Wollny2019-03-034-1/+6
* util: emulate futex on FreeBSD using umtxGreg V2019-03-031-0/+34
* freedreno/ir3: track register pressure in schedRob Clark2019-03-032-9/+90
* freedreno/ir3: add Sethi–Ullman numbering passRob Clark2019-03-039-7/+149
* freedreno/ir3: include nopN in expanded instruction countRob Clark2019-03-031-1/+1
* st/mesa: add support for lowering fp64/int64 for nir driversDave Airlie2019-03-021-1/+98
* scons: Generate float64_glsl.h for glsl_to_nir fp64 loweringJordan Justen2019-03-021-0/+7
* intel/compiler: Move int64/doubles lowering optionsJordan Justen2019-03-022-34/+39
* nir: Add int64/doubles options into nir_shader_compiler_optionsJordan Justen2019-03-021-30/+33
* nir/algebraic: Optimize away an fsat of a b2fIan Romanick2019-03-021-0/+1
* intel/fs: Don't assert on b2f with a saturate modifierIan Romanick2019-03-021-1/+3
* anv: add support for INTEL_DEBUG=batLionel Landwerlin2019-03-024-2/+93
* v3d: Fix build of NEON code with Mesa's cflags not targeting NEON.Eric Anholt2019-03-011-3/+17
* intel/compiler: Add commas on final values of compaction table arraysMatt Turner2019-03-011-15/+15
* nir/algebraic: Replace a-fract(a) with floor(a)Ian Romanick2019-03-011-0/+1
* intel/fs: Generate if instructions with inverted conditionsIan Romanick2019-03-011-3/+20
* nir/algebraic: Replace a bcsel of a b2f sources with a b2f(!(a || b))Ian Romanick2019-03-011-0/+2
* intel/fs: Emit better code for b2f(inot(a)) and b2i(inot(a))Ian Romanick2019-03-012-0/+40
* intel/fs: Use De Morgan's laws to avoid logical-not of a logic result on Gen8+Ian Romanick2019-03-011-0/+59
* intel/fs: Emit logical-not of operands on Gen8+Ian Romanick2019-03-012-6/+27
* intel/fs: Refactor ALU source and destination handling to a separate functionIan Romanick2019-03-012-33/+60
* intel/fs: Handle OR source modifiers in algebraic optimizationIan Romanick2019-03-011-1/+10
* intel/fs: Relax type matching rules in cmod propagation from MOV instructionsIan Romanick2019-03-011-4/+19
* nir/algebraic: Replace i2b used by bcsel or if-statement with comparisonIan Romanick2019-03-012-0/+9